home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 426.img / TOSINC.ZIP / 6.BAT < prev    next >
DOS Batch File  |  1991-01-30  |  2KB  |  34 lines

  1. echo off
  2. cls
  3. echo ==========================================================================
  4. echo -                                          -
  5. echo - When prompted to Insert for drive a: Insert your SSI Game Disk         -
  6. echo - When prompted to Insert for drive b: Insert your formatted blank disk  -
  7. echo - When finished, label your disk "Game Disk"                           -
  8. echo - If you are installing to a 3.5 label the disk "Game/Data" disk.        - 
  9. echo ==========================================================================
  10. echo
  11. echo ==========================================================================
  12. echo - If you are installing Typhoon to a two drive system, please insert     -
  13. echo - your SSI Game Disk in drive A: and your Formatted blank game disk in   -
  14. echo - in drive b:.                                  -
  15. echo ==========================================================================
  16. pause
  17. pkunzip cga.zip b: 
  18. echo ==========================================================================
  19. echo -                                           -
  20. echo - When prompted to Insert for drive a: Insert your SSI Game Disk         -
  21. echo - When prompted to Insert for drive b: Insert your blank formatted disk  -
  22. echo - When finished, label your disk "Data Disk"                     -
  23. echo - If you are installing to a 3.5 disk then keep the disk in and hit      -
  24. echo - return.                                          -
  25. echo ==========================================================================
  26. echo
  27. echo ==========================================================================
  28. echo - If you are installing Typhoon to a two drive system, please insert     -
  29. echo - your SSI Game Disk in drive a: and your Formatted blank Data disk in   -
  30. echo - in drive b:.                                  -
  31. echo ==========================================================================
  32. pause
  33. pkunzip data.zip b:
  34.