home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 10 / Fresh_Fish_10_2352.bin / useful / util / batch / arqreq / product-info < prev   
Fred Fish's Product-Info  |  1995-08-25  |  1KB  |  41 lines

  1. .name
  2. ArqReq
  3. .type
  4. OS Utility
  5. .short
  6. A RequestChoice clone using Arq
  7. .description
  8. This program builds a requester and waits for a response from the
  9. user, then a result code is returned.  The return code is 0 for the
  10. rightmost gadget (usually "Cancel"), and a normal numbering for the
  11. other gadgets (1, 2, 3, ..., N, 0 like RequestChoice).  If you use
  12. Arq, you can select the image that will appear in window. (ID option)
  13. You can also get the image from an icon (ICON option). You can also
  14. specify the distance from the top and left borders of the requester
  15. window (TOP & LEFT option).
  16. .version
  17. 1.2
  18. .author
  19. Alessandro Zummo
  20. .requirements
  21. Kickstart/Workbench V36.
  22. .distribution
  23. Copyrighted but Freely Redistributable
  24. .email
  25. Alessandro.Zummo@p10.f525.n335.z2.fidonet.org
  26. .docs
  27. ArqReq.doc
  28. .described-by
  29. Fred Fish (fnf@amigalib.com)
  30. .submittal
  31. Downloaded via ftp from wuarchive.wustl.edu.
  32. .execute
  33. set choice `RequestChoice "ArqReq" "Please select an option" "View Documentation" "Cancel"`
  34. if $choice GT "0"
  35.   if $choice EQ "1"
  36.     run >nil: metatool ArqReq.doc TEXT
  37.   endif
  38. endif
  39. .aminet-dir
  40. util/batch
  41.