home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC/CD Review 65
/
PC_REVIEW_65.7z
/
PC_REVIEW_65.ISO
/
testware
/
super6
/
product
/
install.bat
< prev
next >
Wrap
DOS Batch File
|
1995-10-17
|
236b
|
12 lines
@echo off
cls
echo.
echo The files are going to be copied to a directory on hard disc C:
echo in a directory called C:\super7
pause
md c:\super7
copy *.* c:\super7
c:
cd\super7
echo To run the program type GO
del install.bat