home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DP Tool Club 8
/
CDASC08.ISO
/
VRAC
/
GUSFARM.ZIP
/
FARM.BAT
next >
Wrap
DOS Batch File
|
1993-08-26
|
406b
|
16 lines
@echo off
IF "%ULTRADIR%"=="" goto NO_ULTRA
:GOOD_DONE
echo Executing SimFarm
%ultradir%\sbos\loadsbos -f >nul
ULTRAMID.EXE >nul
SIMFARM.EXE
goto DONE
:NO_ULTRA
echo I can not find your UltraSound environment variables.
echo Have you fully installed your UltraSound software?
echo Are the UltraSound SET and PATH statements still in your
echo AUTOEXEC.BAT or CONFIG.SYS files?
:DONE
echo+