home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / WARPDEMO.ZIP / GMR002B.BAT < prev    next >
DOS Batch File  |  1994-10-14  |  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.