home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD Player 1994 January
/
CdPlayer94-01.iso
/
demos
/
spectre
/
spectre.bat
< prev
next >
Wrap
DOS Batch File
|
1992-11-18
|
193b
|
15 lines
@echo off
spcintro %1
if errorlevel 3 goto run386
goto run286
:run386
spc386 %2 %3 %4 %5 %6 %7 %8 %9
goto allDone
:run286
spc286 %2 %3 %4 %5 %6 %7 %8 %9
goto allDone
:allDone