@echo off if not exist %PLUSSHEL%\makeprgm.exe goto badinstall if not exist %PLUSSHEL%\convert.bat goto badinstall if not exist %PLUSSHEL%\a68k\a68k.exe goto badinstall if exist %1.89z goto c89z if exist %1.9xz goto c9xz if exist %1.92p goto c92p echo Program '%1' not found goto end :c89z %PLUSSHEL%\makeprgm %1.89z goto end :c9xz %PLUSSHEL%\makeprgm %1.9xz goto end :c92p %PLUSSHEL%\cvrtold %1 %PLUSSHEL%\makeprgm %1.9xz goto end :badinstall @echo To use the PlusShell development utilities, you must execute the @echo following command: @echo call c:\PlusShell\setps c:\PlusShell @echo The occurrences of c:\PlusShell above should be replaced by the @echo directory in which you extracted PlusShell. To set up PlusShell @echo every time you start your computer, add the line to your autoexec.bat. :end