home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / s / skyland.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1991-11-11  |  807b  |  27 lines

  1.  
  2. echo off
  3. echo ------------------------------------------------------------------------
  4. echo Skyland's Star Installation - Use FINST to install to 5¼ inch disks.
  5. echo ------------------------------------------------------------------------
  6. if not "%1"=="" goto instl
  7. echo Usage:   install [drive]
  8. echo ------------------------------------------------------------------------
  9. echo If you are installing Skyland's Star to two low density 5¼ inch disks,
  10. echo use the FINST program.
  11. goto exit
  12.  
  13. :instl
  14. echo Creating Skyland directory on drive %1...
  15. md %1\skyland
  16. echo Copying Skyland's Star to Drive %1.  Please wait...
  17. pkunzip sky1.zip %1\skyland
  18. pkunzip sky2.zip %1\skyland
  19. %1
  20. cd %1\skyland
  21. echo Installation complete... Type "Skyland" to start game.
  22.  
  23. :exit
  24. echo on
  25.  
  26.                 
  27.