home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD Direkt 1995 #6
/
CDD_6_95.ISO
/
cdd
/
winanw
/
wincat
/
wincatrs.bat
< prev
next >
Wrap
DOS Batch File
|
1995-01-31
|
333b
|
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 :
rem cd\dosutils
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