home *** CD-ROM | disk | FTP | other *** search
/ Share Gallery 1 / share_gal_1.zip / share_gal_1 / BF / BF074.ZIP / RUNFIRST.BAT < prev    next >
DOS Batch File  |  1988-12-27  |  2KB  |  60 lines

  1. echo off
  2. rem runfirst.bat
  3. cls
  4. echo +
  5. echo Use Drive A: for data when running this demonstration.
  6. echo +
  7. echo +
  8. echo If you have any problems running the demo erase file DATADISK.MEM
  9. echo and restart RENTALS.  Answer 'A' when queried for data destination.
  10. echo +
  11. echo +
  12. echo If you still have problems erase both DATADISK.MEM and RENTALS.MEM
  13. echo and use 1987 for Calendar Year to run the demo.
  14. echo +
  15. echo +
  16. pause
  17. cls
  18. echo +
  19. echo +
  20. echo +  If you have no CONFIG.SYS file on your root directory (or boot
  21. echo +  disk) copy the CONFIG.SYS file on this disk to your root directory
  22. echo +  (or boot disk) and reboot BEFORE running RENTALS.
  23. echo +
  24. echo +
  25. echo +  If you have a CONFIG.SYS file on your root directory without
  26. echo +                 BUFFERS = 20
  27. echo +                 FILES = 20
  28. echo +  please add these lines to your CONFIG.SYS file and reboot
  29. echo +  BEFORE running RENTALS.
  30. echo +
  31. echo +
  32. echo +  If you have a RAMDISK please remove it from your system and
  33. echo +  reboot BEFORE running RENTALS.
  34. echo +
  35. echo +
  36. echo +  If these conditions are not met RENTALS will not run properly.....
  37. echo +
  38. echo +
  39. echo +  To make any of the above changes, exit to DOS by pressing Ctrl-C
  40. echo +  and then 'Y', otherwise
  41. echo +
  42. pause
  43. cls
  44. echo +
  45. echo +
  46. echo +  To run the demonstration on a hard disk system 
  47. echo +  type DEMOHARD C: or DEMOHARD D:
  48. echo +
  49. echo +
  50. echo +  To run the demonstration on a floppy system type DEMODISK.
  51. echo +
  52. echo +
  53. echo +  To install a fresh RENTALS system on a hard disk
  54. echo +  type INITHARD C: or INITHARD D:
  55. echo +
  56. echo +
  57. echo +  To install a fresh RENTALS system on a two floppy
  58. echo +  drive system type INITTWO.
  59. echo +
  60. echo +