home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The SelectWare System Volume 2 #3
/
The_SelectWare_System_Series_1_Volume_2_Number_3_Selectware.iso
/
kno10001
/
go.bat
next >
Wrap
DOS Batch File
|
1990-02-09
|
430b
|
20 lines
@echo off
cls
if '%1'=='' goto noarg
if '%2'=='' goto noarg
echo Copying temporary files...
%1:
md \kno10001
cd \kno10001
%2:\kno10001\pkxarc %2:\kno10001\tempfilz > nul
%2:\kno10001\nlm
erase *.* < Y > nul
cd\
rd kno10001
%2:
goto end
:noarg
echo Please type "X:\KNO10001\DEMO Y X", where X is the drive letter of your CD-ROM
echo and Y is the letter of your writable drive (for temporary files).
goto end
:end