home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / educ / freest1.zip / START.BAT < prev   
DOS Batch File  |  1991-04-11  |  1KB  |  43 lines

  1. echo off
  2. IF NOT EXIST FREESTAT.EXE GOTO ERROR1
  3.  
  4. cls
  5. echo :
  6. echo :
  7. echo :
  8. echo :
  9. echo :
  10. echo : Welcome to the WALMYR FREESTAT program.  In order to use this
  11. echo : free software you must first install it on your hard disk.  In
  12. echo : order to do that, issue the command, INSTALL SD: DD:, where SD
  13. echo : is replaced by the source drive and DD is replaced by the hard
  14. echo : drive on which you wish to install the program.  For example,
  15. echo : if you wish to install the program from Drive A onto Drive C
  16. echo : just type INSTALL A: C: and then tap the Enter key.  When your
  17. echo : installation is completed, the program will be called up for you.
  18. echo : Be sure to read the instructions that are provided through the
  19. echo : Main Menu of the program.
  20. echo :
  21. echo :
  22. echo :
  23. echo :
  24. echo :
  25. GOTO END
  26.  
  27. :ERROR1
  28. cls
  29. echo :
  30. echo :
  31. echo :
  32. echo :
  33. echo :
  34. echo : You are not logged onto the drive which contains the FREESTAT
  35. echo : Program Disk 1.  Get into the drive and try again.
  36. echo :
  37. echo :
  38. echo :
  39. echo :
  40. echo :
  41.  
  42. :END
  43.