home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 9 / amigaformatcd09.iso / look_here_1st! / +start_me+ next >
Text File  |  1996-11-28  |  755b  |  24 lines

  1. vt disclaimer.iff >NIL:
  2. echo " "
  3. echo "Now setting up assigns for the Amiga Format CD9..."
  4. assign CD:  AFCD9:
  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 AFCD9:Look_here_1st!/Handy_Tools/FontPrefs
  14. endif
  15. echo " "
  16. echo " "
  17. Echo "*e[1mWould you like to run ToolManager?*n*e[0m*e[3mThis will give you a menu with some of the *nhighlights of AFCD9:*e[0m"
  18. Ask "(y/N)?"
  19. If warn
  20. run >nil: <nil: afcd9:Look_here_1st!/Handy_Tools/Toolmanager config afcd9:Look_here_1st!/Handy_Tools/tm.config 
  21. endif
  22. endcli
  23.  
  24.