home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 10 / amigaformatcd10.iso / -look_here_1st!- / +start_me+ next >
Text File  |  1996-12-11  |  1KB  |  33 lines

  1. vt disclaimer.iff >NIL:
  2. echo " "
  3. echo "Now setting up assigns for the Amiga Format CD10..."
  4. assign CD:  AFCD10:
  5. assign c:   cd:c add
  6. assign libs:   cd:libs add
  7. assign fonts:  cd:fonts add
  8. echo " "
  9. echo " "
  10. Echo "*e[1mWould you like our font prefs run?*n*e[0m*e[3mThis will ensure that snapshotted icons look right *nand won't affect your permanent Workbench settings.*e[0m"
  11. Ask "(y/N)?"
  12. If warn
  13. sys:prefs/Font use CD:-Look_here_1st!-/Handy_Tools/FontPrefs
  14. endif
  15. echo " "
  16. echo " "
  17. 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 AFCD10:*e[0m"
  18. Ask "(y/N)?"
  19. If warn
  20. run >nil: <nil: cd:-Look_here_1st!-/Handy_Tools/Toolmanager config cd:-Look_here_1st!-/Handy_Tools/tm.config 
  21. run >nil: <nil: cd:-Look_here_1st!-/Handy_Tools/toolsdaemon
  22. endif
  23. echo " "
  24. echo " "
  25. 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"
  26. Ask "(y/N)?"
  27. If warn
  28. run >nil: <nil: c:newicons
  29. endif
  30. endcli
  31.  
  32.  
  33.