home *** CD-ROM | disk | FTP | other *** search
-
- setenv Choices_Run Yes!
- Resident >NIL: CheckAFCDPrefs
- FailAt 21
-
- CheckAFCDPrefs TOOLMAN
- If ERROR
- 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"
- Ask "(y/N)?"
- If WARN
- run >nil: <nil: cd:+Look_here_1st!+/Handy_Tools/Toolmanager config cd:+Look_here_1st!+/Handy_Tools/tm.config noicon
- cd:+Look_here_1st!+/Handy_Tools/toolsdaemon/toolsdaemon
- EndIf
- echo " "
- echo " "
- Else
- CheckAFCDPrefs TOOLMAN
- If WARN
- run >nil: <nil: cd:+Look_here_1st!+/Handy_Tools/Toolmanager config cd:+Look_here_1st!+/Handy_Tools/tm.config noicon
- cd:+Look_here_1st!+/Handy_Tools/toolsdaemon/toolsdaemon
- EndIf
- EndIf
-
- CheckAFCDPrefs NEWICONS
- If ERROR
- 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"
- Ask "(y/N)?"
- If WARN
- run >nil: <nil: c:newicons
- EndIf
- Else
- CheckAFCDPrefs NEWICONS
- If WARN
- run >nil: <nil: c:newicons
- EndIf
- EndIf
-
- Resident >NIL: CheckAFCDPrefs REMOVE
- endcli
-
-