home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 75.img / MGSINC-1.ZIP / INSTGMS2.BAT < prev    next >
DOS Batch File  |  1989-04-06  |  458b  |  29 lines

  1. echo off
  2. cls
  3. echo GRAND MONSTER SLAM installation program
  4. echo Please insert START DISK in drive %1
  5. pause
  6.  
  7. md %2monster
  8. cd %2monster
  9. if %3==E copy %1gmse.bat %2gms.bat
  10. if %3==e copy %1gmse.bat %2gms.bat
  11. if %3==C copy %1gmsc.bat %2gms.bat
  12. if %3==c copy %1gmsc.bat %2gms.bat
  13. if %3==H copy %1gmsh.bat %2gms.bat
  14. if %3==h copy %1gmsh.bat %2gms.bat
  15. copy %1*.* %2
  16.  
  17. echo Please insert GMS DISK 2 in drive %1
  18. pause
  19. copy %1*.* %2
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.