In order to start this Personal HTCondor or to use any of the HTCondor tools with it, you need to set the PATH and CONDOR_CONFIG environment variables. One way to do this it to create a small batch file and use it setup the environment. -Call this batch file setenv.bat and put it in your \scratch\condor84 directory. The file should contain these commands. +create this file in in your \scratch\condor84 directory. call it setenv.bat {code} set PATH=c:\scratch\condor84\bin;%PATH% set CONDOR_CONFIG=c:\scratch\condor84\condor_config @@ -92,7 +92,7 @@ First, make sure that you will run the correct HTCondor. The =which= command can be used to find out if you will run the correct condor_master: {code} -> source \scratch\condor84\setenv.bat +> \scratch\condor84\setenv.bat > where condor_master \scratch\condor84\bin\condor_master.exe {endcode}