home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 10 / Fresh_Fish_10_2352.bin / useful / util / cli / wbrun / product-info < prev    next >
Text File  |  1995-08-25  |  543b  |  27 lines

  1. .name
  2. WBRun
  3. .short
  4. Run detached programs in WB mode via CLI
  5. .description
  6. A RunBack style program that runs other programs in WB mode from any
  7. CLI.  Programs are fully detached.  The program you run must support
  8. WB startup.
  9. .version
  10. 2.2
  11. .author
  12. Sylvain Rougier
  13. Pierre Carrette
  14. .described-by
  15. Fred Fish (fnf@amigalib.com)
  16. .execute
  17. LAB start
  18. set choice `RequestChoice "WBRun" "Please select an option" "Documentation" "Cancel"`
  19. if $choice GT "0"
  20.   if $choice EQ "1"
  21.     MetaTool WBRun.doc TEXT
  22.   endif
  23.   skip start BACK
  24. endif
  25. .aminet-dir
  26. util/cli
  27.