home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / util / wb / wbstartup+ / product-info < prev    next >
Fred Fish's Product-Info  |  1995-10-24  |  1KB  |  54 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  Easy to use GUI preferences program for OS3.x.
  11. o  Lets you choose the order in which the startup programs run.
  12. o  Lets you enable and disable the running of each program quickly.
  13. o  Allows you to have access to Workbench while all of your
  14.    startup programs are being loaded.
  15. o  Can be disabled at startup by holding left shift key down.
  16. o  Progress window shows the icon of the program that is being loaded,
  17.    and a progress bar with userdefine window background.
  18. .version
  19. 2.3
  20. .date
  21. 1995.10.03
  22. .author
  23. John Hughes
  24. .requirements
  25. OS3.0+
  26. .distribution
  27. Cardware
  28. .address
  29. 901 Highview Rd.
  30. East Peoria, IL 61611 USA
  31. .email
  32. johughes@heartland.bradley.edu
  33. .docs
  34. WBStartup+.guide
  35. .described-by
  36. Richard Fish (rjf@amigalib.com)
  37. .submittal
  38. Downloaded via ftp from wuarchive.wustl.edu.
  39. .aminet-dir
  40. util/wb
  41. .execute
  42. set choice `RequestChoice "WBStartup+" "Please select an option" "View Guide" "Install Program" "Cancel"`
  43. if $choice EQ "0"
  44.   quit 5
  45. endif
  46.  
  47. if $choice EQ "1"
  48.   MetaTool WBStartup+.guide GUIDE
  49. endif
  50.  
  51. if $choice EQ "2"
  52.   Installer Install WBStartup+ EXPERT EXPERT
  53. endif
  54.