home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 9 / CDE9_B.mdf / death / go2.bat < prev    next >
DOS Batch File  |  1996-10-13  |  196b  |  19 lines

  1. if exist c:\dr1\*.* goto go
  2. cls
  3. cd \
  4. cd dr1
  5. md c:\dr1
  6. ECHO Please Wait Copying Files 
  7. copy *.* c:\dr1 >nul
  8. echo.
  9. echo Done...
  10. :go
  11. c:
  12. cd \
  13. cd dr1
  14. attrib -r
  15. setup.exe
  16. dr.exe
  17. :end
  18.  
  19.