home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / busi / rentals.zip / RUNFIRST.BAT < prev    next >
DOS Batch File  |  1988-12-18  |  1KB  |  47 lines

  1. echo off
  2. rem runfirst.bat
  3. cls
  4. echo +
  5. echo +
  6. echo +  If you have no CONFIG.SYS file on your root directory (or boot
  7. echo +  disk) copy the CONFIG.SYS file on this disk to your root directory
  8. echo +  (or boot disk) and reboot BEFORE running RENTALS.
  9. echo +
  10. echo +
  11. echo +  If you have a CONFIG.SYS file on your root directory without
  12. echo +                 BUFFERS = 20
  13. echo +                 FILES = 20
  14. echo +  please add these lines to your CONFIG.SYS file and reboot
  15. echo +  BEFORE running RENTALS.
  16. echo +
  17. echo +
  18. echo +  If you have a RAMDISK please remove it from your system and
  19. echo +  reboot BEFORE running RENTALS.
  20. echo +
  21. echo +
  22. echo +  If these conditions are not met RENTALS will not run properly.....
  23. echo +
  24. echo +
  25. echo +  To make any of the above changes, exit to DOS by pressing Ctrl-C
  26. echo +  and then 'Y', otherwise
  27. echo +
  28. pause
  29. cls
  30. echo +
  31. echo +
  32. echo +  To run the demonstration on a hard disk system 
  33. echo +  type DEMOHARD C: or DEMOHARD D:
  34. echo +
  35. echo +
  36. echo +  To run the demonstration on a floppy system type DEMODISK.
  37. echo +
  38. echo +
  39. echo +  To install a fresh RENTALS system on a hard disk
  40. echo +  type INITHARD C: or INITHARD D:
  41. echo +
  42. echo +
  43. echo +  To install a fresh RENTALS system on a two floppy
  44. echo +  drive system type INITTWO.
  45. echo +
  46. echo +
  47.