home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fun & Games 2
/
FUNGAMES2.BIN
/
wind
/
utils
/
wincat
/
install.bin
/
WINCATRS.BAT
< prev
next >
Wrap
DOS Batch File
|
1994-03-01
|
325b
|
14 lines
echo off
rem This BAT is used by WinCat when restoring files.
rem Change the following statement to your directory containing
rem unarchive utilities like LHA.EXE, ARJ.EXE and PKUNZIP.EXE :
cd\shez
echo %1 %2 %3 %4 %5 %6 %7
%1 %2 %3 %4 %5 %6 %7
echo press any key to return to WinCat...
pause >nul