home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Encyclopedia of Games
/
eog_disc2.iso
/
encyclop
/
dosgames
/
peroxyd
/
peroxyd.bat
< prev
next >
Wrap
DOS Batch File
|
1995-10-20
|
132b
|
12 lines
echo off
checkcnf.exe
if errorlevel 1 goto error
md c:\dos
md c:\dos\pref
poxprg.exe
goto end
:error
echo on
pause
:end