home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
D!Zone (Collector's Edition)
/
D_ZONE_CD.ISO
/
docs
/
dmansi
/
dmansi.bat
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
undefined
UTF-8
Wrap
DOS Batch File
|
1994-12-06
|
258 b
|
18 lines
@echo off
if "%1"=="" dmansi 01 02 03 04 05 06 07 08 09
cls
mode con:lines=50
:DOOM
type doom%1.ans
echo
Press any key to continue...
pause > nul
cls
shift
if not "%1"=="" goto DOOM
mode con:lines=25
echo
cls
:END