home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / diskutil / pcd / pcd.doc < prev    next >
Text File  |  1993-11-12  |  5KB  |  135 lines

  1.  
  2.  
  3.                                 P C D  v2.31
  4.                                
  5.                            Paddy's Change Directory
  6.  
  7.  
  8. PCD is an easy-to-use directory-change tool for OS/2 2.x able to handle both
  9. HPFS and FAT drives as well as long filenames.
  10. It is written in REXX and EMX 0.8g.
  11.  
  12.  
  13.   Installation
  14.  ==============
  15.  
  16. The first time you use PCD it asks you to enter four paths:
  17.  
  18. - Path of PCDCMP.EXE                 Contains the sorting routines.
  19. - Path of the PCD.IDX-file           This file is the index-file in which the
  20.                                      directories are stored. It remains on 
  21.                                      your disk.
  22. - Path of the temporary .IDX         The temporary index contains the just 
  23.                                      found filenames during the scanning-
  24.                                      process and is automatically deleted 
  25.                                      after the scan.
  26. - Path of a temp file for PCDCMP.EXE This file will be created by PCDCMP.EXE 
  27.                                      during the sorting and is being deleted 
  28.                                      afterwards.
  29.  
  30. To change these settings later just type "PCD /INIT".
  31.  
  32. The file PCD.CMD must be located in a directory in the path (e.g. C:\TOOLS). 
  33. The EMX.DLL file must be in a directory included in the LIBPATH= statement of 
  34. your CONFIG.SYS. To view your current settings type "set " <Enter> at any 
  35. prompt.
  36.  
  37. You should create a program in the WPS-Startup-folder to update the index-
  38. file automatically everytime the system is booting.
  39.  
  40. To build or update the index-file run "PCD /SCAN".
  41.  
  42.  
  43.   Usage
  44.  =======
  45.  
  46. To change to the directory <dir-name> just type "PCD <dir-name>". Instead
  47. of the whole directory-name, <dir-name> can also be a substring of it. If 
  48. the substring is ambiguous PCD presents a window that displays all dirs 
  49. containing the substring. Here you can choose to which dir you want to 
  50. change to using the following keys:
  51.  
  52.   <Cursor Up>, <Cursor Down>, <Page Up>, <Page Down> are moving the
  53.                                                      highlighted bar
  54.   <Ctrl + Home>, <Ctrl + Page Up>     jumps to the first dir in the list
  55.   <Ctrl + End>, <Ctrl + Page Down>    jumps to the last dir in the list
  56.  
  57. Should a directory-name exceed the width of the selection-window a small
  58. arrow right of the list-entry is indicating the possibility to use 
  59. the following keys to scroll the line:
  60.  
  61.   <Cursor Left>, <Cursor Right>       are scrolling the line
  62.   <Home>                              jumps to the leftmost character
  63.   <End>                               jumps to the rightmost character
  64.  
  65. If you want PCD to display only those directories matching exactly <dir-
  66. name>, add "/E" to your command-line.
  67.  
  68.   Commandline arguments
  69.  =======================
  70.  
  71.  "*"
  72. Let you make your selection from the complete index-file.
  73.  
  74.  "<dir-name> [/E]"
  75. Tells PCD to change either to the named directory or display a window with
  76. all directories containing the name/substring. The switch [/E] displays only
  77. directories exactly matching the name/substring.
  78.  
  79.  "md <dir-name>"
  80. With PCD it is possible to create directories and update the index-file with-
  81. out the need for a new "/SCAN". It creates a directory named <dir-name>.
  82.  
  83.  "rd <dir-name>"
  84. The same way you can remove your dirs with an update of the index-file. PCD
  85. removes the directory given as <dir-name>. It is impossible to use sub-
  86. strings with this command!
  87.  
  88.  "/SCAN [list]"
  89. This command scans your drives and stores the directory tree in the index-
  90. file PCD.IDX. If there are any drives given as the argument [list], PCD
  91. scans only these. [list] must be like the following example:
  92. "cef" to scan the drives c:, e: and f:; but NOT d:!
  93.  
  94.  "/INIT"
  95. Necessary to adapt OS2.INI for the use of PCD (stores the above mentioned 
  96. informations).
  97.  
  98.  "/CLEAR"
  99. Deletes PCD's informations in the OS2.INI.
  100.  
  101.                       
  102.   Copyrights & Thanks
  103.  =====================
  104.  
  105. For private use PCD is distributed as cardware. That means, if you find PCD
  106. useful, you must send me a postcard - so I can see where PCD is used.
  107. For non-private use PCD is distributed as shareware. When you are using PCD,
  108. you must pay a fee of US$ 10 or DEM 15 for your registration.
  109.  
  110. PCD:  copyright by Patrick Asché.
  111. EMX:  copyright by Eberhard Mattes.
  112.  
  113. The author wants to thank Markus Rex for the documentation.
  114.                       
  115.  
  116.   Contacting the author
  117.  =======================
  118.  
  119. For suggestions and any other purposes you can reach the author by the
  120. following ways:
  121.  
  122. Via Internet
  123. ------------
  124.   pkasche@cip.informatik.uni-erlangen.de
  125.   pkasche@cip.e-technik.uni-erlangen.de
  126.   sz0074@epix.rrze.uni-erlangen.de
  127.   sz0074@daphne.rrze.uni-erlangen.de
  128.  
  129. Via Mail
  130. --------
  131.   Patrick Asché
  132.   Theodor-von-Zahn-Str. 7
  133.   91052 Erlangen
  134.   Germany
  135.