home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 103.lha / Browser.ReadMe < prev    next >
Text File  |  1986-11-21  |  5KB  |  159 lines

  1. Browser version 1.2, copyright 1987, 1988 by Peter da Silva.
  2. Binary redistribution permitted at no charge.
  3.  
  4. NAME
  5.     browser -- a "programmer's Workbench" for the Amiga.
  6.  
  7. SUMMARY
  8.     Browser provides a less flashy but more useful (at least
  9.     for programmer's and other power users) adjunct to the
  10.     Amiga Workbench. It also radically reduces the need for
  11.     directory utilities.
  12.  
  13.     It emulates most of the features and capabilities of the
  14.     Workbench, in text-only windows. All files in the system
  15.     are accessible... not just the ones that have icons
  16.     associated with them.
  17.  
  18.     Supported features include: executing, copying/moving,
  19.     renaming, and deleting files; and examining, copying/moving,
  20.     renaming, creating, and deleting directories.
  21.  
  22.     Unsupported features: formatting, renaming, and making raw
  23.     copies of diskettes.
  24.  
  25. DESCRIPTION
  26.     After starting up, Browser will open a small window in the
  27.     upper left corner of the screen containing a list of all the
  28.     available devices in the system. Holding down the menu
  29.     button will reveal two menus: "Browser" and "Tools". More on
  30.     these later.
  31.  
  32.     To open a volume, double-click on its name. A new window will
  33.     open up, just below and to the right of the original location
  34.     of the master window. All files and directories in the root
  35.     directory of the volume will be displayed.
  36.  
  37.     You can see where we're going. All the normal Workbench actions
  38.     will work under browser. You can open directories and start
  39.     programs by double clicking them. You can move or copy files
  40.     and directories by clicking them and dragging them to a new
  41.     location.
  42.  
  43.         NOTE: This version of the browser indicates that
  44.         you are moving files by changing the cursor to
  45.         a crosshair, like Workbench 1.1.
  46.  
  47.     You can select a group of files by holding down either shift
  48.     key and clicking them one at a time. In this mode when you
  49.     click on a file a second time (after waiting for longer than
  50.     your doubleclick time, of course) it will become deselected.
  51.     This turned out to be convenient while I was testing it.
  52.  
  53.     You can execute a file whether or not it has an icon file (a
  54.     .info file) associated with it. If there is no .info file
  55.     available, Browser will ask you if you really want to go
  56.     ahead with the operation.
  57.  
  58.         WARNING: blithely starting CLI programs under
  59.         Browser, which provides a Workbench environment,
  60.         is likely to attract the attention of the Guru.
  61.  
  62.     Shift-clicking a group of files and then shift-doubleclicking
  63.     a program works just like in the Workbench. You can also pass
  64.     a group of files to a program by installing that program in
  65.     your Tools menu.
  66.  
  67. MENUS
  68.     Browser:
  69.         Open:
  70.             Clicking a file and selecting Open has the
  71.             same effect as double-clicking that file.
  72.  
  73.         Close:
  74.             This is equivalent to clicking the Close
  75.             gadget of the currently active window.
  76.  
  77.         Rescan:
  78.             When you select this Browser will reread the
  79.             directory for the currently active window.
  80.  
  81.         Delete:
  82.             When you select this entry Browser will delete
  83.             all selected files. A directory must be empty
  84.             for Delete to delete it.
  85.  
  86.         Delete All:
  87.             This is the same as Delete, except that
  88.             directories will be recursively deleted. 
  89.  
  90.         Rename:
  91.             This entry will open a window and allow you
  92.             to enter a new name for one selected file.
  93.  
  94.         Make Dir:
  95.             This prompts for the name of and creates a
  96.             new directory in the currently active window.
  97.  
  98.         Quit:
  99.             This is the equivalent of clicking the close
  100.             gadget on the Master window.
  101.  
  102.     Tools:
  103.         The entries in this menu depend on what tools you
  104.         want to use. I like putting More, a terminal program,
  105.         and CLI in here. Your milage may vary.
  106.  
  107.         Add Tool:
  108.             Selecting this will put one selected program
  109.             into the tools menu.
  110.  
  111.         *:
  112.             Any other entry will kick that program off as
  113.             if you had shift-doubleclicked it.
  114.  
  115. FILES
  116.     s:browser.tools
  117.         This file contains a group of lines of the form:
  118.  
  119.             Name;Env;Cmd[;Stack[;Window]]
  120.  
  121.         Name:
  122.             A label to appear in the Tools menu.
  123.  
  124.         Env:
  125.             Ignored in this release. In the future it
  126.             may be CLI or Workbench.
  127.  
  128.         Cmd:
  129.             The name of the file to be kicked off when
  130.             this entry is selected.
  131.  
  132.         Stack:
  133.             An optional stack size, if the default 8K
  134.             isn't appropriate.
  135.  
  136.         Window:
  137.             An optional ToolWindow, for programs that care
  138.             to pay attention to such things.
  139.  
  140. BUGS
  141.     None known, although I have had a suspicious GURU when
  142.     doing massive single-disk copies under Browser. I have
  143.     also had a couple of GURUs when doing the same thing under
  144.     Workbench in the days when Browser was just a fond dream.
  145.     Let me know if you discover any.
  146.  
  147. SUGGESTIONS
  148.     Please make any suggestions you care to. I'd like ideas on
  149.     precisely how to emulate the CLI environment. There are a
  150.     couple of ways of doing this that I know of, none of them too
  151.     clean or easy.
  152.  
  153. AUTHOR
  154.     Peter da Silva.
  155.         AT&T: (713) 497-4372
  156.         Usenet: ...!uunet!nuchat!sugar!peter
  157.         CI$: 70216,1076 (if you don't mind waiting weeks for
  158.             me to log on).
  159.