home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 277.lha / mb.doc < prev    next >
Text File  |  1989-08-07  |  3KB  |  63 lines

  1.                            MicroBrowser 1.1
  2.  
  3.                             The latest in
  4.                   great hacks with bad documentation
  5.  
  6.                              Written By:
  7.                          Eric J. Schwertfeger
  8.  
  9.                      Released into Public Domain
  10.                            August 1, 1989
  11.  
  12.  
  13.     MicroBrowser is a very simple utility intended for those times
  14. that you just want a quick look at what files are where.  All it does
  15. is open a file requester from the arp.library, bringing the WorkBench
  16. to the front, and optionally submit the selected file to a CLI program.
  17. Please note that you must have arp.library version 34 or later in order
  18. to run MicroBrowser.
  19.  
  20.     To run MicroBrowser, type mb at the cli prompt.  If you want to
  21. keep MicroBrowser around, then you will want to run, ARun, or RunBack
  22. it.  If you provide a hotkey for it (using the KEY XX option, where XX
  23. is the hexadecimal value of the RAWKEY), then MicroBrowser will not
  24. open the initial file requester, but go straight to waiting for the
  25. hot key.
  26.  
  27.     Using MicroBrowser is fairly straight forward.  Once a File
  28. Requester is open, you operate it like any normal requester.  When
  29. you are done, clicking on the close box or on the "Cancel" gadget
  30. causes MicroBrowser to exit completely, if not running in HotKey mode.
  31. Clicking on the "OK" gadget, however, causes the requester to go away
  32. and for the selected file to be inserted into the command string and
  33. then run.
  34.  
  35.     The basic format of the command follows this.  After MicroBrowser can
  36. come up to three options, in any order.  First is the command.  This
  37. is the command string you want the file name inserted into.  If there are
  38. any spaces in the command, you must surround the command with quotes.
  39. If the filename can be added to the end of the command, this is all
  40. you need to do.  If the filename must come in the middle of the command
  41. string, on the other hand (ie, "Copy FILENAME to prt:") then you need
  42. to insert a "%" character in its place (in the last example, this
  43. would be "Copy % to prt:").
  44.     The next option is a title for the requester.  This is used by
  45. the keyword TITLE followed by a single word, or a string in quotes.
  46. This will set the window title of the Arp file Requester to whatever
  47. string is given (ie. 'TITLE "File to Read"').
  48.     The final option is hotkey mode, where the user supplies the rawkey
  49. code of a key, and MicroBrowser opens its requester every time this
  50. key is hit in combination with the left-amiga key.  This option is
  51. set up by the keyword KEY, followed by the decimal representation of
  52. the rawkey code.  The rawkey codes for the function keys are 79 + the
  53. number of the function (ie. F1 is 80, and F10 is 89)
  54.  
  55.     Getting a File Requester is very simple.  Either run MicroBrowser
  56. without giving it a hot-key, or press the Left-Amiga key along with
  57. the hot-key (F10 by default).
  58.  
  59.     The Author can be contacted on RC BBS, at (702) 364-8721, or on
  60. Compuserve at [72657,1166].  Please send any bug reports to either
  61. of these places.
  62.  
  63.