home *** CD-ROM | disk | FTP | other *** search
/ Assembly 1994 - The 3rd Phase / ASMROM94.mdf / warpdemo / gmr002b.bat < prev    next >
DOS Batch File  |  1994-10-13  |  318b  |  24 lines

  1. @echo off
  2. Type b:\install.TXT
  3. IF "%1"=="" GOTO 1
  4. set drv=%1
  5. goto 2
  6. :1
  7. set drv=C:
  8. :2
  9. %drv%
  10. b:\tdfree C: 3500000 nospace.msg
  11. if errorlevel=1 goto exit
  12. %DRV%
  13. cd\
  14. md warpdemo > nul
  15. cd warpdemo
  16. copy b:\*.dat >nul
  17. b:\OS2demo -o > nul
  18. CLS
  19. Type b:\complete.TXT
  20. goto done
  21. :exit
  22. Type b:\NoSpace.txt
  23. :done
  24.