home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng)
/
ProfitPress-MegaCDROM2.B6I
/
MISC
/
HANDICAP
/
SIGN51_3.ZIP
/
RUN.BAT
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
DOS Batch File
|
1989-12-11
|
357 b
|
20 lines
ECHO OFF
IF EXIST GWBASIC.EXE GOTO RUNGWB
IF NOT EXIST BASICA.COM GOTO MISSING
GOTO RUNBASICA
:RUNGWB
gwbasic start
GOTO END
:RUNBASICA
basica start
GOTO END
:MISSING
CLS
ECHO Sorry! SIGN FRIENDS needs either GWBASIC.EXE or BASICA.COM
ECHO to be located on this disk. Copy whichever you have onto
ECHO this disk and try again.
:END