home *** CD-ROM | disk | FTP | other *** search
/ Spiele Spiele Spiele 1 / spiele-spiele-spiele-topware.iso / spiele / top6051 / finst.bat < prev    next >
DOS Batch File  |  1991-06-06  |  2KB  |  41 lines

  1. echo off
  2. echo ---------------------------------------------------------------------------
  3. echo Skyland's Star Installation - 5¼ inch disk installation
  4. echo ---------------------------------------------------------------------------
  5.  
  6. if not "%1"=="" goto instl
  7. echo Usage:      finst [drive]
  8. echo ---------------------------------------------------------------------------
  9. echo If you want to install Skyland's Star to either a hard disk, a 3.5 inch
  10. echo disk (high or low density) or a high density 5.25 inch disk, use the
  11. echo INSTALL program.
  12. goto exit
  13.  
  14. :instl
  15. echo NOTE!!!  Read consult the Skyland's Star manual before attempting to
  16. echo          install the game using only one 5¼ inch drive!
  17. echo ---------------------------------------------------------------------------
  18. echo For the floppy installation, you must have two blank formatted floppies
  19. echo prepared.  Label one of them Disk 1 and the other Disk 2.
  20. echo If you are using a one floppy system, when prompted to insert a disk for
  21. echo drive %1, insert Disk 1.  When prompted for a disk in drive A, use the
  22. echo Skyland's Star disk.
  23. echo ---------------------------------------------------------------------------
  24. pause
  25. echo Copying files to Disk 1...
  26. pkunzip sky1.zip %1
  27. echo ---------------------------------------------------------------------------
  28. echo TWO DRIVE SYSTEMS:  Put Disk 2 in drive %1.
  29. echo ONE DRIVE SYSTEMS:  From now on, insert Disk 2 when prompted for drive %1.
  30. echo ---------------------------------------------------------------------------
  31. pause
  32. pkunzip sky2.zip %1
  33.  
  34. :end
  35. echo Installation done... Insert Disk 1 in drive A and type "Skyland" to play.
  36.  
  37. :exit
  38. echo on
  39.  
  40.  
  41.