echo off

rem
rem install condor_master service - by default manual start
rem

c:\condor\bin\install Condor Condor c:\condor\bin\condor_master.exe

rem
rem make condor_master start automatically by setting 
rem HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Condor\Start=dword:00000002
rem

n:\winnt\regedit /s c:\condor\service.reg

rem
rem ... and start the service
rem

n:\winnt\system32\net start condor

echo NOTE: this host will need to be rebooted to pick up 
echo the correct CPU count if this is wrong


pause
