home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 21 / amigaformatcd21.iso / wbstartup / choices next >
Text File  |  1997-10-06  |  1KB  |  41 lines

  1.  
  2. setenv Choices_Run Yes!
  3. Resident >NIL: CheckAFCDPrefs
  4. FailAt 21
  5.  
  6. CheckAFCDPrefs TOOLMAN
  7. If ERROR
  8.    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 AFCD21:*e[0m"
  9.    Ask "(y/N)?"
  10.    If WARN
  11.       run >nil: <nil: cd:+Look_here_1st!+/Handy_Tools/Toolmanager config cd:+Look_here_1st!+/Handy_Tools/tm.config noicon
  12.       cd:+Look_here_1st!+/Handy_Tools/toolsdaemon/toolsdaemon
  13.    EndIf
  14.    echo " "
  15.    echo " "
  16. Else
  17.    CheckAFCDPrefs TOOLMAN
  18.    If WARN
  19.       run >nil: <nil: cd:+Look_here_1st!+/Handy_Tools/Toolmanager config cd:+Look_here_1st!+/Handy_Tools/tm.config noicon
  20.       cd:+Look_here_1st!+/Handy_Tools/toolsdaemon/toolsdaemon
  21.    EndIf
  22. EndIf
  23.  
  24. CheckAFCDPrefs NEWICONS
  25. If ERROR
  26.    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"
  27.    Ask "(y/N)?"
  28.    If WARN
  29.       run >nil: <nil: c:newicons
  30.    EndIf
  31. Else
  32.    CheckAFCDPrefs NEWICONS
  33.    If WARN
  34.       run >nil: <nil: c:newicons
  35.    EndIf
  36. EndIf
  37.  
  38. Resident >NIL: CheckAFCDPrefs REMOVE
  39. endcli
  40.  
  41.