home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / business / barbrd.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1993-05-24  |  1KB  |  49 lines

  1. @Echo Off
  2. Cls
  3. Echo In order to run Super Barber 3.3 the following statements MUST
  4. Echo be added to AUTOEXEC.BAT and CONFIG.SYS:
  5. Echo 
  6. Echo AUTOEXEC.BAT:      SET CLIPPER=F40
  7. Echo CONFIG.SYS:        BUFFERS=30
  8. Echo                    FILES=40
  9. Echo 
  10. Echo If you don't want that press CTRL C now!
  11. Echo 
  12. Echo P.S.: To start Super Barber 3.3 go to the subdirectory where you
  13. Echo       extracted it and type SB followed by ENTER.
  14. Echo 
  15. Pause
  16. Echo  >> \AUTOEXEC.BAT
  17. Echo SET CLIPPER=F40 >> \AUTOEXEC.BAT
  18. Echo  >> \CONFIG.SYS
  19. Echo BUFFERS=30 >> \CONFIG.SYS
  20. Echo FILES=40 >> \CONFIG.SYS
  21. Cls
  22. Echo Attention:
  23. Echo Your Autoexec.Bat and Config.Sys have been updated. Please check if
  24. Echo the new settings don't conflict with other applications. Thank you.
  25. Echo If Super Barber 3.3 doesn't start properly after rebooting check
  26. Echo the following files for these settings:
  27. Echo 
  28. Echo AUTOEXEC.BAT:    SET CLIPPER=F40
  29. Echo CONFIG.SYS:      BUFFERS=30
  30. Echo                  FILES=40
  31. Echo 
  32. Echo To start the program go to the subdirectory where you extracted it
  33. Echo and type SB followed by Enter.
  34. Echo 
  35. Echo Thank you for considering Super Barber 3.3
  36. Echo 
  37. Echo You can now view some important information about Super Barber 3.3
  38. Echo or, if you want, reboot your computer.
  39. Pause
  40. Cls
  41. Type License.Txt | More
  42. Pause
  43. Cls
  44. Type Manual-E.Txt | More
  45. Pause
  46. Cls
  47. Echo Reboot your computer now!
  48. Echo 
  49.