home *** CD-ROM | disk | FTP | other *** search
/ The Best of Select: Games 9 / CD_1.iso / dosgames / skimmers / install.bat < prev    next >
DOS Batch File  |  1992-10-09  |  2KB  |  69 lines

  1. echo off               
  2. cls               
  3.                
  4. if "%1" == "" goto INSTRUCT               
  5. if "%2" == "" goto INSTRUCT               
  6. if "%1" == "A:" goto INSTALL               
  7. if "%1" == "a:" goto INSTALL               
  8. if "%1" == "B:" goto INSTALL               
  9. if "%1" == "b:" goto INSTALL               
  10.         
  11. goto INSTRUCT               
  12.                
  13. :INSTALL               
  14. echo         
  15. echo          BATTLE SKIMMERS Hard Disk Installation  
  16. echo         
  17. echo  This program will install BATTLE SKIMMERS on your
  18. echo  hard disk in a directory called %2\SKIMMERS from floppy
  19. echo  drive %1.  
  20. echo         
  21.  
  22. pause              
  23. md %2\skimmers                  
  24. cls              
  25.  
  26. echo         
  27. echo  --- LOADING PROGRAM FILES ---              
  28. echo         
  29. copy %1\*.* %2\skimmers\*.*              
  30.  
  31. echo         
  32. %2
  33. cd\skimmers
  34. cls         
  35.  
  36. echo         
  37. echo  TO START, MOVE TO THE %2\SKIMMERS DIRECTORY, AND         
  38. echo  THEN SIMPLY ENTER:         
  39. echo         
  40. echo      SKIMMERS   -- to start the program.
  41. echo         
  42. echo  WE HOPE YOU ENJOY!!!         
  43. echo         
  44.  
  45. pause         
  46. goto EXIT              
  47.         
  48. :INSTRUCT              
  49. echo         
  50. echo          BATTLE SKIMMERS Hard Disk Installation           
  51. echo         
  52. echo  This program installs BATTLE SKIMMERS on your hard disk:
  53. echo         
  54. echo  For this program, please adopt the following format:    
  55. echo         
  56. echo                 INSTALL A: C:              
  57. echo         
  58. echo      where A: = floppy disk drive you're loading from 
  59. echo            C: = hard drive on which to install the program 
  60. echo         
  61. echo  Substitute other letters as appropriate.   Please note   
  62. echo  you must have about 250 Kilobytes free on your hard disk.
  63. echo         
  64. pause          
  65. cls         
  66. goto EXIT              
  67.         
  68. :EXIT             
  69.