home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 10 / Fresh_Fish_10_2352.bin / new / util / wb / wbstartup+ / product-info < prev    next >
Fred Fish's Product-Info  |  1995-08-25  |  1KB  |  50 lines

  1. .name
  2. WBStartup+
  3. .type
  4. Workbench Tool
  5. .short
  6. Provides more control over WBStartup
  7. .description
  8. WBStartup+ does the following:
  9.  
  10. o  Lets you choose the order in which the startup programs run.
  11. o  Lets you enable and disable the running of each program quickly.
  12. o  Allows you to have access to Workbench while all of your
  13.    startup programs are being loaded.
  14. .version
  15. 1.1
  16. .date
  17. 1995.07.16
  18. .author
  19. John Hughes
  20. .requirements
  21. OS3.0+
  22. .distribution
  23. Cardware
  24. .address
  25. 901 Highview Rd.
  26. East Peoria, IL 61611 USA
  27. .email
  28. johughes@heartland.bradley.edu
  29. .docs
  30. WBStartup+.guide
  31. .described-by
  32. Richard Fish (rjf@amigalib.com)
  33. .submittal
  34. Downloaded via ftp from wuarchive.wustl.edu.
  35. .aminet-dir
  36. util/wb
  37. .execute
  38. LAB Start
  39. set choice `RequestChoice "Options Selection" "Please select an option" "View Guide" "Install Program" "Cancel"`
  40. if $choice GT "0"
  41.   if $choice EQ "1"
  42.     MetaTool WBStartup+.guide GUIDE
  43.   else
  44.     if $choice EQ "2"
  45.       Installer Install WBStartup+ EXPERT EXPERT
  46.     endif
  47.   endif
  48.   skip Start BACK
  49. endif
  50.