home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Revista CD Expert 9
/
CDE9_B.mdf
/
death
/
go2.bat
< prev
next >
Wrap
DOS Batch File
|
1996-10-13
|
196b
|
19 lines
if exist c:\dr1\*.* goto go
cls
cd \
cd dr1
md c:\dr1
ECHO Please Wait Copying Files
copy *.* c:\dr1 >nul
echo.
echo Done...
:go
c:
cd \
cd dr1
attrib -r
setup.exe
dr.exe
:end