home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 13 / amigaformatcd13.iso / wbstartup / choices next >
Text File  |  1997-02-27  |  573b  |  19 lines

  1.  
  2. setenv Choices_Run Yes!
  3.  
  4. Echo "*e[1mWould you like to run ToolManager and ToolsDaemon?*n*e[0m*e[3mThey will give you added menus with some of the *nhighlights of AFCD13:*e[0m"
  5. Ask "(y/N)?"
  6. If warn
  7. run >nil: <nil: cd:-Look_here_1st!-/Handy_Tools/Toolmanager config cd:-Look_here_1st!-/Handy_Tools/tm.config noicon
  8. cd:-Look_here_1st!-/Handy_Tools/toolsdaemon/toolsdaemon
  9. endif
  10. echo " "
  11. echo " "
  12. Echo "*e[1mWould you like to run NewIcons?*n*e[0m*e[3mThis will change the look of some of the icons on the CD*e[0m"
  13. Ask "(y/N)?"
  14. If warn
  15. run >nil: <nil: c:newicons
  16. endif
  17. endcli
  18.  
  19.