home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Best of Select: Games Special 3
/
cd.iso
/
wingames
/
peroxyd
/
peroxyda.exe
/
WINPEROX.BAT
< prev
next >
Wrap
DOS Batch File
|
1995-10-19
|
135b
|
12 lines
echo off
checkcnf.exe /w
if errorlevel 1 goto error
md c:\dos
md c:\dos\pref
poxprg.exe
goto end
:error
echo on
pause
:end