home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 September / Simtel20_Sept92.cdr / msdos / statstcs / mystat.arc / M3.BAT < prev    next >
DOS Batch File  |  1987-02-15  |  2KB  |  43 lines

  1. :disk1
  2. cls
  3. echo      
  4. echo       
  5. echo      
  6. ECHO ╔══════════════════════════════════════════════════════════╗
  7. echo ║                                                          ║
  8. echo ║    Remove MYSTAT/PROGRAM disk from drive B: and put      ║
  9. echo ║    YOUR DOS disk in drive B:                             ║
  10. echo ║                                                          ║
  11. ECHO ╚══════════════════════════════════════════════════════════╝
  12. echo  
  13. pause
  14. if exist b:ansi.sys goto dos
  15. echo   You did not put DOS disk in floppy drive.  It should be near your DOS manual.
  16. goto disk1
  17. :dos
  18. copy b:command.com a:
  19. copy b:ansi.sys a:
  20. cls
  21. echo  MYSTAT is now installed on your floppy disks.  Remove your DOS disk from drive
  22. echo  B: and put the new MYSTAT/PROGRAM disk in drive B:  Then reset your machine
  23. echo  by pressing the Ctrl-Alt-Del keys at the same time.  You must boot your
  24. echo  machine with the MYSTAT/WORK disk in order to run MYSTAT.
  25. echo           
  26. echo  To run MYSTAT, type:
  27. echo      
  28. echo           B:MYSTAT
  29. echo     
  30. echo  The system will respond with
  31. echo      
  32. echo       Cannot find MYSTAT.EXE
  33. echo       Please enter new program spec:_
  34. echo     
  35. echo  Just type  B: [Enter]  and MYSTAT will begin.  Once you see the MYSTAT menu, 
  36. echo  you should try the DEMO, INTRO, and HELP commands in that order.
  37. echo      
  38. echo  If you must run MYSTAT on a single floppy disk system, the files MYSTAT.EXE,
  39. echo  MYSTAT.MEN, and MYSTAT.DEF are the minimum needed on a disk to run the
  40. echo  basic system (without online help).  Before you reset your machine, you 
  41. echo  should turn on your printer and press Shift-PrtSc simultaneously to get a 
  42. echo  printed copy of this screen.
  43.