home *** CD-ROM | disk | FTP | other *** search
- @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+
-