home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR24 / DM2DEMO.ZIP / DM2.HLP (.txt) < prev    next >
OS/2 Help File  |  1993-12-01  |  58KB  |  1,874 lines

  1.  
  2. ΓòÉΓòÉΓòÉ 1. Introduction to Directory Manager ΓòÉΓòÉΓòÉ
  3.  
  4. Directory Manager is a simple OS/2 directory and file manager that provides the 
  5. following features: 
  6.  
  7.  1. Traversal of either the OS/2 HPFS or FAT file systems that include: 
  8.  
  9.    o file sorting 
  10.    o file/directory copy, move, delete, and rename operations 
  11.    o filter specification to view matching files 
  12.    o display of disk space, directory space, and marked file size information 
  13.    o marking and un-marking of files for further processing 
  14.    o view of text files 
  15.    o compare directories 
  16.    o label file system disk and diskettes 
  17.    o create directory(s) 
  18.    o multiple window support 
  19.  
  20.  2. OS/2 command entry 
  21.  
  22.    o including the ability to execute commands using marked files from the file 
  23.      display. 
  24.  
  25.  3. Custom macro execution against marked files 
  26.  
  27.    o Customize the FILE pull-down to automate selected macro command execution 
  28.      along with accelerator key support. 
  29.  
  30.  4. File find capability 
  31.  5. Support for the Drag-Drop protocol for marked files 
  32.  
  33.    o drag and drop to the Workplace Shell ( and WPS objects ) 
  34.    o drag and drop between windows and directory tree 
  35.    o WPS file association program launching 
  36.    o Create WPS objects 
  37.    o Recover DELETED Files 
  38.  
  39. For more information about Directory Manager's various functions select one of 
  40. the following: 
  41.  
  42. o Traversing the file system 
  43. o Selecting previous directories 
  44. o Directory fastpath 
  45. o Selecting Files 
  46. o Selecting Files via the MARK function 
  47. o Dragging and Dropping Selected Files 
  48. o Find File(s) 
  49. o Using Quick View 
  50. o Operations on Files/Directories 
  51. o Compare 
  52. o Using the ICONS or TOOLBAR 
  53. o Using CONTEXT Menus 
  54. o Destination Dialog for Copy/Move 
  55. o Executing Commands and Macros 
  56. o Command Substitution Format 
  57. o Variable Substitution 
  58. o Changing the Filter 
  59. o Cancelling a Request 
  60. o MACRO Creation 
  61. o Changing the Default SETTINGS 
  62. o Changing the Font 
  63. o Changing Colors 
  64. o Changing the File View 
  65. o Changing the Sort Method 
  66. o Creating a new directory 
  67. o Changing the label of a drive 
  68. o Changing attributes of a file 
  69. o Creating a Duplicate File 
  70. o Creating a WPS object 
  71. o FORMAT Utility 
  72. o CHKDSK Utility 
  73. o RECOVER 
  74. o Saving Setup Options 
  75. o Key Assignments 
  76. o Release Information 
  77. o Error Messages 
  78. o Order Information 
  79. o Order Form 
  80.  
  81.  
  82. ΓòÉΓòÉΓòÉ 2. Using Directory Manager ΓòÉΓòÉΓòÉ
  83.  
  84.  
  85. ΓòÉΓòÉΓòÉ 2.1. Traversing the file system. ΓòÉΓòÉΓòÉ
  86.  
  87. The Directory Manager window is is split into: 
  88.  
  89. o a main window, 
  90. o a directory window with a drive window, 
  91. o 1 or more file window(s) 
  92.  
  93. To display the contents of a drive, double-click on a drive icon located in the 
  94. directory window. A directory tree will be created and displayed in the lower 
  95. portion of the directory window. The titlebar for the directory window will be 
  96. updated to indicate the drive that was selected. 
  97.  
  98. Only the contents of one drive may be displayed at one time. To display another 
  99. drive repeat the above steps. The first time the directory tree is built there 
  100. will be a delay as the tree is being constructed. Subsequent access will reuse 
  101. the already constructed tree. 
  102.  
  103. The scroll bars on the right of the directory window can be used to scroll up 
  104. and down the directory tree. The directory tree may also contain a "+" next to 
  105. the entry, indicating that the directory has sub-directories. Click on the "+" 
  106. and the tree will expand to show the sub-directories. The "+" will change to a 
  107. "-" when all sub-directories are shown for that level. There may be more than 1 
  108. level so one may have to repeat this process if you wish to travel all the way 
  109. down the tree. The process can be reversed to collapse the levels, this is done 
  110. by clicking on the "-", when collapsed the directory tree will show a "+" 
  111. again. 
  112.  
  113. The view of the directory tree can be sorted, and one can elect to either 
  114. display the icon within the tree or have plain text. Please see Using CONTEXT 
  115. Menu or Changing the Default SETTINGS for details on how to change the above. 
  116.  
  117. To display the contents of a directory, double click on a entry in the 
  118. directory tree. A file window will be created and files in the selected 
  119. directory will be displayed. Directory Manager/2 support up to 20 concurrent 
  120. file windows open at one time. This value can be lowered. The file window can 
  121. be closed by double-clicking on the small icon in the left upper corner of the 
  122. file window. 
  123.  
  124. The working model version has a limit of 2 concurrent file windows open at one 
  125. time. 
  126.  
  127. The view of the file window can be changed in many ways. See using CONTEXT Menu 
  128. or Changing the Default SETTINGS for details on how to customize the view to 
  129. meet your custom needs. 
  130.  
  131. Once the maximum number of file windows are open, the current file window (the 
  132. one that has the focus) will be re-used; that is to sat that current contents 
  133. will be replaced by the contents of the newly selected directory. To change the 
  134. value for maximum number of open windows see Changing the Default SETTINGS 
  135.  
  136. At the bottom of the main window is the information status area, this area will 
  137. contain the current allocation status for the selected drive. This will include 
  138. the current drive letter, the label of the disk ( blank in none ), the total 
  139. number of bytes on the disk, number of bytes used and number of bytes free used 
  140. and free. 
  141.  
  142.  
  143. ΓòÉΓòÉΓòÉ 2.2. Directory Fastpath. ΓòÉΓòÉΓòÉ
  144.  
  145. Directory Manager/2 supports a directory fastpath, allowing one to directly 
  146. type the name of the directory you wish to view or to store the directory name 
  147. for repeated use. To use this option select FASTPATH from the main menu-bar or 
  148. place the focus on the directory window and press the SPACE BAR and a dialog 
  149. will appear. An entry field is provided, one may only enter a fully qualified 
  150. directory name. This allows you to avoid the sometimes detailed directory 
  151. traversal. 
  152.  
  153. The current directory path is displayed as a default selection, if any key is 
  154. pressed the field is erased, except for the END key as this keeps the field and 
  155. allows you to append to the field. 
  156.  
  157. Most frequently used directory path names can be saved, avoiding having to 
  158. traverse the file system looking for them. 
  159.  
  160. Directory entries may also be saved for future reference, and deleted if no 
  161. longer needed. 
  162.  
  163. Entries are placed in alphabetical order only. 
  164.  
  165. o To ADD a directory, enter the directory path in the directory entry field and 
  166.   select the ADD button at the bottom of the dialog. There is a limit of 10 
  167.   directory path names that can be saved when the limit is reached the ADD 
  168.   button can not be selected. 
  169.  
  170.   The working model version has a limit of 2 directory path names. 
  171.  
  172. o To DELETE a directory entry select the entry you wish to delete. The DELETE 
  173.   button at the bottom of the dialog will now be enabled, select the button and 
  174.   the entry will be deleted. 
  175.  
  176.  
  177. ΓòÉΓòÉΓòÉ 2.3. Selecting currently open directories. ΓòÉΓòÉΓòÉ
  178.  
  179. Directory Manager/2 saves a list of open windows when using more than one file 
  180. window (maximum number of open windows must be greater than 1). To view the 
  181. list of open windows select the WINDOW pull-down and at the bottom of the menu 
  182. is a list of open windows. Select the window you wish to view. 
  183.  
  184. The TAB key may also be used to cycle through all the open windows. Each press 
  185. of the TAB key will display the next open window. 
  186.  
  187. The RING icon may also be used to cycle through all the open windows. Each 
  188. click of the RING icon will display the next open window. 
  189.  
  190. When a file window is closed the the entry is removed from the WINDOWS 
  191. pull-down. 
  192.  
  193.  
  194. ΓòÉΓòÉΓòÉ 2.4. Selecting Files. ΓòÉΓòÉΓòÉ
  195.  
  196. One or more files may be selected (marked) so that operations may be performed 
  197. upon them (i.e. copy, delete, move, rename and macros) A single directory may 
  198. also be selected to perform operations against. 
  199.  
  200. To select a file with the mouse, click on the file name within the current or 
  201. desired file window. If you wish to select more than 1 file in a row just hold 
  202. down the left mouse button while dragging over the files you wish to select. If 
  203. you want to select more than 1 file and these files are NOT right below one 
  204. another as the above method describes, then hold down the Ctrl key when 
  205. selecting more than 1 file. 
  206.  
  207. To de-select a hold down the Ctrl key while clicking on the already selected 
  208. file entry. 
  209.  
  210. To select a directory with the mouse, click on the directory name within the 
  211. directory window, only one directory may be selected at a time. 
  212.  
  213. A directory cannot be de-selected, selection just passes from one directory 
  214. enter to another. 
  215.  
  216. To select ALL files see MARK FILE(S) and UNMARK FILE(S) For information on how 
  217. to DRAG the selected files see  Dragging and Dropping Selected Files 
  218.  
  219.  
  220. ΓòÉΓòÉΓòÉ 2.5. Mark File(s) ΓòÉΓòÉΓòÉ
  221.  
  222. All FILE entries can be selected via the Ctrl+/ key combination or via the MARK 
  223. ALL entry on the file record CONTEXT MENU 
  224.  
  225.  
  226. ΓòÉΓòÉΓòÉ 2.6. Unmark File(s) ΓòÉΓòÉΓòÉ
  227.  
  228. All entries can be de-selected via the Ctrl+\ key combination or via the UNMARK 
  229. ALL entry on the file record CONTEXT MENU 
  230.  
  231.  
  232. ΓòÉΓòÉΓòÉ 2.7. Context Menu ΓòÉΓòÉΓòÉ
  233.  
  234. Directory Manager/2 supports context menus for each of the following objects: 
  235.  
  236. o Drive 
  237. o Drive Window 
  238. o Directory 
  239. o Directory Window 
  240. o File 
  241. o File Window 
  242. The context menu will display all the actions that can be performed against the 
  243. object, the action will differ from object to object. When the context menu for 
  244. one of the above objects is displayed the defaults for all actions (options 
  245. that have defaults) will be set from the SETTINGS dialog. To select the DEFAULT 
  246. action for a option, simply select the option. If an action other than the 
  247. default is requested select the RIGHT ARROW to the right of the option, all 
  248. available actions will be displayed with a CHECK next to the DEFAULT The 
  249. default action may be changed by the SETTINGS dialog. 
  250.  
  251. There are 2 types of CONTEXT MENUS 
  252.  
  253.  1. RECORD 
  254.  2. WINDOW 
  255.  
  256. The record context menu will display actions that can be performed on the 
  257. selected items in the window, whereas the window context menu will display the 
  258. action that can be performed on the window. 
  259.  
  260. To select the record context menu for the object(s) in the 
  261.  
  262.  1. Drive 
  263.  2. Directory 
  264.  3. File or, 
  265.  4. Search 
  266. windows, select either the object(s) then press the right mouse button, and the 
  267. context menu will be displayed where the mouse pointer is. To display the 
  268. context menu for a single object, place the mouse pointer over the object and 
  269. press the right mouse button. Remember that this only selects the object that 
  270. mouse pointer is currently over. 
  271.  
  272. To select the window context menu for the 
  273.  
  274.  1. Drive 
  275.  2. Directory 
  276.  3. File or, 
  277.  4. Search 
  278. windows, either select the any white space within the window and press the 
  279. right mouse button, and the context menu will be displayed where the mouse 
  280. pointer is. If no white space can be found then place the cursor over the 
  281. selected window and press the SHIFT+F10 key. 
  282.  
  283.  
  284. ΓòÉΓòÉΓòÉ 2.8. Dragging and Dropping Selected Directory or File(s) ΓòÉΓòÉΓòÉ
  285.  
  286. Directory Manager/2 supports the drag'n drop protocol implemented in the 
  287. Workplace Shell. In order to use the drag'n drop protocol, follow the 
  288. instructions below: 
  289.  
  290.  1. Select the entry(s) to be transferred to a target application. 
  291.  2. Press and hold the secondary mouse button. 
  292.  3. Move the mouse pointer, noting that the pointer image changes as it passes 
  293.     over windows or icons that may or may not support the drag'n drop protocol. 
  294.  4. While over an application that does support drop ( the pointer changes to a 
  295.     file or folder image ), release the mouse button to transfer the files to 
  296.     that application. 
  297.  
  298. The above method can be used to drag a directory or file(s) to the Workplace 
  299. Shell or Workplace Shell objects, including: 
  300.  
  301.  1. Desktop, 
  302.  2. Shredder and, 
  303.  3. Printer 
  304.  
  305. The above method may also be used to drag a directory or file(s) to selective 
  306. icons on the Toolbar 
  307.  
  308. The entries being dragged can either have an operation of COPY or MOVE the 
  309. default is to MOVE.To perform a COPY operation hold don the CTRL key while 
  310. dragging, the pointer will have a shadow type effect when a COPY operation is 
  311. in effect. When dragging to a Printer object the operation is always a COPY 
  312. operation and when dragging to a Shredder object the operation is always MOVE. 
  313.  
  314. When dragging to or from a diskette drive the operation will always be COPY. 
  315.  
  316. File(s) can also be dragged from one file window to the other. File(s) may also 
  317. be dragged within the same file window. A drag with a COPY operation will 
  318. result in a file CLONE, and a MOVE operation will result in a RENAME. 
  319.  
  320. File(s) may also be dragged to a specific directory within the directory 
  321. window, or to a specific drive within the drive window. 
  322.  
  323. A directory may also be dragged to a another directory entry or to a specific 
  324. drive with in the drive window. 
  325.  
  326.  
  327. ΓòÉΓòÉΓòÉ 2.9. Operations on Files/Directories ΓòÉΓòÉΓòÉ
  328.  
  329. o File(s) or Directory(s) can be copied to another drive or directory by first 
  330.   selecting the file(s) or directory from which to copy. A copy can be 
  331.   performed by: 
  332.  
  333.     1. Selecting the COPY icon on the toolbar or, 
  334.     2. using the CONTEXT MENU or, 
  335.     3. pressing the F8 keys or, 
  336.     4. the Drag'n Drop method to a WPS object, file or directory window or the 
  337.        toolbar copy icon. 
  338.  
  339.   When selecting the COPY function via CONTEXT MENU , TOOLBAR or the F8 key a 
  340.   dialog will be displayed so that you may select a destination to which the 
  341.   file(s) or directory may be copied. See COPY/MOVE DIALOG for more 
  342.   information. 
  343.  
  344. o File(s) or Directory(s) can be moved to another drive or directory by first 
  345.   selecting the file(s) or directory from which to moveq A move can be 
  346.   performed by: 
  347.  
  348.     1. Selecting the MOVE icon on the toolbar or, 
  349.     2. using the CONTEXT MENU or, 
  350.     3. pressing the F8 keys or, 
  351.     4. the Drag'n Drop method to a WPS object, file or directory window or the 
  352.        toolbar copy icon. 
  353.  
  354.   When selecting the COPY function via CONTEXT MENU , TOOLBAR or the F8 key a 
  355.   dialog will be displayed so that you may select a destination to which the 
  356.   file(s) or directory may be moved. See COPY/MOVE DIALOG for more information. 
  357.  
  358. o File(s) or Directory(s) can be renamed by first selecting the file(s) or 
  359.   directory to rename and then: 
  360.  
  361.     1. Selecting the RENAME icon on the toolbar or, 
  362.     2. using the CONTEXT MENU or, 
  363.     3. pressing the F9 or, 
  364.     4. the Drag'n Drop method to the Toolbar rename icon. key. 
  365.  
  366.   When selecting any of the above methods, a edit field will open in the window 
  367.   where file/directory name exists. To change the name simply type over the 
  368.   existing name and press the ENTER key, if the processing is successful the 
  369.   new name will appear, otherwise the old name will remain. 
  370.  
  371.   Note:  Please note when renaming a file/directory the position of the new 
  372.   name within the window may change due to the sort method and sequence. 
  373.  
  374. o File(s) can be cloned by first selecting the file(s) to clone and then: 
  375.  
  376.     1. using the CONTEXT MENU 
  377.  
  378.   When selecting the above method, an edit field will open in the window where 
  379.   file name exists. To change the name simply type over the existing name and 
  380.   press the ENTER key, if the processing is successful the new name will 
  381.   appear, otherwise the old name will remain. 
  382.  
  383.   Note:  Please note when cloning a file the position of the new name within 
  384.   the window may change due to the sort method and sequence. 
  385.  
  386. o File(s) or Directory(s) can be deleted by first selecting the file(s) or 
  387.   directory to delete and then: 
  388.  
  389.     1. Selecting the DELETE icon on the toolbar or, 
  390.     2. using the CONTEXT MENU 
  391.     3. or the Drag'n Drop method to the WPS Shredder object or Toolbar Trashcan 
  392.        icon or, 
  393.     4. pressing the Delete key. A dialog will be displayed, if the Confirm on 
  394.   File Delete or the Confirm on Directory Delete option has been selected from 
  395.   the Changing the Default SETTINGS dialog. Information on the confirmation 
  396.   dialog see CONFIRMATION DIALOG 
  397.  
  398.   When a directory is selected, all files and sub-directories in the directory 
  399.   will be deleted. 
  400.  
  401. o File(s) can be printed to to any device that is specified in the Changing the 
  402.   Default SETTINGS dialog or a default of LPT1 To print a file first select the 
  403.   file(s) to print and then: 
  404.  
  405.     1. Selecting the PRINTER icon on the toolbar or, 
  406.     2. using the CONTEXT MENU 
  407.     3. or the Drag'n Drop method to the WPS PRINTER object or Toolbar printer 
  408.        icon or, 
  409.     4. pressing the F10 key. 
  410.  
  411. o File(s) may either be executed or be ASSOCIATED with an executable. To 
  412.   process a EXECUTABLE double-click on the file, and to process a file that is 
  413.   ASSOCIATED an executable also double-click on the file. When using Workplace 
  414.   Shell file association, Directory Manager/2 will only use the DEFAULT 
  415.   association. 
  416.  
  417. o To change the ATTRIBUTE of file(s) see Changing attributes. 
  418.  
  419. o To execute a MACRO with selected file(s) or directory see Changing 
  420.   attributes. 
  421.  
  422.  
  423. ΓòÉΓòÉΓòÉ 2.10. Compare ΓòÉΓòÉΓòÉ
  424.  
  425. When the COMPARE function is selected from the CONTEXT MENU a list of active or 
  426. open windows that will be used as the target will be listed. The source window 
  427. is the one from which the context menu was displayed. The source window will be 
  428. compared to the target window and all FILE(s) that are not identical in: 
  429.  
  430. o File name and extension, 
  431. o Time, 
  432. o Date and, 
  433. o Size 
  434. will be selected. Operations on Selected File(s) can then be performed. 
  435.  
  436.  
  437. ΓòÉΓòÉΓòÉ 2.11. Cancelling a Active Request ΓòÉΓòÉΓòÉ
  438.  
  439. You may cancel a ACTIVE request by using the ESC key at any time in the process 
  440. while the window has the focus. 
  441.  
  442. Note:  The actions taken prior to the cancel are not un-done. 
  443.  
  444.  
  445. ΓòÉΓòÉΓòÉ 2.12. MACRO Creation ΓòÉΓòÉΓòÉ
  446.  
  447. A macro is a command that may contain substitution parameters, the rules are 
  448. outlined in the section Command Substitution Format To CREATE a macro select 
  449. the SETUP pull-down and then select MACROS. A dialog will be displayed, with a 
  450. list of macros that were previously defined (or dialog will be empty if no 
  451. macros had been previously defined). 
  452.  
  453. o To ADD a macro select the ADD button at the bottom of the dialog. See MACRO 
  454.   Properties for more details. 
  455.  
  456. o To COPY an existing macro select the macro you wish to copy and then select 
  457.   the ADD button at the bottom of the dialog. See MACRO Properties for more 
  458.   details. 
  459.  
  460. o To CHANGE a macro select macro you wish to change. The CHANGE button at the 
  461.   bottom of the dialog will now be enabled, select the button and follow the 
  462.   rules in MACRO Properties. 
  463.  
  464. o To DELETE a macro select the macro you wish to delete. The DELETE button at 
  465.   the bottom of the dialog will now be enabled, select the button and the macro 
  466.   will be deleted. 
  467.  
  468. o To ORDER a macro to the TOP double-click on macro you wish to order to the 
  469.   top. 
  470. For more information on how to execute macros see Executing Commands and 
  471. Macros. 
  472.  
  473. For best the best performance the command should also include the filetype ( 
  474. i.e. .EXE ) and either be in the PATH or be a FULLY qualified file name. 
  475.  
  476. A sample of some MACROs are as follows: 
  477.  
  478. Zip marked file(s) This macro will prompt you for a ZIP name to either create 
  479.           or modify, then add the marked file(s) to that ZIP file. 
  480.  
  481.                          pkzip.exe &ZipName / -a
  482.  
  483. UnZip marked file(s) This macro will UnZip the marked file(s) and place the 
  484.           files in the current directory. 
  485.  
  486.                          pkunzip.exe /
  487.  
  488. Zip a entire directory This macro will prompt you for a ZIP name to either 
  489.           create or modify, then ZIP all the files in the current directory. 
  490.  
  491.                          pkzip.exe &ZipName /p\*.*
  492.  
  493.  
  494. ΓòÉΓòÉΓòÉ 2.13. MACRO Properties ΓòÉΓòÉΓòÉ
  495.  
  496. The macro properties entry dialog will be displayed, with the following 
  497. controls: 
  498.  
  499. Macro Description This is a 30 character filed that is used to describe the 
  500.           function of the macro, this will appear on the FILE pull-down and the 
  501.           POPUP menu. 
  502.  
  503. Macro     This is a 50 character filed that is used to define the macro, see 
  504.           Command Substitution Format for the format of this entry. 
  505.  
  506. Full Screen Runs macro in full screen mode 
  507.  
  508. Minimized Runs macro in minimized mode 
  509.  
  510. Maximized Runs macro in a maximized window 
  511.  
  512. Window    Runs macro in a window (default size) 
  513.  
  514. Auto Close Will close the application upon termination 
  515.  
  516. Refresh Window Upon termination will refresh the file window from where the 
  517.           file(s) were selected. 
  518.  
  519. Selecting OK will process the request and selecting CANCEL will cancel the 
  520. request. 
  521.  
  522.  
  523. ΓòÉΓòÉΓòÉ 2.14. Command Substitution Format ΓòÉΓòÉΓòÉ
  524.  
  525. The following diagram illustrates the format for a command you enter: 
  526.  
  527.     >--------------< command >--------------------------------------
  528.                                   | parms |           | /  |
  529.                                                       | // |
  530.                                                       | /n |
  531.                                                       | /e |
  532.                                                       | /d |
  533.                                                       | /p |
  534.  
  535. The <command> symbol represents the name of the command you specify. Commands 
  536. can only be a OS/2 command or program. The following list describes the other 
  537. command parameters. 
  538.  
  539. parms     Any needed command parameters. 
  540.  
  541. /         Substitutes the fully-qualified name for selected file(s). The 
  542.           specified command will be repeated for each file that is selected on 
  543.           the file window. 
  544.  
  545. //        Substitutes the '/' character in the command line. 
  546.  
  547. /n        Substitutes the file name for each selected file. The specified 
  548.           command will be repeated for each file that is selected on the file 
  549.           window. 
  550.  
  551. /e        Substitutes the file extension (without the preceding '.') for each 
  552.           selected file. The specified command will be repeated for each file 
  553.           that is selected on the file window. 
  554.  
  555. /d        Substitutes the drive letter (with the trailing ':') for for each 
  556.           selected file. The specified command will be repeated for each file 
  557.           that is selected on the file window. 
  558.  
  559. /p        Substitutes the fully-qualified path name (without the trailing '\') 
  560.           of the current directory in the command line. The specified command 
  561.           will be repeated for each file that is selected on the file window. 
  562.  
  563.           Also see Variable Substitution 
  564.  
  565.  
  566. ΓòÉΓòÉΓòÉ 2.15. Executing Commands and Macros ΓòÉΓòÉΓòÉ
  567.  
  568. You may execute a OS/2 or DOS command (including programs) at anytime, by 
  569. selecting the FILE pull-down and selecting COMMAND or the F12 key. 
  570.  
  571. A command dialog will be displayed, the dialog consists of a entry field, a 
  572. session type spin button, and a exit choice spin button. The entry field is 
  573. also used as a retrieval of the last 10 unique commands entered. To retrieve 
  574. the list of previous commands select the down-arrow to the right of the entry 
  575. field. Below the entry field is a session type spin button. Use the up or 
  576. down-arrows to select the type of session you desire for command execution. The 
  577. choices are: 
  578.  
  579.  1. Windowed 
  580.  2. Full Screen 
  581.  3. Minimized 
  582.  4. Maximized 
  583. To the right of the session type is the exit choice spin button, use the up or 
  584. down-arrows to select the exit method you desire. The choices are: 
  585.  
  586.  1. Close 
  587.  2. No Close (provides a pause) 
  588.  
  589.  
  590. ΓòÉΓòÉΓòÉ 2.16. Variable Substitution ΓòÉΓòÉΓòÉ
  591.  
  592. Within a macro or command you may use a '&' followed by a name 
  593. (i.e.'&ProgName') to indicate that you wish to be prompted for a variable 
  594. substitution when the command or macro is selected. The substitution will occur 
  595. only once. 
  596.  
  597.  
  598. ΓòÉΓòÉΓòÉ 2.17. Changing the Filter ΓòÉΓòÉΓòÉ
  599.  
  600. The FILTER determines which files are displayed in the file window. All 
  601. directories are displayed, regardless of the file mask specification. The 
  602. normal wildcard character(s) of * and ? may be used in the file mask. 
  603.  
  604. The default mask is '*'. To change the mask click on the FILTER icon, a dialog 
  605. will be displayed, the dialog consists on a entry field, a list of current 
  606. filters. and 2 display options. You may overtype the current value with the new 
  607. value or select a value from the list of previous values, then select OK and 
  608. the new FILTER will be used. The FILTER may also be SET and RESET from the 
  609. WINDOW CONTEXT menu. 
  610.  
  611. You may also change the type of files displayed either selecting or 
  612. de-selecting the 'Show System' and 'Hidden Files' options. 
  613.  
  614.  
  615. ΓòÉΓòÉΓòÉ 2.18. Settings ΓòÉΓòÉΓòÉ
  616.  
  617. Directory Manager/2 allows you to change the defaut settings, to change or 
  618. display the default values select the SETUP pull-down and then the SETTINGS 
  619. option. A dialog will be displayed with all the posible settings and 
  620. combinations. 
  621.  
  622. o Confirmation Options. 
  623.  
  624.       CONFIRM FILE DELETE 
  625.           if selected will display the CONFIRMATION DIALOG before the delete 
  626.           request is processed for the selected file(s). The delete request may 
  627.           proceed, files may be removed from the delete request, or the request 
  628.           may be canceled. 
  629.  
  630.       CONFIRM DIRECTORY DELETE 
  631.           if selected will display the CONFIRMATION DIALOG before the delete 
  632.           request is processed for the selected directory(s). The delete 
  633.           request may proceed, files may be removed from the delete request, or 
  634.           the request may be canceled. 
  635.  
  636.       CONFIRM ON REPLACE 
  637.           if selected will display the OVERWRITE DIALOG when the target file 
  638.           already exists. When the dialog is displayed the target file may be 
  639.           overwritten, the target name may be changed to prevent overwrite or 
  640.           the request may be canceled. 
  641.  
  642. o Miscellaneous Options. 
  643.  
  644.       START MINIMIZED 
  645.           if selected will start Directory Manager/2 in minimized mode. 
  646.  
  647.       DISPLAY TIME OF DAY 
  648.           if selected will display the time of day on the upper right hand 
  649.           corner of the system menu. The format of the TIME may be changed by 
  650.           clicking on the TIME within the system menu. 
  651.  
  652.       DISPLAY DIRECTORY INFORMATION 
  653.           if selected will enable the DIRECTORY INFOoption on the directory 
  654.           record context menu. When the DIRECTORY INFO option is selected from 
  655.           the context menu the number of file(s) and bytes occupied by the 
  656.           files will be displayed. Selecting this option may impact 
  657.           performance. If this option is selected a REFRESH of the directory 
  658.           must be requested. 
  659.  
  660. o Default Window Views. 
  661.  
  662.    - Drive Window. 
  663.  
  664.          TEXT VIEW 
  665.              if selected will only display the drive letter, the display will 
  666.              be in a column format. 
  667.  
  668.          ICON VIEW 
  669.              if selected will display an ICON that represents the type of drive 
  670.              and the drive letter also the ICON will display a IN USE status 
  671.              when the contents of the drive are displayed. 
  672.  
  673.    - Directory Window. 
  674.  
  675.          TEXT VIEW 
  676.              if selected will display a directory tree with the ability to 
  677.              EXPAND and COLLAPSE but the ICON representing the directory will 
  678.              NOT be displayed. 
  679.  
  680.          ICON VIEW 
  681.              if selected will display a directory tree with the ability to 
  682.              EXPAND and COLLAPSE and the ICON representing the directory will 
  683.              be displayed. Also, when the contents of the directory are 
  684.              displayed, the ICON will display a IN USE status. 
  685.  
  686.    - File Window. 
  687.  
  688.          TEXT VIEW 
  689.              if selected will display file names ONLY in a column format. The 
  690.              details (date, time, size and attributes) may be obtained from the 
  691.              file record context menu or switching to a DETAILS view. 
  692.  
  693.          DETAIL VIEW 
  694.              if selected will display the file name in a SCROLLABLE section of 
  695.              the window and the date, time, size and attributes in another in 
  696.              section of the window. 
  697.  
  698. o Default Sort Options 
  699.  
  700.    - Directory Window 
  701.  
  702.          NAME 
  703.              if selected will sort the directories in name order. 
  704.  
  705.          DATE 
  706.              if selected will sort the directories in date and time order. 
  707.  
  708.          ASCENDING 
  709.              if selected will sort the directories in ascending sequence. 
  710.  
  711.          DESCENDING 
  712.              if selected will sort the directories in descending sequence. 
  713.  
  714.    - File Window 
  715.  
  716.          NAME 
  717.              if selected will sort the files in name order. 
  718.  
  719.          DATE 
  720.              if selected will sort the files in date and time order. 
  721.  
  722.          SIZE 
  723.              if selected will sort the files in size order. 
  724.  
  725.          EXT 
  726.              if selected will sort the files in extension order. 
  727.  
  728.          ASCENDING 
  729.              if selected will sort the directories in ascending sequence. 
  730.  
  731.          DESCENDING 
  732.              if selected will sort the directories in descending sequence. 
  733.  
  734.    - Case 
  735.  
  736.          CASE SENSITIVE 
  737.              if selected will sort the files/directories with relevance to 
  738.              upper and lower case characters. 
  739.  
  740. o Default Options 
  741.  
  742.       DRIVE FOR TEMPORARY FILES 
  743.           will instruct Directory Mananger/2 where to create any temporary 
  744.           files that need to be created. Temporary files are created in the 
  745.           ROOT directory of the specified drive and DELETED at the end of the 
  746.           process that created the file. 
  747.  
  748.       DIRECTORY TO STORE DAT FILE 
  749.           will instruct Directory Mananger/2 where to create the data file that 
  750.           is used to store default and initialization values. 
  751.  
  752.       DEFAULT PRINTER DESTINATION 
  753.           will instruct Directory Mananger/2 where to direct the print output. 
  754.           This value can be any device or file name. The default is LPT1 
  755.  
  756.       COMMAND PROCESSOR 
  757.           will instruct Directory Mananger/2 which command processor to use 
  758.           when executing OS/2 commands. The default is CMD.EXE 
  759.  
  760.       MAXIMUM OPEN WINDOWS 
  761.           will instruct Directory Mananger/2 how many file windows can be open 
  762.           concurrently, once the maximum value is reached the file window with 
  763.           the focus (or last had the focus) will be reused. 
  764.  
  765.    - Window Default Positions 
  766.  
  767.          AUTO CASCADE 
  768.              if selected will automatically cascade newly created windows. 
  769.  
  770.          AUTO TILE 
  771.              if selected will automatically tile newly created windows. 
  772.  
  773.          NO AUTO TILE/CASCADE 
  774.              if selected will NOT automatically tile or cascade newly created 
  775.              windows. The newly created windows will be created with the same 
  776.              size and position of the current or last window that had the 
  777.              focus. 
  778.  
  779.          SAVE WINDOW INFORMATION/LOCATION/SIZE 
  780.              will instruct Directory Mananger/2 upon termination to save all 
  781.              SETUP values and WINDOW positions and attributes. This information 
  782.              will then be used upon initialization to re-create all windows 
  783.              that were open when termination was requested. 
  784.  
  785.  
  786. ΓòÉΓòÉΓòÉ 2.19. Changing the Font ΓòÉΓòÉΓòÉ
  787.  
  788. You may change the font for all file and directory windows. To change the 
  789. current font select the SETUP pull-down and select the FONTS option. The 
  790. standard font dialog will be displayed, select the desired font and size and 
  791. press OK. 
  792.  
  793.  
  794. ΓòÉΓòÉΓòÉ 2.20. Changing Colors ΓòÉΓòÉΓòÉ
  795.  
  796. You may change the FOREGROUND and BACKGROUND colors for the following areas: 
  797.  
  798. o file window 
  799. o directory window 
  800. o view window 
  801. o information and status window 
  802. To change the color foreground or background colors in one of the above areas 
  803. select the SETUP pull-down. A color pallet dialog will be displayed, at the 
  804. bottom of the dialog is a list of areas where the color may be changed. Select 
  805. on of the areas to be changed, then select a color from the pallet, the color 
  806. will changed at this time. To dismiss the dialog select the CANCEL button. 
  807.  
  808.  
  809. ΓòÉΓòÉΓòÉ 2.21. Changing the View ΓòÉΓòÉΓòÉ
  810.  
  811. The view of a window may be changed, the default value may be changed via the 
  812. SETTINGS option or the current window view may be changed via the CONTEXT MENU 
  813. support. A window may not support all views, below are the types of views and 
  814. which window(s) support the view: 
  815.  
  816.    ICON 
  817.        will display a icon that represents the object being displayed. This 
  818.        option is supported within the DRIVE and DIRECTORY windows. 
  819.  
  820.    TEXT 
  821.        will display text only. In the case of a file window it will display the 
  822.        file name only in a column format. This option is supported within the 
  823.        DRIVE, DIRECTORY and FILE windows. 
  824.  
  825.    DETAIL 
  826.        will display the details of the object. This option is supported within 
  827.        the FILE window. 
  828.  
  829.  
  830. ΓòÉΓòÉΓòÉ 2.22. Changing the Sort Method ΓòÉΓòÉΓòÉ
  831.  
  832. The sort sequence of a window may be changed, the default value may be changed 
  833. via the SETTINGS option or the current window view may be changed via the 
  834. CONTEXT MENU support. A window may not support all sort methods, below are the 
  835. methods of sort and which windows support the sort: 
  836.  
  837.    DATE 
  838.        will sort in a last updated date/time order This option is supported 
  839.        within the DIRECTORY, FILE 
  840.  
  841.    EXT 
  842.        will sort in file extension order. This option is supported within the 
  843.        FILE window. 
  844.  
  845.    NAME 
  846.        will sort in a name order. This option is supported within the DIRECTORY 
  847.        and FILE windows. 
  848.  
  849.    SIZE 
  850.        will sort in size order. This option is supported within the FILE 
  851.        window. 
  852.  
  853. The sort sequence may also be changed below are the sort sequences and which 
  854. windows support the sequences: 
  855.  
  856.    ASCENDING 
  857.        will sort in a ascending sequence based upon the sort method. This 
  858.        option is supported within the DIRECTORY, FILE 
  859.  
  860.    DESCENDING 
  861.        will sort in a ascending sequence based upon the sort method. This 
  862.        option is supported within the DIRECTORY, FILE 
  863.  
  864.  
  865. ΓòÉΓòÉΓòÉ 2.23. Directory Creation ΓòÉΓòÉΓòÉ
  866.  
  867. To create a new directory, select the directory within the directory tree with 
  868. a single-click of the left mouse button, then a single-click of the right mouse 
  869. button, or by placing the mouse pointer over the directory and single-click the 
  870. right mouse button. The CONTEXT MENU will then be displayed. One of the options 
  871. on the context menu for a directory object is Create Directory. Select the 
  872. Create Directory option and a dialog will be displayed. The dialog consists of 
  873. a entry field. Type the name of the new directory (only the new directory name, 
  874. not the fully qualified path name). To create the directory single-click on the 
  875. OK button. The new directory will be inserted into the tree in the appropriate 
  876. point in the tree. 
  877.  
  878.  
  879. ΓòÉΓòÉΓòÉ 2.24. Drive Label ΓòÉΓòÉΓòÉ
  880.  
  881. To change or display the label of a drive, select the drive within the drive 
  882. window with a single-click of the left mouse button, then a single-click of the 
  883. right mouse button, or by placing the mouse pointer over the drive and 
  884. single-click the right mouse button. The CONTEXT MENU will then be displayed. 
  885. One of the options on the context menu for a drive object is Change Label. 
  886. Select the Change Label option and a dialog will be displayed. The dialog will 
  887. consist of a entry field, if the drive has a current label this will be 
  888. displayed in the entry field. To change the label over type the existing value 
  889. in the entry field and press the OK button. 
  890.  
  891.  
  892. ΓòÉΓòÉΓòÉ 2.25. Changing Attributes ΓòÉΓòÉΓòÉ
  893.  
  894. To change or display the attributes of a file/directory, select the directory 
  895. within the directory window with a single-click of the left mouse button, then 
  896. a single-click of the right mouse button, or by placing the mouse pointer over 
  897. the directory and single-click the right mouse button. The CONTEXT MENU will 
  898. then be displayed. One of the options on the context menu for a drive object is 
  899. Change Attributes. Select the Change Attributes option and a dialog will be 
  900. displayed. The dialog will consist of the 4 attribute options, if the 
  901. file/directory has current attributes these will be pre-selected, to change the 
  902. current attributes select the new attributes and press the OK button. 
  903.  
  904. If more than 1 file was selected for processing you may select the Change All 
  905. File option on the dialog and all files will be changed to the current setting 
  906. without any futher prompting. 
  907.  
  908.  
  909. ΓòÉΓòÉΓòÉ 2.26. Format Utility ΓòÉΓòÉΓòÉ
  910.  
  911. To format a drive, select the drive within the drive window with a single-click 
  912. of the left mouse button, then a single-click of the right mouse button, or by 
  913. placing the mouse pointer over the drive and single-click the right mouse 
  914. button. The CONTEXT MENU will then be displayed. One of the options on the 
  915. context menu for a drive object is Format. Please note that this option is only 
  916. valid for removable type media (such as diskette drive). Select the Format 
  917. option and a dialog will be displayed. The dialog will consist of a entry 
  918. field, if the drive has a a current label the label will be displayed, press 
  919. the OK button to start the format process. 
  920.  
  921.  
  922. ΓòÉΓòÉΓòÉ 2.27. CHKDSK ΓòÉΓòÉΓòÉ
  923.  
  924. To CHKDSK a drive, select the drive within the drive window with a single-click 
  925. of the left mouse button, then a single-click of the right mouse button, or by 
  926. placing the mouse pointer over the drive and single-click the right mouse 
  927. button. The CONTEXT MENU will then be displayed. One of the options on the 
  928. context menu for a drive object is Check Disk. Please note that this option is 
  929. valid for ALL media type (such as diskette drive). Select the Check Disk option 
  930. and a dialog will be displayed. The dialog will consist of a pie chart, press 
  931. the OK button to start the CHKDSK process. 
  932.  
  933.  
  934. ΓòÉΓòÉΓòÉ 2.28. RECOVER ΓòÉΓòÉΓòÉ
  935.  
  936. The RECOVER option allows the recovery of DELETED file(s), when using the SET 
  937. DELDIR statement in the CONFIG.SYS file. 
  938.  
  939. To list the file(s) that can be recovered, select a drive, select the drive 
  940. within the drive window with a single-click of the left mouse button, then by 
  941. placing the mouse pointer over the drive and single-click the right mouse 
  942. button. The CONTEXT MENU will then be displayed. One of the options on the 
  943. context menu for a drive object is Recover. Please note that this option is 
  944. valid for only fixed media type. Select the Recover option and a dialog will be 
  945. displayed. The dialog will consist of all the file(s) that may be recovered or 
  946. removed. Select the file(s) that to RECOVER or REMOVE, then by placing the 
  947. mouse pointer over the selected file(s) and single-click the right mouse 
  948. button. The CONTEXT MENU will then be displayed. One of the options on the 
  949. context menu for a recover object is Recover or Remove. RECOVER will recover 
  950. the file to the original origin (where it was deleted from) and the REMOVE 
  951. option will remove the file (will not be able to be recoverd again). 
  952.  
  953.  
  954. ΓòÉΓòÉΓòÉ 2.29. Duplicating File(s) ΓòÉΓòÉΓòÉ
  955.  
  956. A duplicate or clone of a file can be created by selecting the file(s) to be 
  957. duplicated and dragging  and dropping these file(s) within the same file 
  958. window. When the file(s) are dropped an overwrite dialog will be displayed. You 
  959. must change the name of the NEW file then select OVERWRITE to create the 
  960. duplicate or CANCEL to cancel the request. 
  961.  
  962.  
  963. ΓòÉΓòÉΓòÉ 2.30. Saving Setup Options ΓòÉΓòÉΓòÉ
  964.  
  965. If you wish to save the current setup, you may select the SETUP pull-down and 
  966. select Save Setup. A file named DM2.DAT will be created in the directory where 
  967. Directory Manager was started from or from the path specified in the SETTINGS 
  968. dialog. 
  969.  
  970.  
  971. ΓòÉΓòÉΓòÉ 2.31. Find ΓòÉΓòÉΓòÉ
  972.  
  973. To find a given file(s), display the search dialog in one of the following 
  974. ways: 
  975.  
  976. o Selecting the FIND icon on the toolbar or, 
  977. o using the CONTEXT MENU for the drive records. 
  978. Prior to invoking the FIND function, one or more drive objects must be 
  979. selected. When the FIND dialog is displayed the focus is on the mask entry 
  980. field, this may be changed to any allowable mask. Once you have selected the 
  981. proper file mask  you may press the ENTER key or the OK The files that match 
  982. the file mask are displayed in a new file window. 
  983.  
  984. See the following references for more information on the actions that you may 
  985. perform on files that are found. 
  986.  
  987. o Selecting Files 
  988. o Operations on Files/Directories 
  989. o Executing Commands and Macros 
  990. o and GOTO Directory. 
  991.  
  992.  
  993. ΓòÉΓòÉΓòÉ 2.32. GOTO Directory ΓòÉΓòÉΓòÉ
  994.  
  995. The GOTO Directory function on the CONTEXT MENU for the file objects in the 
  996. FIND window will if selected display the contents of the directory where the 
  997. selected file resides. 
  998.  
  999.  
  1000. ΓòÉΓòÉΓòÉ 2.33. Using the ICONS or TOOLBAR ΓòÉΓòÉΓòÉ
  1001.  
  1002. The TOOLBAR is located below the system menu bar of the main window, each ICON 
  1003. relates to a function. The ICONS that display on the TOOLBAR may selected via 
  1004. the TOOLBAR context menu. To display the context menu, place the mouse pointer 
  1005. over the TOOLBAR and press the RIGHT-MOUSE-BUTTON, select or de-select the 
  1006. functions/icons and then select EXIT. Below is a list of the icons and what 
  1007. function they perform. 
  1008.  
  1009. o The following icon will perform the MOVE function. 
  1010.  
  1011. o The following icon will perform the COPY function 
  1012.  
  1013. o The following icon will perform the DELETE function. 
  1014.  
  1015. o The following icon will perform the RENAME function 
  1016.  
  1017. o The icon will perform the PRINT function 
  1018.  
  1019. o The following icon will perform the SEARCH function 
  1020.  
  1021. o The following icon will display the FILTER dialog 
  1022.  
  1023. o The following icon will invoke the Quick-View function. 
  1024.  
  1025. o The following icon will TILE all the open windows 
  1026.  
  1027. o The following icon will CASCADE all the open windows 
  1028.  
  1029. o The following icon will step you through all open windows 
  1030.  
  1031.  
  1032. ΓòÉΓòÉΓòÉ 3. Workplace Shell Objects ΓòÉΓòÉΓòÉ
  1033.  
  1034.  
  1035. ΓòÉΓòÉΓòÉ 3.1. Creating a WPS Program Object ΓòÉΓòÉΓòÉ
  1036.  
  1037. This dialog allows you to create a WPS program object very much like the 
  1038. Settings dialog in on the WPS. A WPS object will be created for each file 
  1039. selected, with the attributes that were selected on the dialog. The following 
  1040. options may be specified when creating the program object: 
  1041.  
  1042. o Session Type 
  1043.  
  1044.    - PM 
  1045.    - OS2 Window 
  1046.    - OS2 Fullscreen 
  1047.    - DOS Window 
  1048.    - DOS Fullscreen 
  1049.    - WINOWS Window 
  1050.    - WINOWS Fullscreen 
  1051.  
  1052. o Minimize Behavior 
  1053.  
  1054.    - Minimize to Viewer 
  1055.    - Hide 
  1056.    - Minimize to Desktop 
  1057.  
  1058. o Options 
  1059.  
  1060.    - Open new view (when started) 
  1061.    - Start session minimized 
  1062.    - Start session open 
  1063.    - Create shadow object 
  1064.  
  1065. o Other Options 
  1066.  
  1067.    - Program Title 
  1068.    - Parameters 
  1069.    - Location (WPS Location) 
  1070.    - Startup Directory (working directory) 
  1071.  
  1072.  
  1073. ΓòÉΓòÉΓòÉ 3.2. Creating a WPS Folder Object ΓòÉΓòÉΓòÉ
  1074.  
  1075. This dialog allows you to create a WPS folder object very much like the 
  1076. Settings dialog in on the WPS. A WPS object will be created for each directory 
  1077. selected, with the attributes that were selected on the dialog. The following 
  1078. options may be specified when creating the folder object: 
  1079.  
  1080. o Open 
  1081.  
  1082.    - ICON View 
  1083.    - TREE View 
  1084.    - DETAILS View 
  1085.  
  1086. o View Style 
  1087.  
  1088.    - FLOWED 
  1089.    - NON-FLOWED 
  1090.    - NON-GRID 
  1091.  
  1092. o Minimize Behavior 
  1093.  
  1094.    - Minimize to Viewer 
  1095.    - Hide 
  1096.    - Minimize to Desktop 
  1097.  
  1098. o Options 
  1099.  
  1100.    - Open new view (when started) 
  1101.    - Create shadow object 
  1102.  
  1103. o Other Options 
  1104.  
  1105.    - Folder Title 
  1106.    - Parameters 
  1107.    - Location (WPS Location) 
  1108.  
  1109.  
  1110. ΓòÉΓòÉΓòÉ 4. Dialog Interactions ΓòÉΓòÉΓòÉ
  1111.  
  1112.  
  1113. ΓòÉΓòÉΓòÉ 4.1. Delete Dialog ΓòÉΓòÉΓòÉ
  1114.  
  1115. A confirmation dialog will be displayed (if you have selected the Confirm on 
  1116. Delete option from the SETTINGS dialog. This will allow allow the review of the 
  1117. file(s) or directory being deleted. When the delete dialog is displayed all 
  1118. entries are marked. To remove a file from being deleted de-select the name. 
  1119.  
  1120. When a directory is selected, all files and sub-directories in the directory 
  1121. will be deleted. 
  1122.  
  1123. When the Force Delete option is checked, this will allow the file to be 
  1124. deleted, bypassing the UNDELETE processing if you have it enabled, so this 
  1125. file(s) will not be recoverable via UNDELETE. 
  1126.  
  1127. Select OK to delete the entries, otherwise select CANCEL to cancel the request. 
  1128.  
  1129.  
  1130. ΓòÉΓòÉΓòÉ 4.2. Overwrite Dialog ΓòÉΓòÉΓòÉ
  1131.  
  1132. A dialog will be displayed if you have selected the Confirm on Replace option 
  1133. from the SETTINGS dialog. This will allow each name to be reviewed before the 
  1134. current file/directory with the same name is overwritten. Select the OVERWRITE 
  1135. button to overwrite the existing file/directory or CANCEL to cancel the 
  1136. request. If you select to overwrite all files that were selected, this avoids 
  1137. the overwrite dialog for files/directories that already exist. 
  1138.  
  1139.  
  1140. ΓòÉΓòÉΓòÉ 4.3. Destination Dialog for Copy/Move ΓòÉΓòÉΓòÉ
  1141.  
  1142. When using the COPY or MOVE icons or options on the context menu, a dialog will 
  1143. be displayed, this will allow the destination to be selected. 
  1144.  
  1145. To select a destination for the operation, select disk drive letter from the 
  1146. drive window for the drive  you wish to use as the target and then select the 
  1147. directory you desire on the drive. This can be done by double-clicking on the 
  1148. directory name. The directories are displayed one-level at a time. You may 
  1149. traverse the directory tree by using the same method outlined in Traversing the 
  1150. file system 
  1151.  
  1152. As drives/directories are selected, the destination will be displayed in the 
  1153. destination entry box at the bottom of the dialog box, along with the amount of 
  1154. free space left on the target drive. Optionally, you may type the path name in 
  1155. the destination entry field instead of selecting the drives and directories. 
  1156.  
  1157. The destination entry field may also be used by typing a fully qualified 
  1158. directory name, then pressing the ENTER key. 
  1159.  
  1160. The default is to show the current directory as the target, this may be changed 
  1161. via one of the above methods. 
  1162.  
  1163. Choosing OK will allow the process to continue, choosing CANCEL will cancel the 
  1164. current process. 
  1165.  
  1166.  
  1167. ΓòÉΓòÉΓòÉ 5. File View Facility ΓòÉΓòÉΓòÉ
  1168.  
  1169.  
  1170. ΓòÉΓòÉΓòÉ 5.1. Using Quick View ΓòÉΓòÉΓòÉ
  1171.  
  1172. Quick View is a built-in simple and basic file viewer that allows you to view 
  1173. plain ASCII text file(s). To use Quick View select one or more files, then move 
  1174. the mouse pointer to the Quick View icon ( the Window Pane ) and press mouse 
  1175. button 1. If you selected more than 1 file, Quick View will place these files 
  1176. in a file ring for future selection. Quick View will always display the first 
  1177. file selected ( if you selected more that 1 ). To view the the other files 
  1178. selected, click on the VIEW pull-down and click one the file you wish to view 
  1179. now. 
  1180.  
  1181. You can also use the OPTIONS pull-down to change the FONT and COLOR. To change 
  1182. the FONT, select the OPTIONS pull-down and select FONTS, then the standard font 
  1183. dialog will be displayed. Select the desired font and size that fits your 
  1184. needs. 
  1185.  
  1186. You can change the BACKGROUND and FOREGROUND (text) color. To change the 
  1187. BACKGROUND color select the OPTIONSVIEW pull-down and then select COLOR, the 
  1188. BACKGROUND. The color choices are now displayed, Select the one that fits your 
  1189. needs. You can save your choices by selecting the FILE pull-down and selecting 
  1190. SAVE OPTIONS. This will save ALL of your current settings for Directory 
  1191. Manager. 
  1192.  
  1193. If you wish to look use Quick View to look at 2 or more files at the same time 
  1194. then repeat the above steps for each individual file that you wish to view and 
  1195. Directory Manager will start a Quick View session for each file. 
  1196.  
  1197. To EXIT Quick View, select the FILE pull-down and select EXIT or press F3 at 
  1198. any time. 
  1199.  
  1200.  
  1201. ΓòÉΓòÉΓòÉ 6. Keyboard Layout ΓòÉΓòÉΓòÉ
  1202.  
  1203.  
  1204. ΓòÉΓòÉΓòÉ 6.1. Key Assignments ΓòÉΓòÉΓòÉ
  1205.  
  1206. The following is a list of control and function key support for Directory 
  1207. Manager. 
  1208.  
  1209. HELP KEYS 
  1210.  
  1211. F1 
  1212.      Help 
  1213.  
  1214. Accelerator Keys 
  1215.  
  1216. Ctrl+B 
  1217.     Change Attributes 
  1218.  
  1219. Ctrl+C 
  1220.     Cascade Windows 
  1221.  
  1222. Ctrl+D 
  1223.     Sort by date 
  1224.  
  1225. Ctrl+E 
  1226.     Search Dialog 
  1227.  
  1228. Ctrl+F 
  1229.     Macro Dialog 
  1230.  
  1231. Ctrl+I 
  1232.     Tile Windows 
  1233.  
  1234. Ctrl+K 
  1235.     Create Directory 
  1236.  
  1237. Ctrl+M 
  1238.     Change Filter 
  1239.  
  1240. Ctrl+P 
  1241.     Directory Fastpath Dialog 
  1242.  
  1243. Ctrl+Q 
  1244.     Quick View a file 
  1245.  
  1246. Ctrl+R 
  1247.     Mark Entries in current window 
  1248.  
  1249. Ctrl+S 
  1250.     Save current setup 
  1251.  
  1252. Ctrl+T 
  1253.     Sort by Extension 
  1254.  
  1255. Ctrl+V 
  1256.     Label Disk 
  1257.  
  1258. Ctrl+Z 
  1259.     Sort by Size 
  1260.  
  1261. Ctrl+/ 
  1262.     Mark ALL entries in the current display 
  1263.  
  1264. Ctrl+\ 
  1265.     UnMark ALL entries in the current display 
  1266.  
  1267. Ctrl+1 
  1268.     Execute macro 1 with marked file(s) 
  1269.  
  1270. Ctrl+2 
  1271.     Execute macro 2 with marked file(s) 
  1272.  
  1273. Ctrl+3 
  1274.     Execute macro 3 with marked file(s) 
  1275.  
  1276. Ctrl+4 
  1277.     Execute macro 4 with marked file(s) 
  1278.  
  1279. Ctrl+5 
  1280.     Execute macro 5 with marked file(s) 
  1281.  
  1282. Ctrl+6 
  1283.     Execute macro 6 with marked file(s) 
  1284.  
  1285. Ctrl+7 
  1286.     Execute macro 7 with marked file(s) 
  1287.  
  1288. Ctrl+8 
  1289.     Execute macro 8 with marked file(s) 
  1290.  
  1291. Ctrl+9 
  1292.     Execute macro 9 with marked file(s) 
  1293.  
  1294. ESC 
  1295.     Cancel request 
  1296.  
  1297. Delete 
  1298.     Delete marked entries in directory or file window 
  1299.  
  1300. TAB 
  1301.     Display the next open window 
  1302.  
  1303. F2 
  1304.     Create Object 
  1305.  
  1306. F3 
  1307.     Exit the program 
  1308.  
  1309. F5 
  1310.     Refresh the contents of the current file window 
  1311.  
  1312. F7 
  1313.     MOVE dialog 
  1314.  
  1315. F8 
  1316.     COPY dialog 
  1317.  
  1318. F9 
  1319.     RENAME dialog 
  1320.  
  1321. F11 
  1322.     Print selected file(s) 
  1323.  
  1324. F12 
  1325.     Execute a command (command line) 
  1326.  
  1327. SHIFT+F10 
  1328.     Display CONTEXT Menu 
  1329.  
  1330.  
  1331. ΓòÉΓòÉΓòÉ 7. Product Information ΓòÉΓòÉΓòÉ
  1332.  
  1333.  
  1334. ΓòÉΓòÉΓòÉ 7.1. Release Information ΓòÉΓòÉΓòÉ
  1335.  
  1336. o Release 1.0 Version 00b 
  1337.  
  1338.    - New release 
  1339.  
  1340. o Release 1.0 Version 00c 
  1341.  
  1342.    - Maintenance Release 
  1343.  
  1344. o Release 1.0 Version 00m 
  1345.  
  1346.    - New Function 
  1347.  
  1348.       o FPJA001 
  1349.  
  1350.       o FPJA003 
  1351.  
  1352.       o FPJA004 
  1353.  
  1354.       o FJWG001 
  1355.  
  1356.    - Fixes 
  1357.  
  1358.       o DPJA001 
  1359.  
  1360.       o DPJA002 
  1361.  
  1362.       o DPJA003 
  1363.  
  1364.       o DPJA004 
  1365.  
  1366.       o DJWG001 
  1367.  
  1368.       o DPJA005 
  1369.  
  1370.  
  1371. ΓòÉΓòÉΓòÉ 8. Menu Option Descriptions ΓòÉΓòÉΓòÉ
  1372.  
  1373.  
  1374. ΓòÉΓòÉΓòÉ 8.1. FILE ΓòÉΓòÉΓòÉ
  1375.  
  1376.  
  1377. ΓòÉΓòÉΓòÉ 8.1.1. Exit ΓòÉΓòÉΓòÉ
  1378.  
  1379. This option when selected will EXIT the program. A warning dialog will be 
  1380. displayed to verify that you want to exit. 
  1381.  
  1382.  
  1383. ΓòÉΓòÉΓòÉ 8.1.2. Change Attributes ΓòÉΓòÉΓòÉ
  1384.  
  1385. This option when selected in conjunction with a selected file(s) or directory, 
  1386. will display a dialog that will allow you to change the attributes of the 
  1387. selected item(s). 
  1388.  
  1389.  
  1390. ΓòÉΓòÉΓòÉ 8.1.3. Command ΓòÉΓòÉΓòÉ
  1391.  
  1392. This option when selected, will display a dialog that will allow command entry. 
  1393. The dialog will also save the last 10 unique commands that were entered via 
  1394. this dialog. 
  1395.  
  1396.  
  1397. ΓòÉΓòÉΓòÉ 8.2. SETUP ΓòÉΓòÉΓòÉ
  1398.  
  1399.  
  1400. ΓòÉΓòÉΓòÉ 8.2.1. Settings ΓòÉΓòÉΓòÉ
  1401.  
  1402. This option when selected will display the SETTINGS dialog, this will allow the 
  1403. defaults to be selected. 
  1404.  
  1405.  
  1406. ΓòÉΓòÉΓòÉ 8.2.2. Fonts ΓòÉΓòÉΓòÉ
  1407.  
  1408. This option when selected will display the standard font dialog where the 
  1409. desired font and size may be selected all file and directory windows. 
  1410.  
  1411.  
  1412. ΓòÉΓòÉΓòÉ 8.2.3. Colors ΓòÉΓòÉΓòÉ
  1413.  
  1414. This option when selected will display the color pallete dialog, where 
  1415. BACKGROUND  and FOREGROUND colors for the following areas may be changed: 
  1416.  
  1417. o file window 
  1418. o directory window 
  1419. o information and status window 
  1420.  
  1421.  
  1422. ΓòÉΓòÉΓòÉ 8.2.4. Macros ΓòÉΓòÉΓòÉ
  1423.  
  1424. This option when selected will display a dialog that will display the current 
  1425. macros, and allow macros to be: 
  1426.  
  1427. o added, 
  1428. o changed, 
  1429. o deleted and, 
  1430. o ordered 
  1431.  
  1432.  
  1433. ΓòÉΓòÉΓòÉ 8.2.5. Save Setup ΓòÉΓòÉΓòÉ
  1434.  
  1435. This option when selected will save the current program values and active 
  1436. window sizes. 
  1437.  
  1438.  
  1439. ΓòÉΓòÉΓòÉ 8.3. WINDOW ΓòÉΓòÉΓòÉ
  1440.  
  1441.  
  1442. ΓòÉΓòÉΓòÉ 8.3.1. Tile ΓòÉΓòÉΓòÉ
  1443.  
  1444. This option when selected will tile all the windows. The active window will be 
  1445. the first selected. 
  1446.  
  1447.  
  1448. ΓòÉΓòÉΓòÉ 8.3.2. Cascade ΓòÉΓòÉΓòÉ
  1449.  
  1450. This option when selected will cascade all the windows, the active window will 
  1451. be the first selected. 
  1452.  
  1453.  
  1454. ΓòÉΓòÉΓòÉ 8.4. FASTPATH ΓòÉΓòÉΓòÉ
  1455.  
  1456.  
  1457. ΓòÉΓòÉΓòÉ 8.4.1. Directory Fastpath ΓòÉΓòÉΓòÉ
  1458.  
  1459. This option when selected will display the directory fastpath dialog. 
  1460.  
  1461.  
  1462. ΓòÉΓòÉΓòÉ 8.5. Drive Window ΓòÉΓòÉΓòÉ
  1463.  
  1464.  
  1465. ΓòÉΓòÉΓòÉ 8.5.1. VIEW ΓòÉΓòÉΓòÉ
  1466.  
  1467. This option when selected will display the possible VIEW selections for the 
  1468. drive window. 
  1469.  
  1470.  
  1471. ΓòÉΓòÉΓòÉ 8.5.2. REFRESH ΓòÉΓòÉΓòÉ
  1472.  
  1473. This option when selected will refresh the drive window with current drive(s). 
  1474.  
  1475.  
  1476. ΓòÉΓòÉΓòÉ 8.5.3. LABEL ΓòÉΓòÉΓòÉ
  1477.  
  1478. This option when selected will display the current drive label and allow the 
  1479. label to be changed. 
  1480.  
  1481.  
  1482. ΓòÉΓòÉΓòÉ 8.5.4. FIND ΓòÉΓòÉΓòÉ
  1483.  
  1484. This option when selected will search specified drive(s) for specifed file(s) 
  1485. and return the results in a new window. 
  1486.  
  1487.  
  1488. ΓòÉΓòÉΓòÉ 8.5.5. RECOVER ΓòÉΓòÉΓòÉ
  1489.  
  1490. This option when selected will list all the file(s) that can be recovered. This 
  1491. option requires the use of the SET DELDIR option in the CONFIG.SYS file. 
  1492.  
  1493.  
  1494. ΓòÉΓòÉΓòÉ 8.5.6. REMOVE ΓòÉΓòÉΓòÉ
  1495.  
  1496. This option when selected will REMOVE files from RECOVER list. 
  1497.  
  1498.  
  1499. ΓòÉΓòÉΓòÉ 8.5.7. FORMAT DISK ΓòÉΓòÉΓòÉ
  1500.  
  1501. This option when selected will format the specified disk. 
  1502.  
  1503.  
  1504. ΓòÉΓòÉΓòÉ 8.5.8. CHECK DISK ΓòÉΓòÉΓòÉ
  1505.  
  1506. This option when selected will run CHKDSK utility on the specified disk. 
  1507.  
  1508.  
  1509. ΓòÉΓòÉΓòÉ 8.5.9. DIRECTORY INFORMATION ΓòÉΓòÉΓòÉ
  1510.  
  1511. This option when selected will display directory information, such as number of 
  1512. file, and number of bytes occupied by the files. 
  1513.  
  1514.  
  1515. ΓòÉΓòÉΓòÉ 8.6. Directory Window ΓòÉΓòÉΓòÉ
  1516.  
  1517.  
  1518. ΓòÉΓòÉΓòÉ 8.6.1. SORT ΓòÉΓòÉΓòÉ
  1519.  
  1520. This option when selected will display the possible SORT selections for the 
  1521. directory window. 
  1522.  
  1523.  
  1524. ΓòÉΓòÉΓòÉ 8.6.2. VIEW ΓòÉΓòÉΓòÉ
  1525.  
  1526. This option when selected will display the possible VIEW selections for the 
  1527. directory window. 
  1528.  
  1529.  
  1530. ΓòÉΓòÉΓòÉ 8.6.3. REFRESH ΓòÉΓòÉΓòÉ
  1531.  
  1532. This option when selected will refresh the directory window. 
  1533.  
  1534.  
  1535. ΓòÉΓòÉΓòÉ 8.6.4. CREATE DIRECTORY ΓòÉΓòÉΓòÉ
  1536.  
  1537. This option when selected will allow the creation of DIRECTORY(S) 
  1538.  
  1539.  
  1540. ΓòÉΓòÉΓòÉ 8.6.5. CREATE OBJECT ΓòÉΓòÉΓòÉ
  1541.  
  1542. This option when selected will allow the creation of a WPS OBJECT that 
  1543. represents the object(s). 
  1544.  
  1545.  
  1546. ΓòÉΓòÉΓòÉ 8.7. File Window ΓòÉΓòÉΓòÉ
  1547.  
  1548.  
  1549. ΓòÉΓòÉΓòÉ 8.7.1. FILTER ΓòÉΓòÉΓòÉ
  1550.  
  1551. This option when selected will display a list of filters that can be 
  1552. added/used/changed/deleted. The filter is used to display only those files 
  1553. matching the filter. 
  1554.  
  1555.  
  1556. ΓòÉΓòÉΓòÉ 8.7.2. RESET FILTER ΓòÉΓòÉΓòÉ
  1557.  
  1558. This option when selected will turn the filter off. 
  1559.  
  1560.  
  1561. ΓòÉΓòÉΓòÉ 8.7.3. SORT ΓòÉΓòÉΓòÉ
  1562.  
  1563. This option when selected will display the posible SORT selections for the file 
  1564. window. 
  1565.  
  1566.  
  1567. ΓòÉΓòÉΓòÉ 8.7.4. VIEW ΓòÉΓòÉΓòÉ
  1568.  
  1569. This option when selected will display the posible VIEW selections for the file 
  1570. window. 
  1571.  
  1572.  
  1573. ΓòÉΓòÉΓòÉ 8.7.5. REFRESH ΓòÉΓòÉΓòÉ
  1574.  
  1575. This option when selected will refresh the file window. 
  1576.  
  1577.  
  1578. ΓòÉΓòÉΓòÉ 8.7.6. COMPARE ΓòÉΓòÉΓòÉ
  1579.  
  1580. This option when selected will COMPARE 2 open file windows 
  1581.  
  1582.  
  1583. ΓòÉΓòÉΓòÉ 8.7.7. SORT EXTENSION ΓòÉΓòÉΓòÉ
  1584.  
  1585. This option when selected will sort the objects in the window by EXTENSION then 
  1586. by file name. 
  1587.  
  1588.  
  1589. ΓòÉΓòÉΓòÉ 8.7.8. SORT DATE ΓòÉΓòÉΓòÉ
  1590.  
  1591. This option when selected will sort the objects in the window by DATE and TIME. 
  1592.  
  1593.  
  1594. ΓòÉΓòÉΓòÉ 8.7.9. SORT SIZE ΓòÉΓòÉΓòÉ
  1595.  
  1596. This option when selected will sort the objects in the window by SIZE. 
  1597.  
  1598.  
  1599. ΓòÉΓòÉΓòÉ 8.7.10. SORT NAME ΓòÉΓòÉΓòÉ
  1600.  
  1601. This option when selected will sort the objects in the window by NAME. 
  1602.  
  1603.  
  1604. ΓòÉΓòÉΓòÉ 8.7.11. PREFERENCES ΓòÉΓòÉΓòÉ
  1605.  
  1606. This option when selected will display a list of sort preferences. 
  1607.  
  1608.  
  1609. ΓòÉΓòÉΓòÉ 8.7.12. DESCENDING ΓòÉΓòÉΓòÉ
  1610.  
  1611. This option when selected will display the object in descending order according 
  1612. to the sort type that was selected. 
  1613.  
  1614.  
  1615. ΓòÉΓòÉΓòÉ 8.7.13. ASCENDING ΓòÉΓòÉΓòÉ
  1616.  
  1617. This option when selected will display the object in ascending order according 
  1618. to the sort type that was selected. 
  1619.  
  1620.  
  1621. ΓòÉΓòÉΓòÉ 8.7.14. DETAIL VIEW ΓòÉΓòÉΓòÉ
  1622.  
  1623. This option when selected will display the detail file information, such as: 
  1624.  
  1625. o DATE 
  1626. o TIME 
  1627. o SIZE 
  1628. o ATTRIBUTES 
  1629.  
  1630.  
  1631. ΓòÉΓòÉΓòÉ 8.7.15. TEXT VIEW ΓòÉΓòÉΓòÉ
  1632.  
  1633. This option when selected will display only the name of the object, no detail 
  1634. informantion or ICON. 
  1635.  
  1636.  
  1637. ΓòÉΓòÉΓòÉ 8.7.16. TEXT VIEW ΓòÉΓòÉΓòÉ
  1638.  
  1639. This option when selected will display only the name of the object, no detail 
  1640. informantion or ICON. 
  1641.  
  1642.  
  1643. ΓòÉΓòÉΓòÉ 8.7.17. ICON VIEW ΓòÉΓòÉΓòÉ
  1644.  
  1645. This option when selected will display the ICON and the name of the object. 
  1646.  
  1647.  
  1648. ΓòÉΓòÉΓòÉ 8.7.18. ICON VIEW ΓòÉΓòÉΓòÉ
  1649.  
  1650. This option when selected will display the ICON and the name of the object. 
  1651.  
  1652.  
  1653. ΓòÉΓòÉΓòÉ 8.7.19. MOVE ΓòÉΓòÉΓòÉ
  1654.  
  1655. This option when selected will display the MOVE destination dialog, so that 
  1656. file(s) may be moved. 
  1657.  
  1658.  
  1659. ΓòÉΓòÉΓòÉ 8.7.20. COPY ΓòÉΓòÉΓòÉ
  1660.  
  1661. This option when selected will display the COPY destination dialog, so that 
  1662. file(s) may be copied. 
  1663.  
  1664.  
  1665. ΓòÉΓòÉΓòÉ 8.7.21. DELETE ΓòÉΓòÉΓòÉ
  1666.  
  1667. This option when selected will display the DELETE dialog (if confimation upon 
  1668. delete was requested), so that file(s) may reviewd prior to deletion. 
  1669.  
  1670.  
  1671. ΓòÉΓòÉΓòÉ 8.7.22. RENAME ΓòÉΓòÉΓòÉ
  1672.  
  1673. This option when selected will allow the selected object(s) to be RENAMED 
  1674.  
  1675.  
  1676. ΓòÉΓòÉΓòÉ 8.7.23. PRINT ΓòÉΓòÉΓòÉ
  1677.  
  1678. This option when selected will PRINT the selected object(s). 
  1679.  
  1680.  
  1681. ΓòÉΓòÉΓòÉ 8.7.24. VIEW ΓòÉΓòÉΓòÉ
  1682.  
  1683. This option when selected will VIEW the selected object(s). 
  1684.  
  1685.  
  1686. ΓòÉΓòÉΓòÉ 9. Error Messages ΓòÉΓòÉΓòÉ
  1687.  
  1688. For more information select one of the following: 
  1689.  
  1690. o Find Error Help 
  1691. o Disk Full Error 
  1692. o Executable File Error 
  1693. o Rename File Error 
  1694. o Delete File Error 
  1695. o Path Not Found Error 
  1696. o Existing File Error 
  1697. o Make Directory Error 
  1698. o Executable file not found. 
  1699.  
  1700.  
  1701. ΓòÉΓòÉΓòÉ 9.1. Find Error Help ΓòÉΓòÉΓòÉ
  1702.  
  1703. The file in question could not be found. A common case of this error is that 
  1704. the file no longer exists. Try refreshing your file display and see if the file 
  1705. shows on your display. 
  1706.  
  1707.  
  1708. ΓòÉΓòÉΓòÉ 9.2. Disk Full Error ΓòÉΓòÉΓòÉ
  1709.  
  1710. The target drive of a MOVE or a COPY is either full or write protected. The 
  1711. file in question will not be copied or moved. 
  1712.  
  1713.  
  1714. ΓòÉΓòÉΓòÉ 9.3. Executable File Error ΓòÉΓòÉΓòÉ
  1715.  
  1716. The file in question could not be executed, this usually means that OS/2 did 
  1717. not find the correct header information to allow execution. 
  1718.  
  1719.  
  1720. ΓòÉΓòÉΓòÉ 9.4. Rename File Error ΓòÉΓòÉΓòÉ
  1721.  
  1722. The file/directory in question can not be renamed. This usually means that a 
  1723. file/directory with the selected name already exists. 
  1724.  
  1725.  
  1726. ΓòÉΓòÉΓòÉ 9.5. Delete File Error ΓòÉΓòÉΓòÉ
  1727.  
  1728. The file or directory in question could not be deleted, this usually means that 
  1729. the file does not exist or the file is in use by another process. 
  1730.  
  1731.  
  1732. ΓòÉΓòÉΓòÉ 9.6. Path Not Found Error ΓòÉΓòÉΓòÉ
  1733.  
  1734. Path Not Found Error 
  1735.  
  1736.  
  1737. ΓòÉΓòÉΓòÉ 9.7. Existing File Error ΓòÉΓòÉΓòÉ
  1738.  
  1739. The target file already exists and may be destroyed by copying over it with the 
  1740. source file. 
  1741.  
  1742.  
  1743. ΓòÉΓòÉΓòÉ 9.8. Make Directory Error ΓòÉΓòÉΓòÉ
  1744.  
  1745. The target directory already exists or there is not enough room to create a new 
  1746. directory on the target disk. 
  1747.  
  1748.  
  1749. ΓòÉΓòÉΓòÉ 9.9. Executable file not found. ΓòÉΓòÉΓòÉ
  1750.  
  1751. The executable command or macro cannot be found. Verify that the command or 
  1752. macro in question has a FULLY qualified file name ( i.e. D:\PKZIP\PKZIP.EXE ) 
  1753. or is in the PATH. 
  1754.  
  1755.  
  1756. ΓòÉΓòÉΓòÉ 10. QB Sofware Order Information ΓòÉΓòÉΓòÉ
  1757.  
  1758. Directory Manager/2 is supported via the following methods: 
  1759.  
  1760.  1. Order      (507)252-1767 
  1761.  2. Support BBS at (507)252-1621 
  1762.  
  1763.    o Message area 5 
  1764.  
  1765.  3. Compuserve 71053,1603 
  1766.  4. Internet  71053.1603@compuserve.com 
  1767.  
  1768. Purchase of Directory Manager includes a one year upgrade via the support BBS 
  1769. and access to all future releases for a one year period. When filling out the 
  1770. information below please use the name with which you will use to sign on to the 
  1771. support BBS. 
  1772.  
  1773. There are two methods of delivery: 
  1774.  
  1775. Electronic - download support from the support BBS. When your registration is 
  1776.           received you will be given access to Directory Manager/2 (from the 
  1777.           support BBS) and future releases for a 1 year period. 
  1778.  
  1779. Mail    - a copy will be mailed to you with a copy of the printed 
  1780.           documentation, plus access to Directory Manager/2 and future releases 
  1781.           for a 1 year period via the support BBS. 
  1782.  
  1783. To order please print and fill out the QB Order Form and mail to: 
  1784.  
  1785.      QB Sofware
  1786.      P.O. Box 8016
  1787.      Rochester,  MN  55903-8016
  1788.  
  1789.      Order       (507)252-1767
  1790.      Support BBS (507)252-1621
  1791.  
  1792.  
  1793. ΓòÉΓòÉΓòÉ 11. QB Sofware Order Form ΓòÉΓòÉΓòÉ
  1794.  
  1795. QB Sofware
  1796. P.O. Box 8016
  1797. Rochester,  MN  55903-8016
  1798.  
  1799. Order       (507)252-1767
  1800. Support BBS (507)252-1621
  1801.  
  1802. Name           _____________________________________________________
  1803. Street Address _____________________________________________________
  1804. City           _____________________________________________________
  1805. State/Country  ___________  Zip/Postal Code __________-_____________
  1806. Phone Number   (     ) _________-__________
  1807.  
  1808. Support BBS Information (sigon)
  1809.      First Name ______________________
  1810.      Last  Name ______________________
  1811.  
  1812. Compuserve/Internet/Fido address _____________________________________________
  1813.  
  1814. o Order method 
  1815.  
  1816.     1. __ Directory Manager/2  Version 1.0 Electronic Delivery 
  1817.  
  1818.       - 30 USD 
  1819.  
  1820.       - 40 DM 
  1821.  
  1822.     2. __ Directory Manager/2  Version 1.0 Mail Delivery 
  1823.  
  1824.       - 35 USD 
  1825.  
  1826.       - 45 DM 
  1827.  
  1828. Note:  The above prices are good through March 15th, 1994 Form of Payment. 
  1829.  
  1830.    - __ Check. 
  1831.    - __ Money order. 
  1832.    - __ Purchase Order. 
  1833.  
  1834.       o P.O. Number ________________________ 
  1835.  
  1836.    - __ German Direct Bank Deposit 
  1837.  
  1838.       o Kreissparkasse Boeblingen 
  1839.       o BLZ - 603 50130   KONTONUMMER - 508423 
  1840.  
  1841.  
  1842. ΓòÉΓòÉΓòÉ 12. License To Use Agreement ΓòÉΓòÉΓòÉ
  1843.  
  1844. QB Sofware grants to the Purchaser and Purchaser accepts a nontransferable and 
  1845. nonexclusive license to use, on a single computer, Directory Manager/2 and 
  1846. accompanying materials provided to Purchaser by QB Sofware.  Purchaser is 
  1847. hereby licensed only to read the program from its medium into the memory of a 
  1848. single computer solely for the purpose of executing the program. QB SoftWare 
  1849. shall have the right to terminate this license if purchaser violates any of its 
  1850. provisions.  Purchaser agrees that the Directory Manager/2 and accompanying 
  1851. materials are the property of QB Sofware and that QB Sofware shall maintain 
  1852. title to and ownership of Directory Manager/2 at all times.  Purchaser agrees 
  1853. to make no more than one (1) additional working copy and one (1) backup copy of 
  1854. Directory Manager/2 for their personal use only. Except as indicated above, 
  1855. Directory Manager/2 may not, in whole or part, be copied, reproduced, 
  1856. translated, or distributed to other parties. 
  1857.  
  1858. Directory Manager/2 and accompanying materials are sold with an unconditional 
  1859. 30 day money back guarantee. If for any reason you are not completely satisfied 
  1860. with Directory Manager/2 return them to your original place of purchase within 
  1861. 30 days of your purchase date for a full refund less a $10.00 restocking fee. 
  1862. QB Sofware makes no warranties of any kind, expressed or implied, with respect 
  1863. to the quality, performance, accuracy, or fitness of the Directory Manager/2 
  1864. for any particular purpose. QB Sofware assumes no responsibility for any 
  1865. decisions made or actions taken on the part of the Purchaser because of the use 
  1866. of the Directory Manager/2. In no event shall QB Sofware, or any of its 
  1867. representatives, be liable for any loss of profit or any other damages, 
  1868. including but not limited to special,incidental, consequential or other 
  1869. damages, arising out of the use or inability to use this product - even if QB 
  1870. Sofware or an authorized agent of such has been advised of the possibility of 
  1871. such damages - or for any claim by any other party. 
  1872.  
  1873. QB Sofware reserves the right to make changes, enhancements and improvements to 
  1874. Directory Manager/2 at any time and without notice.