home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / WARPDEMO.ZIP / GMR002.BAT < prev    next >
DOS Batch File  |  1994-10-17  |  331b  |  25 lines

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