home *** CD-ROM | disk | FTP | other *** search
/ Las Vegas Classics / LASVEGAS.BIN / LASVEGAS / SHOGI / INSTALLX.BAT < prev    next >
Encoding:
DOS Batch File  |  1991-07-11  |  514 b   |  17 lines

  1. @echo off
  2. echo Installing SHOGI MASTER on your hard disk (%2) from your floppy (%1).  
  3. echo A \SHOGI directory will be created on %2 and all SHOGI MASTER files 
  4. echo (about 360 Kbytes) will be copied from %1 to %2\SHOGI.
  5. echo Press any key to continue or Control-C to cancel.
  6. pause
  7. echo Creating SHOGI directory on %2 drive.
  8. mkdir %2\SHOGI
  9. echo Copying to %2 drive.
  10. copy %1*.* %2\SHOGI
  11. echo To run Shogi Master:
  12. echo %2
  13. echo CD \SHOGI
  14. echo SHOGI
  15. echo or, if you have a Hercules Card,
  16. echo SHOHERC
  17.