home *** CD-ROM | disk | FTP | other *** search
/ PC Treasures, Inc. / pctreasures.mdf / UTILS / MAKEDISK.BAT < prev    next >
DOS Batch File  |  1999-09-21  |  609b  |  27 lines

  1. @Echo off
  2.  
  3. echo Insert diskette (label it disk #1) into drive a:, and press Enter.
  4. pause
  5. copy setup.exe a:\*.*
  6. copy vremove.exe a:\*.*
  7. copy vsdrv?.oxr a:\*.*
  8.  
  9. echo Insert diskette (label it disk #3) into drive a:, and press Enter.
  10. pause
  11. copy setup.w03 a:\*.*
  12.  
  13. echo Insert diskette (label it disk #4) into drive a:, and press Enter.
  14. pause
  15. copy setup.w04 a:\*.*
  16.  
  17. echo Insert diskette (label it disk #5) into drive a:, and press Enter.
  18. pause
  19. copy setup.w05 a:\*.*
  20.  
  21. :end
  22. echo.
  23. echo SETUP diskettes were prepared successfully.
  24. echo To start the SETUP, run Setup.EXE from disk #1. 
  25.  
  26. pause
  27.