home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Complete Doom Accessory Pack 2
/
TheCompleteDoomAccessoryPackVolumeII.iso
/
miscutil
/
comw202
/
e1.bat
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1994-07-23
|
208 b
|
9 lines
@echo off
if "%1" == "" goto explain
comw %1 doom1
goto exit
:explain
echo Please use either 'answer' or a friends name to start
echo Note: COMW.INI must bet setup for your friends phone number
:exit