home *** CD-ROM | disk | FTP | other *** search
/ Merciful 3 / Merciful_Release_3.bin / software / d / data_division_docs / datadivisiondocs02.dms / datadivisiondocs02.adf / 10 < prev    next >
Text File  |  1996-10-14  |  49KB  |  1,226 lines

  1.  
  2.                                Chapter Nine
  3. Commands and Custom Buttons .....................95
  4. Scope and Focus of Buttons ......................96
  5. Special buttons Menu ............................96
  6. Internal Opus 5 Commands ........................97
  7.  
  8.                        Commands and Custom Buttons
  9.  
  10.  With Directory Opus 5, you can create your own custom buttons which
  11. execute your desired commands at the click of the mouse.  Buttons are
  12. grouped together in a window called a Button Bank.  Any given bank of
  13. buttons may show either graphical images or text, but you may not mix
  14. graphics and text in the one bank.  You may have as many banks open at any
  15. one time as you desire.
  16.  
  17.  The modular design of Opus 5 means that Button Banks are fully
  18. independent tasks and the buttons themselves are interchangeable between
  19. different banks.  Even editing of button banks via the Button Editor is
  20. independent of other program operations, so you do not need to stop other
  21. activities to create, load, edit or save banks.
  22.  
  23.                              Directory Opus 5                        95
  24.  
  25.  Each button can execute an unlimited set of instructions, which may be
  26. triggered by the action of a left, middle or right mouse click on the
  27. custom button, or by selecting an item from the button's optional pop-up
  28. menu.  Instructions may include any mix of AmigaDOS, Workbench, ARexx,
  29. Script or Opus 5 commands.
  30.  
  31.  Right mouse button commands and pop-up menu commands are indicated by a
  32. 'dog-ear' in the upper right of the button.  For middle mouse button
  33. commands, the 'dog-ear' appears on the bottom left.  This also applies to
  34. graphical Button Banks.
  35.  
  36.  With Opus 5.5, you can now define an infinite set of pop-up menus for
  37. each button.  This allows you to group a larger number of related
  38. functions in one place and select the specific one when required.  Holding
  39. down the LMB on a button displays the full list of commands attached to
  40. that button.  Releasing the LMB over a command brings this command to the
  41. top and makes it the default LMB command.
  42.  
  43.                         Scope and Focus of Buttons
  44.  
  45.  Many button commands act on the selected files in the current source
  46. (SRCE) directory, or between the source and destination (DEST)
  47. directories.  When creating and using buttons, it is very important that
  48. you understand both what the command does, and what files and directories
  49. it will affect.  This is known as the scope and focus of a button.
  50.  
  51.  Novice Opus 5 users can be confused when they have clicked on a custom
  52. button and nothing happens.  Often they have no SRCE window selected!
  53.  
  54.   +-------------------------------------------------------------------+
  55.   | Before clicking on a custom button, verify that the intended SRCE |
  56.   | and DEST directory windows are set correctly.                     |
  57.   +-------------------------------------------------------------------+
  58.  
  59.                            Special Buttons Menu
  60.  
  61.  As well as from the global Buttons menu, Opus 5 also provides a special
  62. menu directly attached to each button window.  This gives quick access to
  63. popular functions.
  64.  
  65.  *** See Fig 9-01 ***
  66.  
  67.  To access this menu, move the mouse to the button window title bar and
  68. press the right mouse button to display the menu.  If you have 'Mouse
  69. buttons over inactive banks' in Options / Miscellaneous disabled, you will
  70. need to activate the Button Bank window first.
  71.  
  72.  *** See Fig 9-01 ***
  73.  
  74.     96                       Directory Opus 5
  75.  
  76.  The menu options are identical to those provided in the global Buttons
  77. menu, except that this special menu allows you to iconify the button bank
  78. to save space on your Opus backdrop window.
  79.  
  80.  When iconified, the button bank will have a pop-up menu which will allow
  81. you to open the button bank again, or close it for good.  You can also re-
  82. open it by double-clicking on the icon.
  83.  
  84.                          Internal Opus 5 Commands
  85.  
  86.  As already explained, each button can execute a set of instructions
  87. including AmigaDOS, Workbench, ARexx, Script or internal Opus commands.
  88. The list of internal commands which Directory Opus 5 offers for each
  89. custom button or menu is shown below.  Each command is discussed in detail
  90. in the following section.
  91.  
  92.                                 Commands
  93.  
  94.  Addicon          FindFiletype         Moveas
  95.  Alarm            FinishSection        None
  96.  All              Flash                Parent
  97.  AnsiRead         Format               Play
  98.  Assign           FreeCaches           Print
  99.  Beep             FTPAddressbook       PrintDir
  100.  CacheList        FTPCD                Protect
  101.  CheckFit         FTPCommand           Quit
  102.  CleanUp          FTPConnect           Read
  103.  CloseButton      FTPCopy              Rename
  104.  CLI              FTPDelete            ReSelect
  105.  Comment          FTPQuit              Reveal
  106.  Confirm          FTPRename            Root
  107.  Configure        FTPSetVar            Run
  108.  Copy             GetSizes             ScanDir
  109.  CopyAs           HexRead              Search
  110.  CreateFiletype   Hide                 Select
  111.  DateStamp        IconInfo             Set
  112.  Delete           Join                 Show
  113.  DeviceList       LeaveOut             SmartRead
  114.  DiskCopy         LoadButtons          Split
  115.  DiskInfo         LoadEnvironment      Toggle
  116.  DoubleClick      LoadOptions          User1
  117.  DragNDrop        MakeDir              User2
  118.  Duplicate        MakeLink             User3
  119.  Encrypt          MakeLinkAs           User4
  120.  FindFile         Move
  121.  
  122.  
  123.                              Directory Opus 5                        97
  124.  
  125.  *     AddIcon NAME,BORDER/S,NOBORDER/S,LABEL/S,NOLABEL/S, CHANGE/S
  126.  
  127.  Adds icons to all selected entries in the active Lister.  Directory Opus
  128. 5 will automatically sense the type of file and the appropriate icon for a
  129. drawer, tool or project.  The icons used are the current system default
  130. icons as defined in ENV:Sys directory.  (See your AmigaDOS manual for more
  131. details.)
  132.  
  133.  The BORDER and NOBORDER switches turn the icon border on or off.  The
  134. LABEL and NOLABEL switches turn the (text) label on or off.  If CHANGE is
  135. specified, the state of the borders or labels of existing icons will be
  136. changed without creating new icons.
  137.  
  138.  AddIcon operates on all files selected in all current SRCE Listers.
  139.  
  140.   +-----------------------------------------------------------------------+
  141.   | Since this command uses the Amiga's default icons, it may fail if the |
  142.   | correct default icons of the required type are not available in your  |
  143.   | ENV:SYS directory. If this happens, run the Amiga IconEdit program    |
  144.   | to create and save a set of default icons for the various file types. |
  145.   | For more information on the creation and editing of default icons,    |
  146.   | please consult your AmigaDOS user manual.                             |
  147.   +-----------------------------------------------------------------------+
  148.  *      Alarm
  149.  
  150.  This command compliments the Beep command and produces a short siren
  151. sound effect rather than a simple beep.  Use this to provide a more
  152. noticeable or urgent warning sound than would be indicated by a simple
  153. beep.
  154.  
  155.  See Also: Beep, Flash
  156.  
  157.  *      All
  158.  
  159.  Selects all entries in any and all of the SRCE or selected Listers
  160.  
  161.  See Also: None,Toggle, Reselect, Select
  162.  
  163.     98                       Directory Opus 5
  164.  
  165.  *      AnsiRead        NAME/F
  166.  
  167.  Invokes the Opus viewer in ANSI mode which interprets and displays any
  168. special ANSI control sequences.
  169.  
  170. See Also:  HexRead, Read, SmartRead
  171.  
  172.  *      Assign
  173.  
  174.  Allows you to create AmigaDOS assignments for the path as shown in the
  175. Directory Path gadget at the bottom of the active SRCE Lister.  A
  176. requester is opened with a set of buttons for :-
  177.  
  178.  *** See Fig 9-02 ***
  179.  
  180.  Assign:  Create an assign for this directory with the specified name.
  181.  
  182. (Default)
  183.  
  184.  Add:  Add this directory to the existing assign with the specified name.
  185.  
  186.  Path:  Add the path of this directory to the existing assign with the
  187.         specified name.
  188.  
  189.  Defer:  Create a deferred assign for this directory which will become
  190.          active only when first accessed.
  191.  
  192.  Abort:  Abort the assign operation.
  193.  
  194.  For a more details discussion, refer to your AmigaDOS manual
  195.  
  196.                              Directory Opus 5                        99
  197.  
  198.  *      Beep
  199.  
  200.  This command will sound a beep on either or both of the sound channels.
  201. You could use this command to signify that a command has finished.
  202.  
  203.  For instance, you could create a Diskcopy button to read:-
  204.  
  205.                 Command         DiskCopy
  206.                 Command         Beep
  207.  
  208.  See Also: Alarm, Flash, FinishSection
  209.  
  210.  *      CacheList               NEW/F
  211.  
  212.  Displays a list of all the currently buffered directories.  Click on one
  213. of the displayed buffers to jump to that buffer immediately, rather than
  214. having to locate it manually.
  215.  
  216.  If there is no current SRCE Lister, a new Lister will be opened.  If the
  217. NEW  switch is used, a new Lister will always be opened.
  218.  
  219.  See Also: DeviceList
  220.  
  221.  *      CheckFit
  222.  
  223.  Tests whether the selected files will fit on the destination drive.  A
  224. requester displays the number of bytes needed, the available space, and
  225. the percentage of the file which will fit on the destination drive.
  226.  
  227.  CheckFit works between ALL SRCE directories to the first DEST directory
  228. ONLY.
  229.  
  230.  *      CleanUp
  231.  
  232.  An Opus housekeeping command.  It examines the internal 'position-info'
  233. file and remove references to any directories or left-out icons which no
  234. longer exist on your system.  References will only be removed if the
  235. parent volume is mounted and available on your system so entries from
  236. removable media will be preserved.
  237.  
  238.     100                      Directory Opus 5
  239.  
  240.  *      CLI
  241.  
  242.  This is a new debugging command added for Opus 5.5 for the more advanced
  243. users.  It opens up a Command Line Interface or Shell type window where
  244. you may enter internal Opus commands and ARexx functions directly.   Such
  245. commands operate on highlighted files and between SRC and DEST Listers
  246. just as if you had them attached to a button or menu.  The CLI is useful
  247. to test Opus commands or for quickly entering Opus commands which you have
  248. not set up in a button or menu. Type 'Help' in the window for more
  249. information.
  250.  
  251.  *      CloseButtons    NAME, ALL/S
  252.  
  253.  This command closes the current button bank, a named button bank, or all
  254. button banks.  CloseButtons     closes the bank from which the function was
  255. launched.  CloseButtons <NAME>  closes a named bank and CloseButtons ALL
  256. closes all button banks
  257.  
  258.  See Also: LoadButtons
  259.  
  260.  *      Comment         NAME, COMMENT/F, RECURSE/S
  261.  
  262.  Adds or edits the comment field of all selected entries in the Lister.
  263. The maximum length of a comment is 79 characters.  The RECURSE switch
  264. enables recursive access to any files in selected subdirectories, subject
  265. to the global Recursive Filter.
  266.  
  267.  *      Configure
  268.  
  269.  Displays the Lister Format Editor for the current SRCE Lister.
  270.  
  271.  *      Confirm  TEXT/A
  272.  
  273.  Displays a simple requester showing your chosen TEXT and presenting the
  274. user with the choice of 'Ok' and 'Cancel' buttons.  If the user selects
  275. the 'Cancel' button the Command script will be terminated at this point.
  276.  
  277.                              Directory Opus 5                        101
  278.  
  279.  *      Copy            NAME, TO, QUIET/S, UPDATE/S
  280.  
  281.  Copies the selected file(s) from the SRCE directory to the DEST
  282. directory.
  283.  
  284.  If any directories are selected to be copied, the global setting of the
  285. Recursive Filter will determine which files are copied.  See global menus
  286. Settings/Recursive Filter for more details.
  287.  
  288.  If the UPDATE switch is specified, only files which do not already exist
  289. will be copied.
  290.  
  291.  If multiple SRCE or multiple DEST directories are selected, the copy
  292. command will copy all selected items from the SRCE directories to all the
  293. DEST directories in turn.
  294.  
  295.  *      CopyAs  NAME, NEWNAME, TO, QUIET/S
  296.  
  297.  Copies the selected file(s) from the SRCE directory to the DEST directory
  298. using the new name that you specify.  Wildcards can be used here; see the
  299. Rename command for more details.  If any directories are selected to copy,
  300. the Recursive Filter determines which files will be copied.
  301.  
  302.  Copies multiple SRCE to multiple DEST directories if more than one is
  303. selected.
  304.  
  305.  *      CreateFiletype
  306.  
  307.  Invokes the Filetype Creator which can be very useful for automatically
  308. making Opus Filetypes for unknown files, especially if you do not know
  309. much about file formats.  For detailed information on the Filetype
  310. Creator, see page 152.
  311.  
  312.  See Also: FindFiletype
  313.  
  314.  *      Datestamp       NAME, RECURSE/S, DATE/F
  315.  
  316.  Allows you to change the datestamp of the selected files and directories
  317. in the active Lister.  If directories are selected, you will be given to
  318. option to modify the datestamps of the files within them.
  319.  
  320.     102                      Directory Opus 5
  321.  
  322.  The RECURSE switch enables recursive access to any selected files in
  323. subdirectories, subject to the global Recursive Filter.
  324.  
  325.  *** See Fig 9-03 ***
  326.  
  327.  For each entry, you will be presented with a requester.  To set the
  328. datestamp of the file to the current date and time, simply press return.
  329. Otherwise, enter the date and time you want.
  330.  
  331.  Choose the 'OK' button, or press RETURN, to set the datestamp one file at
  332. a time.  To set the datestamp of all selected entries at once, select the
  333. 'All' button from the requester.
  334.  
  335.  *      Delete  NAME, QUIET/S
  336.  
  337.  Deletes all the selected entries in ALL current SRCE Listers.
  338.  
  339.  *** See Fig 9-04 ***
  340.  
  341.  Be careful with this! It is easy to wipe out valuable data if you are
  342. careless.  For safety, Directory Opus 5's default configuration displays a
  343. requester before deleting files.  Nevertheless, you should always double
  344. check the selected files before clicking any button which uses this
  345. command.
  346.  
  347.  The Delete command works on ALL SRCE Listers in turn.
  348.  
  349.  *      DeviceList  NEW/S, FULL/S, BRIEF/S
  350.  
  351.  Displays the list of all devices, volumes and assigned directories in the
  352. current SRCE Lister.  If the FULL switch is added, the list of Assigns is
  353.  
  354.                              Directory Opus 5                        103
  355.  
  356. expanded to show the full path of the assigned volumes plus any multi-
  357. directory assigns.  Alternatively, if the BRIEF switch is added, only the
  358. devices will be shown.
  359.  
  360.  If there is no current SRCE Lister, a new Lister will be opened.  A new
  361. Lister will always be opened if the NEW switch is specified.
  362.  
  363.  When the device list is in Icon or Icon Action mode, you can delete and
  364. rename assigns using the icon menu.
  365.  
  366.  See Also: CacheList
  367.  
  368.  *      DiskCopy
  369.  
  370.  Invokes the Opus 5 Diskcopy Requester allowing you to select the source
  371. and destination drives and parameters for copying disks.  (See page 185.)
  372.  
  373.  *      DiskInfo
  374.  
  375.  Displays information on the parent disk of the current SRCE Lister.  This
  376. command works only in a Lister, it does not work on a selected disk icon.
  377. For icons use the global menu item Icons/Disk Information.
  378.  
  379.  This command works on the active SRCE Lister ONLY.
  380.  
  381.  *      DoubleClick     NAME/F
  382.  *      DragNDrop       NAME/F
  383.  
  384.  Execute the defined action for either DoubleClick or DragNDrop as defined
  385. in the Opus filetype for files of the selected type.  ( See Filetypes on
  386. page 139 for details.)
  387.  
  388.  Commands work on all files selected in all current SRCE Listers.
  389.  
  390.  *      Duplicate       NAME, NEWNAME, QUIET/S
  391.  
  392.  Makes a copy of selected entries in the same directory, but with
  393. different names.
  394.  
  395.     104                      Directory Opus 5
  396.  
  397.  *** See Fig 9-05 ***
  398.  
  399.  A requester will appear for each entry, asking for the new name.
  400. Wildcards can be used here; see the Rename command for more details.
  401.  
  402.  The Duplicate command works on ALL SRCE Listers.
  403.  
  404.  *      Encrypt    NAME, TO, PASSWORD, QUIET/S
  405.  
  406.  Have you ever had files that you wanted to encrypt so that only people
  407. who knew the password could understand them?  This command allows you to
  408. do just that.  It will encrypt all selected files, using the password that
  409. you enter, with a complex algorithm that most people will find impossible
  410. to work out.  The resulting files are not written over the originals, but
  411. are instead written to the destination directory.  They will be the same
  412. size as the original files, so you can ensure you have enough room in the
  413. destination directory.
  414.  
  415.  *** See Fig 9-06 ***
  416.  
  417.  To decrypt a previously encrypted file, you should enter the same
  418. password and click on the Decrypt files checkbox, or precede the password
  419. with a minus sign.  For example, to decrypt files encrypted with the
  420. password 'SMEG', select the files, choose the encrypt command and enter '-
  421. SMEG' as the password.
  422.  
  423.  Encrypt operates on all files selected in all current SRCE Listers.
  424.  
  425.                              Directory Opus 5                        105
  426.  
  427.  *      FindFile
  428.  
  429.  Searches all selected subdirectories in all SRCE Listers for a specified
  430. file or files.  A requester will appear asking for the pattern to search
  431. for.  You can use full AmigaDOS pattern matching for searches.
  432.  
  433.  If a file matching the pattern is found, you may enter the directory
  434. containing it, or to continue the search.  If you enter the directory,
  435. all matching entries will be highlighted.
  436.  
  437.  *      FindFiletype
  438.  
  439.  This command invokes the Filetype Finder which can be used in finding,
  440. installing, and creating Filetypes for the selected files.  For details,
  441. see the FileType Creator on page 152.
  442.  
  443.  *** See Fig 9-07 ***
  444.  
  445.  *      FinishSection
  446.  
  447.  Forces any preceding programs (AmigaDOS, Workbench, Batch or ARexx) to
  448. finish executing before carrying on to the next command.  Note that the
  449. next command need not be an Opus command; it is just more likely that it
  450. will be one.
  451.  
  452.  For instance, to add a beep to the end of the LHArc list Filetype
  453. command, you would change the command list to read:-
  454.  
  455.     AmigaDOS  LHARc  v  {f}
  456.     Command FinishSection
  457.     Command Beep
  458.  
  459.     106                      Directory Opus 5
  460.  
  461.  *      Flash
  462.  
  463.  This command has the same uses as the Beep command.  It is different in
  464. that it calls the system DisplayBeep function so that it will flash the
  465. display and/or produce a beep or sampled sound as defined by the Sound
  466. preferences program.
  467.  
  468. See Also: Alarm, Beep
  469.  
  470.  *      Format  DRIVE/F
  471.  
  472.  Allows you to format a new disk.  All new disks need to be formatted
  473. before the computer can write to them.
  474.  
  475.  Without arguments, the command will display the Opus 5 Format Requester
  476. allowing you to choose the disk to format and other parameters.  (See page
  477. 187.)
  478.  
  479.  *      FreeCaches
  480.  
  481.  Clears all the internally cached directory buffers which are not
  482. currently displayed and frees all unused memory.  If you are running a bit
  483. low on memory, this is a good way to free memory quickly.
  484.  
  485.  If your system uses WB 3.0 or higher, Opus 5 will install its own
  486. internal low memory handler which will flush all unseen buffers
  487. automatically if required under low memory conditions.
  488.  
  489.  *      GetSizes        FORCE/S
  490.  
  491.  Causes any selected subdirectories in ALL SRCE Listers to be scanned to
  492. calculate the total size, in bytes, of all files contained in the
  493. subdirectory.  Once scanned, the sizes of the subdirectory will be
  494. displayed in the Lister.  It also displays in the status bar the number of
  495. files, directories and bytes that have been selected out of the total
  496. number of files, directories and bytes
  497.  
  498.  If a subdirectory has been previously scanned, it will not be rescanned
  499. when you use the GetSizes command unless you use the FORCE switch.
  500.  
  501.                              Directory Opus 5                        107
  502.  
  503.  GetSizes only checks the SRC Lister.  If you wish to check if the
  504. selected files would fit on the DEST, use the CheckFit command.
  505.  
  506.  If you select an operation which causes a subdirectory to be scanned
  507. (e.g., Copy, Protect, FindFile, etc.), the size will be displayed as
  508. though you had performed a GetSizes.
  509.  
  510.  GetSizes works on ALL SRCE Listers in turn.
  511.  
  512. See Also: ClearSizes, CheckFit
  513.  
  514.  *      HexRead         NAME/F
  515.  
  516.  Reads and displays the selected files in the same way as Read, except in
  517. hexadecimal format.  This allows you to view binary files and other files
  518. containing non-text characters.
  519.  
  520.  *** See Fig 9-08 ***
  521.  
  522.  Shown above is an example of the Hex Viewer's output.  The first value is
  523. the offset, displayed in hex.  This is the offset position, in bytes, from
  524. the start of the file.  The next four values are each a four-byte long-
  525. word, with the actual ASCII representation at the end.  Any non-text
  526. characters are shown with a period ('.') character.
  527.  
  528. See Also: Read, AnsiRead, SmartRead.
  529.  
  530.     108                      Directory Opus 5
  531.  
  532.  *      Hide
  533.  
  534.  The hide command iconifies Opus 5.  It has the same effect as selecting
  535. Opus / Hide from the global menus.
  536.  
  537.  *      IconInfo        NAME/F
  538.  
  539.  Allows you to modify the characteristics of icons such as stack size,
  540. default tool and Tool Types.  It operates in a similar fashion to the
  541. Information menu of Workbench.  With this command, you may select either
  542. the '.info' files themselves or the actual parent files or directories to
  543. which the icons refer.
  544.  
  545.  *** See Fig 9-09 ***
  546.  
  547.  A requester will appear when you run this command on a valid icon.  The
  548. actual appearance of the requester will vary depending on the type of
  549. icon, but in all cases the actual icon imagery will be displayed.  If you
  550. click on the icon imagery with the left mouse button, any alternative
  551. imagery will be displayed if it exists.  The information displayed for
  552. each icon type is listed below.
  553.  
  554.  Once you have made the desired changes to the icon, the Save button will
  555. save the changes to disk.  The Cancel button will exit without modifying
  556. the icon on disk.
  557.  
  558.  Drawer icon:  For a drawer icon, you may edit the drawer's protection
  559.                bits, comment and tool types.  The date of the last
  560.                modification of the drawer is also displayed.
  561.  
  562.  Project icon:  For a project icon, you may edit the project's stack size,
  563.                 default tool and tool types.  Also displayed are the size
  564.                 of the project in bytes and blocks, and the last
  565.                 modification date.
  566.  
  567.                              Directory Opus 5                        109
  568.  
  569.  Tool icon:  For a tool icon, you may edit the tool's protection bits,
  570.              stack size, comment and tool types.  Also displayed are the
  571.              size of the tool in bytes and blocks, and the last
  572.              modification date.
  573.  
  574.  Disk icon:  For a disk icon, you may edit the disk's Default Tool.
  575.              Displayed are the total number of blocks, and the number of
  576.              blocks used and free.  The block size, creation date,
  577.              filesystem type, and read/write status are also displayed.
  578.  
  579.  Trashcan icon:  For a trashcan icon, you may edit the trashcan's
  580.                  protection bits, comment and tool types.  The date of the
  581.                  last modification of the trashcan is also displayed.
  582.  
  583.  Group icon:  For a group icon, you may edit the group's comment and Tool
  584.               Types.  Also displayed is the last modification date.
  585.  
  586.  Protection bits:  (where appropriate) are modified in the same way as
  587.                    with the Protect command, except that the Hidden and
  588.                    Pure bits are not accessible.
  589.  
  590.  Tool types:  (where appropriate) are modified in the same way as from
  591.               Workbench.  To edit an existing Tool Type, simply select it,
  592.               and press RETURN when you have modified it.  To create a new
  593.               Tool Type, select the New button.  To delete an existing
  594.               Tool Type, select it and then select the Delete button.
  595.  
  596.  The IconInfo requester allows you to drop other icons on it to replace
  597. the imagery of the icon being edited.  Clicking on any of the Tool Types
  598. toggles its state.
  599.  
  600.  Icon Borders and Icon Name
  601.  
  602.  New for Opus 5.5 is a special custom pop-up menu for the IconInfo
  603. requester, just press the RMB when over the IconInfo requester.  The two
  604. options allow you to turn off the icon border  and turn off the display of
  605. the name shown underneath the icon.
  606.  
  607.     110                      Directory Opus 5
  608.  
  609.  If you are running Workbench version OS3.0 or later and wish to use a
  610. third party replacement for the Workbench Information function, you can
  611. set the 'DOpus/UseWBInfo' environment variable, and Opus 5 will call the
  612. OS WBInfo() routine for icon information (this may only work if you have
  613. Workbench running).  Use this with patches like SwazInfo.
  614.  
  615.  *      Join
  616.  
  617.  This command opens the Join Requester showing a list of the files that
  618. were selected in the SRCE directory.  From the buttons, you may add and
  619. remove files to or from this list, clear the list, or rearrange the order
  620. of the files to be joined by moving individual files up and down in the
  621. list.  Choose the destination directory, which defaults to the current
  622. DEST directory if one is present, and press the Join button.  You will
  623. then be prompted for a filename for the new file.
  624.  
  625.  *** See Fig 9-10 ***
  626.  
  627.  See Also: Split
  628.  
  629.  *      LeaveOut        NAME/F
  630.  
  631.  Places the currently selected files on the Opus 5 Main Window and
  632. permanently leaves them out for easy access.
  633.  
  634.  The command works on all selected entries (files or directories)  in all
  635. current SRCE Listers.
  636.  
  637.                              Directory Opus 5                        111
  638.  
  639.  *      LoadButtons                     NAME/F
  640.  *      LoadEnvironment                 NAME/F
  641.  *      LoadOptions                     NAME/F
  642.  
  643.  These three commands take a filename as an argument and load the Opus 5
  644. component files as described.
  645.  
  646.  LoadEnvironment and LoadOptions will then reset the program operation to
  647. the newly loaded parameters.  If only a simple filename is given, each
  648. command searches in the appropriate Opus 5 path of either DOpus5:Buttons/
  649. or DOpus5:Environment/ or DOpus5:Settings/ for the specified file.  If a
  650. full pathname is given, the command will use that pathname instead.
  651.  
  652.  *      Makedir NAME, NOICON/S, SELECT/S, NEW/S, READ/S
  653.  
  654.  Allows you to create a new subdirectory in the SRCE directory window; its
  655. name is limited to 30 characters.
  656.  
  657.  *** See Fig 9-11 ***
  658.  
  659.  From the requester, you can choose whether to create an icon along with
  660. the new directory or not.  Entering a name and just pressing RETURN, will
  661. either create an icon, or not, according to the status of the global
  662. Settings/Create Icons? menu.  The name of the directory is limited to 25
  663. characters if Create Icons is enabled.  The newly created directory will
  664. always be scrolled into view for further use when in Name mode.
  665.  
  666.  If the optional NAME is used, the command will not ask for the directory
  667. name, but will make it immediately in the current SRCE directory.
  668.  
  669.  If the optional NOICON switch is used, the directory will be made without
  670. an associated '.info' file.
  671.  
  672.     112                      Directory Opus 5
  673.  
  674.  The SELECT switch will cause the newly created directory to be selected
  675. immediately, and the READ switch will cause it to be read into a new
  676. Lister.
  677.  
  678.  MakeDir works on the first SRCE or current Lister ONLY.
  679.  
  680.  *      MakeLink        NAME, TO, QUIET/S
  681.  
  682.  This command creates a HARD link to files and directories from SRC to
  683. DEST.  In essence, it is similar to the Copy command but creates an Amiga
  684. link file in the DEST instead of copying the file itself.  (See the
  685. AmigaDos manual for more information on links.)
  686.  
  687.  By a limitation of the Amiga filesystem, hard links are only supported to
  688. files and directories on the same volume.  Soft links are not supported by
  689. Opus 5 and cannot be created with this command.
  690.  
  691.  To distinguish them from plain files and directories, links are displayed
  692. in bold in Listers in name mode.  In icon mode, they have a little 'arrow'
  693. image superimposed on them to indicate that they are links.  The same
  694. image is shown on any icons which have been left-out.
  695.  
  696.  Makelinks works from multiple SRCE to multiple DEST directories if more
  697. than one is selected.
  698.  
  699.  *      MakeLinkAs      NAME, NEWNAME, TO, QUIET/S
  700.  
  701.  Performs the same command as MakeLink but allows you to give each entry a
  702. new name in the destination directory.  Wildcards can be used here; see
  703. the Rename command for more details.
  704.  
  705.  *** See Fig 9-12 ***
  706.  
  707.                              Directory Opus 5                        113
  708.  
  709.  MakelinkAs works from multiple SRCE to multiple DEST directories if more
  710. than one is selected.
  711.  
  712.  *      Move            NAME, TO, QUIET/S
  713.  
  714.  Moves all selected entries from the SRCE directory to the DEST directory.
  715. The entry will no longer exist in its original place.  If any directories
  716. are selected to move, the Recursive Filter will be used to determine which
  717. files will be copied.
  718.  
  719.  If the Move operation is on the same device, Opus 5 actually uses the
  720. Rename command.  On different devices, Copy and Delete commands are used.
  721.  
  722.  Move acts to move files to a single destination ONLY.
  723.  
  724.  See Also: MoveAs, Copy, CopyAs
  725.  
  726.   +-----------------------------------------------------------------------+
  727.   | Be careful with this command!  Opus 5 will delete the file if you are |
  728.   | moving it to a different device.                                      |
  729.   +-----------------------------------------------------------------------+
  730.   
  731.  *      MoveAs  NAME, NEWNAME, TO, QUIET/S
  732.  
  733.  Performs the same command as Move, but allows you to give each entry a
  734. new name before it is moved.  Wildcards can be used here; see the Rename
  735. command for more details.
  736.  
  737.  MoveAs acts to move files to single destination ONLY.
  738.  
  739.  See Also: Move, Copy, CopyAs
  740.  
  741.  *      None
  742.  
  743.  Deselects all entries in all the SRCE directory windows.
  744.  
  745.  See Also: All, Toggle, Select, Reselect
  746.  
  747.  *      Parent
  748.  
  749.  Reads and displays the parent directory of the current directory open in
  750. the SRCE Lister.  If the parent directory is contained in Opus 5's cached
  751. buffer list, it will be displayed without re-reading it.  The command is
  752.  
  753.     114                      Directory Opus 5
  754.  
  755. assigned to '/' and '?' keys in Listers.  The shifted '?' key opens a new
  756. Lister for the parent.
  757.  
  758.  When the current directory is an assignment, for example, C:, the
  759. assignment will be expanded to the full path (Workbench:C), whereby the
  760. parent command will move to the parent directory (Workbench:) of the
  761. assigned directory.
  762.  
  763.  This command acts on the first SRCE directory only.
  764.  
  765.  *      Play            NAME, QUIET/S
  766.  
  767.  Allows you to listen to sound files.  This command plays IFF 8SVX format
  768. sound files, raw data files, and a limited set of SoundTracker type MOD
  769. files.  It will also play other sound formats via the datatypes system of
  770. OS3.0 and higher.  Unless you have specified the QUIET option, A small
  771. requester will appear while the sound is playing, showing the name, type
  772. of sound file, and playing time.  To abort a sound before it has finished
  773. playing, click the 'Abort' button in this requester, or click the 'Next'
  774. button to skip to the next sound.
  775.  
  776.  *** See Fig 9-13 ***
  777.  
  778.  Because of some deficiencies in the OS datatypes system, Opus sometimes
  779. cannot tell when a sound being played through datatypes finishes playing.
  780. If this is the case, you will have to click the 'Next' or 'Abort' button
  781. manually.
  782.  
  783.   +--------------------------------------------------------------------+
  784.   | Due to the explosion in the variety of sound module formats, e.g.  |
  785.   | Star/Sound/Noise/ProTracker, Med, OctaMed, Octalizer, and Med with |
  786.   | MIDI modules, Opus 5 cannot play all such sound formats. To play   |
  787.   | these formats, we recommended that you set up a button to call one |
  788.   | of the many excellent sound players currently available.           |
  789.   | (DeliTracker is an excellent example and can be readily obtained   |
  790.   | from AmiNet.)                                                      |
  791.   +--------------------------------------------------------------------+
  792.   
  793.                              Directory Opus 5                        115
  794.  
  795.  *      Protect NAME, RECURSE/S, SET=+/K, CLEAR=-/K
  796.  
  797.  Modify the protection bits of the selected files and directories in the
  798. active directory window.  When you select directories, you will be asked
  799. whether you also wish the files within them to be protected.  For each
  800. entry, you are presented with a requester displaying the protection bits
  801. currently set for that entry.  This is described in greater detail later.
  802.  
  803.  *** See Fig 9-14 ***
  804.  
  805.  The RECURSE switch enables recursive access to any selected files in
  806. subdirectories, subject to the global Recursive Filter .
  807.  
  808.  Protect applies to all selected files in all the current SRCE Listers.
  809.  
  810.  The Protection Requester allows you to change the protection bits of a
  811. file or subdirectory.  The protection bits are a group of flags stored
  812. with the file, that determine the characteristics of the file.  These
  813. flags are given single character names.  The protection bits currently in
  814. use are HSPARWED.
  815.  
  816.  H  Hidden:  If this flag is set, the file is not normally displayed.
  817.              This allows you to mark certain files as "invisible", to
  818.              avoid cluttering your directories.  The file can still be
  819.              accessed normally, and not all programs implement this flag.
  820.  
  821.  S  Script:  A script file is a file containing a list of AmigaDOS
  822.              commands to execute; it is like a simple computer program.
  823.              This flag indicates that the file in question is a script
  824.              file.  A script file is sometimes called a batch file.
  825.  
  826.  P  Pure:  If a program file is flagged as pure, it can be made to remain
  827.            in memory ("made resident"), even when not in use.  This can
  828.            
  829.     116                      Directory Opus 5
  830.            
  831.            save a great deal of time, especially if the program is used
  832.            often, since it does not have to be loaded from disk each time.
  833.  
  834.  A  Archive:  This flag indicates that the file has not been changed.  If
  835.               this file is ever written to, the 'A' flag will be cleared.
  836.               This flag is often used by hard disk backup programs to
  837.               record which files have not been changed and do not need to
  838.               be backed up again.
  839.  
  840.  R  Readable:  If this flag is set, the file can be accessed.
  841.  
  842.  W  Writeable:  If this flag is set, the file can be written to (ie, more
  843.                 information can be stored in it than is already there).
  844.  
  845.  E  Executable:  If a program file does not have this flag set, it can
  846.                  not be run.
  847.  
  848.  D  Deleteable:  If this flag is not set, the file can not be deleted.
  849.  
  850.  The Protection Requester shows the current file to be modified and the
  851. protection bits currently set.  Underneath are two rows of buttons
  852. corresponding to the protection bits which you may wish to set or clear.
  853. When a button is highlighted, it means that the bit will be cleared or set
  854. as shown when you click the 'OK' button.
  855.  
  856.  The bottom of the requester gives you buttons to chose the action
  857. required for this specific file.
  858.  
  859.  OK:  Causes the current file's protection bits to be set as indicated in
  860.       the display.
  861.  
  862.  All:  Causes all selected files to be set, without additional prompting,
  863.        as indicated in the display.
  864.  
  865.  Skip:  Skips over the current file and moves on to the next selected file
  866.         in sequence.
  867.  
  868.  Abort:  Aborts the Protect command.
  869.  
  870.                              Directory Opus 5                        117
  871.  
  872.  *      Print           NAME/F
  873.  
  874.  Prints the selected files from all the current SRCE directories.  It
  875. first displays the Opus 5 Print Requester which allows full control over
  876. print formatting.
  877.  
  878.  New for Opus 5.5, the Print routine automatically prints a form feed
  879. after every file.  See page 189 for more details of the Print Requester.
  880.  
  881.  *      PrintDir
  882.  
  883.  Print the current directory list shown in the SRCE Lister.  The directory
  884. will be printed as currently displayed.  To change the format of the
  885. print-out you must edit the Lister format first.  PrintDir works via the
  886. Print Requester, giving control over print formatting.
  887.  
  888.  PrintDir operates on the current SRCE Lister ONLY.
  889.  
  890.  *      Quit            FORCE/S
  891.  
  892.  The Quit command will quit Opus 5, first asking for confirmation unless
  893. you have set Quick Quit in the Options / Miscellaneous settings.  With the
  894. FORCE switch, Opus will always quit without asking for confirmation.
  895.  
  896.  *      Read            NAME/F
  897.  
  898.  Displays the Opus 5 text reader so you may read selected files.  The name
  899. of the file is displayed in the viewer window's title bar.  Since the
  900. viewer is an independent program with its own window, you may open as many
  901. viewers to show as many different files as you wish at any one time.
  902.  
  903.  The Opus 5 viewer provides a number of options from its menu selections.
  904. These include search and print capabilities and are discussed in detail on
  905. page 192.
  906.  
  907.  Read operates on the current SRCE directory ONLY.
  908.  
  909. See Also: AnsiRead, HexRead, SmartRead
  910.  
  911.     118                      Directory Opus 5
  912.  
  913.  *      Rename
  914.  
  915.  Allows you to give new names to all selected entries in the currently
  916. selected SRCE directory windows.  A requester will appear for each entry
  917. in turn, asking for the new name.  The initial rename requester has two
  918. string fields instead of one.  You will usually just edit the name in the
  919. lower of the two to the new name.
  920.  
  921.  *** See Fig 9-15 ***
  922.  
  923.  A limited type of wildcard rename is possible.  Entering an '*' in the
  924. bottom field allows you to add prefixes or suffixes.  For instance,
  925. entering '*.pic' will add a '.pic' suffix to all selected entries.
  926. Entering 'A*' will add an 'A' prefix.  Only one '*' may be used in this
  927. process.
  928.  
  929.  You cannot give a file a name that contains an '*'.
  930.  
  931.  If you enter an '*' in the top as well as the bottom field, you can
  932. replace sections of the name.  for example, entering '*.pic' in the top
  933. field and '*.iff' in the bottom field will replace the '.pic' suffix of
  934. any entries with the '.iff' suffix.  If an entry does not have a '.pic'
  935. suffix, it will be left untouched.  The '*' may also be embedded.
  936.  
  937.  For instance, renaming 'FOO*BAZ' as 'GEE*WIZ' would rename 'FOOBARBAZ' to
  938. 'GEEBARWIZ'.  Again, only one '*' may be used in each of the string
  939. Fields.
  940.  
  941.  The Rename command works on ALL SRCE Listers in turn.
  942.  
  943.  *      Reselect
  944.  
  945.  The Reselect command causes all entries in all SRCE directories which
  946. were deselected by the operation of the previous command to be reselected.
  947.  
  948.                              Directory Opus 5                        119
  949.  
  950. The Reselect command is assigned to the '\' key in Listers.
  951.  
  952.  See Also: Select, All, None, Toggle
  953.  
  954.  *      Reveal
  955.  
  956.  This command causes Opus 5 to deiconify if it has been iconified.  It
  957. will also bring the Opus 5 screen to the front or send it to the back if
  958. it is already the frontmost screen.  It is equivalent to pressing the hot
  959. key combination (by default,  Ctrl + left Shift + left Alt).
  960.  
  961.  *      Root
  962.  
  963.  Reads and displays the root directory of the SRCE Lister.  As with the
  964. Parent command, the buffer list will be searched before the parent
  965. directory is re-read.
  966.  
  967.  When the current directory is an assigned directory, the Root command
  968. will display the root drive of the assigned directory.  When the current
  969. directory is a subdirectory to an assigned directory, the Root command
  970. will display the assigned directory.  It is assigned to the ':' and ';'
  971. keys in Listers.
  972.  
  973.  This command acts on the first SRCE directory only.
  974.  
  975.  See Also: Parent
  976.  
  977.  *      Run             NAME/F
  978.  
  979.  Runs each selected file in turn, providing that the file is an executable
  980. program.  The action is similar to double-clicking on the file's icon, or
  981. running it from the CLI.  A requester will appear, asking for any
  982. arguments (should you require any).
  983.  
  984.   +----------------------------------------------------------------------+
  985.   | Directory Opus 5 does not provide an 'Execute' command.  This        |
  986.   | function is handled by the Run command which functions in the same   |
  987.   | manner as the AmigaDOS 'run' command. If a file has the 's' (script) |
  988.   | bit set, the run command will execute it as a script.                |
  989.   +----------------------------------------------------------------------+
  990.  
  991.     120                      Directory Opus 5
  992.  
  993.  *      ScanDir PATH,NEW/S, MODE/K, SHOWALL/S
  994.  
  995.  With no arguments, re-reads the current directory in the first SRCE
  996. Lister.  If you specify a path, that path will be read into the current
  997. SRCE Lister.  If there is no current SRCE, it will open a new Lister.  If
  998. the NEW switch is used, it will always open a new Lister.  You may specify
  999. the display mode with MODE=ICON, ACTION or NAME, otherwise the new Lister
  1000. will open using the system default as defined by the settings of the
  1001. global Lister/ViewAs menu, unless overridden by a stored snapshot of this
  1002. path.  The SHOWALL switch will cause files without icons to be visible
  1003. when in an icon mode.
  1004.  
  1005.  *      Search
  1006.  
  1007.  Searches the contents of all selected files in all SRCE Listers, and the
  1008. files within selected directories, for a specified string.  A requester
  1009. will appear, asking for the search string.  There are also several options
  1010. available within the requester.
  1011.  
  1012.  *** See Fig 9-16 ***
  1013.  
  1014.  Case insensitive:  When checked, any upper and lower case letters are
  1015.                     treated as the same.
  1016.  
  1017.  Wildcard search:  When checked, you can use a question mark (?) character
  1018.                    as a limited wildcard, to mean "match any character".
  1019.  
  1020.  Match whole words:  When checked, the string you enter must be matched in
  1021.                      a whole word (if the string is embedded within a
  1022.                      longer string it will not be matched).
  1023.  
  1024.  You can also specify how the results of the search are presented to you.
  1025.  
  1026.                              Directory Opus 5                        121
  1027.  
  1028.  Ask:  If a match is found, Opus 5 will ask whether you wish to read the
  1029.        file.  If selected to do so, the text viewer will be opened and the
  1030.        file will be read automatically.
  1031.  
  1032.  Leave selected:  If enabled, any files that contain the matching string
  1033.                   will be left highlighted.  All files that did not match
  1034.                   will be deselected, enabling you to see quickly the
  1035.                   files that contained a match.
  1036.  
  1037.  Output results:  If enabled, the names of files that contained the
  1038.                   matching string will be written to a temporary file.
  1039.                   Once the search has finished, this temporary file will
  1040.                   be displayed in the text viewer.
  1041.  
  1042.  *      Select  NAME/K, FROM/K, TO/K, BITSON/K,
  1043.                 BITSOFF/K, COMPARE/K,
  1044.                 MATCHNAME/S, NOMATCHNAME/S,            
  1045.                 IGNORENAME/S, MATCHDATE/S,
  1046.                 NOMATCHDATE/S, IGNOREDATE/S,
  1047.                 MATCHBITS/S, NOMATCHBITS/S,
  1048.                 IGNOREBITS/S,MATCHCOMPARE/S,
  1049.                 NOMATCHCOMPARE/S,
  1050.                 IGNORECOMPARE/S, BOTH/S,
  1051.                 FILESONLY/S, DIRSONLY/S,
  1052.                 EXCLUDE/S, INCLUDE/S
  1053.  
  1054.  *** See Fig 9-17 ***
  1055.  
  1056.     122                      Directory Opus 5
  1057.  
  1058.  When called with no arguments, Select displays a requester allowing you
  1059. to specify a pattern to match files in the current SRCE Listers.  Files
  1060. matching the selection criteria will be selected or deselected depending
  1061. on the state of the Include or Exclude switch.
  1062.  
  1063.  The optional arguments take their names from the fields displayed in the
  1064. complex selection requester.  If called with arguments which satisfy a
  1065. selection criteria, the requester will not be displayed.
  1066.  
  1067.  The selection requester may be used in simple or complex mode as shown
  1068. above.
  1069.  
  1070.  See Also: All, None, Toggle, Reselect
  1071.  
  1072.  *      Set
  1073.  
  1074.  The Set command allows you to set certain things regarding the current
  1075. Lister or the operation of the current function.
  1076.  
  1077.  Set Output <handle> - allows you to define the output handle for the
  1078.                        lifetime of this function where <handle> is CON: or
  1079.                        a filename etc.
  1080.  
  1081.  Set Sort <method> - changes the sort method for the current source Lister
  1082.                      where <method> is either NAME, SIZE, DATE, PROTECTION,
  1083.                      COMMENT, FILETYPE, VERSION, OWNER, GROUP, or NETPROT
  1084.                      (for access).
  1085.  
  1086.  Set Display <items> - changes the display items (same options as Set Sort
  1087.                        above).
  1088.  
  1089.  Set Separate <method> - changes the file/directory separation where
  1090.                          <method> is either MIX, DIRSFIRST or FILESFIRST.
  1091.  
  1092.  Set Hide <pattern>    - changes the hide pattern.
  1093.  
  1094.  Set Show <pattern>    - changes the show pattern.
  1095.  
  1096.                              Directory Opus 5                        123
  1097.  
  1098.  Set Flags <flags>     - sets various flags of REVERSE, NOICONS, or HIDDEN.
  1099.  
  1100.  The 'Set Flags' command allows you to add and subtract flags.  For
  1101. example, "Set Flags +hidden -noicons" sets the hidden flag, clears the
  1102. noicons flag, and leaves all other flags untouched.  The state of a given
  1103. flag can be toggled by using the '/flag' command, e.g. Set Flags /hidden
  1104.  
  1105.  Set ToolBar <name>  - allows you to change a Lister's toolbar.
  1106.  
  1107.  Set Mode <mode>     - sets mode to NAME, ICON, or ACTION, with or without
  1108.                        SHOWALL switch.
  1109.  
  1110.  Set Source          - sets Lister into source mode.
  1111.  
  1112.  Set Dest            - sets Lister into destination mode.
  1113.  
  1114.  Set lock [on|off]   - locks or unlocks Lister as SRCE/DEST.
  1115.  
  1116.  Set off              - turns Lister off.
  1117.  
  1118.  As with other Opus commands, the Set command and options are not case
  1119. sensitive.
  1120.  
  1121.  *      Show            NAME/F
  1122.  
  1123.  Displays IFF ILBM pictures, brushes and animations.  It will also display
  1124. other picture formats via the datatypes system of OS3.0 and higher.
  1125.  
  1126.  *** See Fig 9-18 ***
  1127.  
  1128.     124                      Directory Opus 5
  1129.  
  1130.  Opus 5 will show most pictures and brushes, including overscan, extra
  1131. halfbrite (EHB), HAM (4096 colour) pictures, and AGA 8 bit pictures.
  1132.  
  1133.  Under OS3.0 and higher, if a file is not in IFF format, but in a format
  1134. for which a datatype has been installed, the picture will be displayed by
  1135. that datatype.
  1136.  
  1137.  You may scroll around the image by moving the mouse pointer and the
  1138. following actions or keys can be used when viewing a picture or
  1139. animation:-
  1140.  
  1141.  Space, Help or P for Help and Print Requester,
  1142.  Esc or RMB to abort,
  1143.  LMB to deselect this picture and view the next,
  1144.  Q to view the next image without deselecting this one,
  1145.  Del to view the next image and mark this one for deletion.
  1146.  
  1147.  These keys can be used when viewing an Animation:-
  1148.  
  1149.                 S               Starts and Stops
  1150.                 N               Next Frame
  1151.                 -               Slow Down
  1152.                 =               Speed Up
  1153.                 \               Original Speed
  1154.                 F1-F10  Various Speeds (F1=Fastest)
  1155.  
  1156.  If any pictures are marked for deletion when the last picture has been
  1157. shown, the Delete function will be automatically launched on them (you are
  1158. given the usual warning first).
  1159.  
  1160.  The Show command will use its own IFF code in preference to datatypes
  1161. IFF, since datatypes can be slower and have more problems.  If you wish to
  1162. force Opus to use datatypes first, set the Opus environment variable
  1163. with:-
  1164.  
  1165.                 setenv dopus/ShowUseDatatypesFirst
  1166.  
  1167.                              Directory Opus 5                        125
  1168.  
  1169.  *      SmartRead       NAME/F
  1170.  
  1171.  Invokes the Opus 5 reader program in either text, ANSI or HEX mode
  1172. according to the type of file selected.  As with the read command, if
  1173. multiple files are selected, they will be displayed in sequence.  Pressing
  1174. ESC will terminate the reading of the sequence.  See page 192 for more
  1175. information regarding the reader.
  1176.  
  1177.  See Also: AnsiRead, Read, HexRead
  1178.  
  1179.  *      Split
  1180.  
  1181.  Splits files into smaller chunks.  It opens a requester for you to pick
  1182. the file to split and the destination directory in which to put the parts.
  1183. You may choose the size of the chunks into which to split the file from
  1184. preset values optimised for Double Density floppy disk size, High Density
  1185. disk size, Double Density MS-DOS disk size, High Density MS-DOS disk size,
  1186. or a custom size of your choice.  Size is measured in kilobytes.  You must
  1187. also provide a stem name for the output files to which .000, .0001, etc
  1188. will be added.
  1189.  
  1190.  *** See Fig 9-19 ***
  1191.  
  1192.  If the destination directory is a floppy disk (either a trackdisk.device
  1193. or a mfm.device disk), you will be prompted automatically for a new disk
  1194. to be inserted as necessary.
  1195.  
  1196.  Split works on ALL SRCE Listers in turn.
  1197.  
  1198.     126                      Directory Opus 5
  1199.  
  1200.  *      Toggle
  1201.  
  1202.  Causes selected entries in all SRCE directories to be deselected and
  1203. deselected entries to be selected.  This command is often used as a
  1204. complementary right mouse button action for a button using the All
  1205. command.  The right mouse button would then toggle or reverse the state of
  1206. all entries.
  1207.  
  1208.  See Also: All, None, Select, Reselect.
  1209.  
  1210.  *      User1, User2, User 3, User 4            NAME/F
  1211.  
  1212.  These commands invoke the four user definable commands associated with
  1213. your user defined Opus Filetypes.
  1214.  
  1215.  For example, with the LHA Filetype supplied with Opus 5, the User1
  1216. command is defined to extract files from the archive.  So, selecting an
  1217. LHA file and pressing a button with the command, User1, would reference
  1218. the Filetype, obtain the command and extract the archive.
  1219.  
  1220.                              Directory Opus 5                        127
  1221.                              
  1222.                     This page is intentionally left blank
  1223.                     
  1224.     128                      Directory Opus 5
  1225.  
  1226.