home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / MATH / KSTAT33A.ZIP / FSETUP.BAT < prev    next >
DOS Batch File  |  1994-01-01  |  2KB  |  53 lines

  1. echo off
  2. if not exist b:command.com goto oops  
  3. SET COMSPEC=B:\COMMAND.COM
  4. KSETUP
  5. cls
  6. echo --------------------------------------------------------
  7. echo The program will now copy installation information to disks
  8. echo TWO and THREE. Please follow these instructions...
  9. :disk2
  10. echo --------------------------------------------------------
  11. echo Place disk 2 (TWO) in the B: drive, then
  12. pause
  13. if not exist B:KS3AOV1.EXE goto OOPS2
  14. copy ks3.ini B:
  15. :disk3
  16. echo --------------------------------------------------------
  17. echo Place disk 3 (THREE) in the B: drive, then
  18. pause
  19. if not exist B:KS3UTIL.EXE goto OOPS3
  20. copy ks3.ini B:
  21. goto finish
  22. :oops2
  23. echo ****DISK 2 IS NOT IN THE B: DRIVE, PLEASE CORRECT****
  24. goto disk2
  25. :oops3
  26. echo ****DISK 3 IS NOT IN THE B: DRIVE, PLEASE CORRECT****
  27. goto disk3                          
  28. :oops
  29. echo  
  30. echo This command assumes that you have a data disk in the B:       
  31. echo drive, and that the file COMMAND.COM is located on that disk.  
  32. echo A copy of COMMAND.COM is not on the disk in drive B:
  33. echo Please place DISK 3 in the A: drive and enter the command FTIPS
  34. echo to print out information on preparing disks for this program.
  35. echo  
  36. goto end
  37. :finish
  38. echo --------------------------------------------------------
  39. echo Please place the DATA DISK in the B: DRIVE.
  40. echo --------------------------------------------------------
  41. pause
  42. set COMSPEC=A:\COMMAND.COM
  43. echo --------------------------------------------------------  
  44. echo To begin the program, place disk 1 in the A: drive        
  45. echo and the data disk in the B: drive and enter the commands
  46. echo      SETCOM
  47. echo first, then enter the command
  48. echo      KS
  49. echo to begin the program. Remember to enter the RESET command
  50. echo after you finish running the program.
  51. echo --------------------------------------------------------  
  52. :END
  53.