home *** CD-ROM | disk | FTP | other *** search
/ Kids Cube / 6_Math.iso / mathch / install.bat < prev    next >
DOS Batch File  |  1995-05-15  |  2KB  |  61 lines

  1. echo off 
  2. cls 
  3.  
  4. if "%1" == "" goto INSTRUCT  
  5.  
  6. :INSTALL 
  7. echo  MATH CHALLENGE Hard Disk Installation 
  8. echo  ------------------------------------- 
  9. echo  This program will install MATH CHALLENGE Version 4.1 
  10. echo  on your hard disk in a directory called %1/CHLLNG from  
  11. echo  your floppy disk drive.  You must have 1.2 Megabytes 
  12. echo  free on your hard drive for the program to load 
  13. echo  properly.   
  14.  
  15. pause 
  16. md %1\CHLLNG  
  17.  
  18. cls 
  19. echo  --- LOADING PROGRAM FILES ---  
  20. copy *.* %1\CHLLNG\*.*  
  21.  
  22. %1 
  23. cd\CHLLNG 
  24. cls 
  25.   
  26. cls 
  27. echo  MATH CHALLENGE (Version 4.1) 
  28. echo  ----------------------------   
  29. echo  TO START, MOVE TO THE %2\CHLLNG DIRECTORY, AND  
  30. echo  ENTER THE FOLLOWING: 
  31. echo  -  
  32. echo    PARENT  -- To Select Math Tables and 
  33. echo               Use Personalization Features 
  34. echo    CHILD   -- To start program 
  35. echo  - 
  36. echo  WE HOPE YOU ENJOY!!!  
  37. pause 
  38. goto EXIT 
  39.  
  40. :INSTRUCT  
  41. cls  
  42. echo  MATH CHALLENGE Hard Disk Installation  
  43. echo  -------------------------------------  
  44. echo  This program installs MATH CHALLENGE on your hard 
  45. echo  drive.  For this program, please adopt the following 
  46. echo  format: 
  47. echo  -  
  48. echo                 INSTALL C:  
  49. echo  -   
  50. echo      where C: = hard drive on which the program is to be 
  51. echo                 installed 
  52. echo  - 
  53. echo  Substitute other drive letter as appropriate.   Please 
  54. echo  note you must have 1.2 Megabytes free on your hard drive 
  55. echo  for the program to load properly.   
  56. pause 
  57. cls  
  58. goto EXIT  
  59.            
  60. :EXIT  
  61.