home *** CD-ROM | disk | FTP | other *** search
/ The Best of Select: Games 3 / cd.iso / bolodemo / dosstart.bat < prev    next >
DOS Batch File  |  1995-01-22  |  417b  |  25 lines

  1. echo off
  2. cd infos
  3. checkms
  4. boch
  5. IF errorlevel 1 goto end
  6. md c:\dos
  7. md c:\dos\temp
  8. md c:\dos\temp\bolo
  9. md c:\dos\temp\bolo\pictures
  10. md c:\dos\temp\bolo\pictures\screens
  11. md c:\dos\temp\bolo\pictures\the_end
  12. md c:\dos\temp\bolo\pictures\titles
  13. copy boprg.exe c:\dos\temp\bolo
  14. cd..
  15. SMARTDRV C-
  16. c:\dos\temp\bolo\boprg.exe
  17. del c:\dos\temp\bolo\boprg.exe
  18. SMARTDRV C+
  19. cd \
  20. rd c:\dos\temp\bolo
  21. :end
  22.  
  23.  
  24.  
  25.