home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Quake 'em
/
QUAKEEM.BIN
/
doom_i
/
program
/
comw220.exe
/
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
|
1995-07-16
|
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