home *** CD-ROM | disk | FTP | other *** search
/ Dr. CD ROM (Annual Premium Edition) / premium.zip / premium / IBMOS2_2 / PCD221.ZIP / PCD.DOC < prev    next >
Text File  |  1993-10-18  |  4KB  |  117 lines

  1.  
  2.  
  3.                                 P C D  v2.21
  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 partitions 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 deleted after 
  28.                                      the sort.
  29.  
  30. To change these settings later type "PCD /INIT".
  31.  
  32. The file PCD.CMD has to be in the path (e.g. C:\TOOLS). The EMX.DLL file 
  33. must be in a directory included in the LIBPATH= statement of your 
  34. CONFIG.SYS. To view your current settings type "set " <Enter> at any prompt.
  35.  
  36. You should create a program in the Startup-folder to update the index-file 
  37. automatically everytime the system is booting.
  38.  
  39. To build or update the index-file run "PCD /SCAN".
  40.  
  41.  
  42.   Usage
  43.  =======
  44.  
  45. To change to the directory <dir-name> just type "PCD <dir-name>". Instead
  46. of the whole directory-name <dir-name> can also be a substring of it. If 
  47. the substring is ambiguous PCD presents a menu of all dirs including the
  48. substring. Here you can choose to which dir you want to change to by hitting
  49. the appropriate number key. If you hit <Enter> PCD changes to the first
  50. entry of the list. To scroll up and down use the arror-keys. Small arrows
  51. in the right border indicate whether you can scroll or not.
  52. <Escape> exits without any changes.
  53.  
  54.  
  55.   Commandline arguments
  56.  =======================
  57.  
  58.  "md"
  59. With PCD it is possible to create directories and update the index-file with-
  60. out the need for a new "/SCAN".
  61. Usage: "PCD md <dir-name>"
  62.  
  63.  "rd"
  64. The same way you can remove your dirs with an update of the index-file.
  65. Usage: "PCD rd <dir-name>"
  66.  
  67.  "/SCAN"
  68. This command scans your partitions and stores the directory tree in the
  69. index-file PCD.IDX.
  70.  
  71.  "/INIT"
  72. Necessary to adapt OS2.INI for the use of PCD (stores the above mentioned 
  73. informations).
  74.  
  75.  "/CLEAR"
  76. Deletes PCD's informations in the OS2.INI.
  77.  
  78.                       
  79.   Copyrights & Thanks
  80.  =====================
  81.  
  82. For non-commercial use PCD is distributed as cardware. If you find PCD useful,
  83. a postcard would be appreciated. Otherwise you must pay a fee of US$ 10 or
  84. 15 DM for your registration.
  85.  
  86. PCD:  copyright by Patrick Asché.
  87. EMX:  copyright by Eberhard Mattes.
  88.  
  89. The author wants to thank Markus Rex for the documentation.
  90.                       
  91.  
  92.   Contacting the author
  93.  =======================
  94.  
  95. For suggestions and any other purposes you can reach the author by the
  96. following ways:
  97.  
  98. Via Internet
  99. ------------
  100.    pkasche@cip.informatik.uni-erlangen.de
  101.    pkasche@cip1.e-technik.uni-erlangen.de
  102.    sz0074@epix.rrze.uni-erlangen.de
  103.    sz0074@daphne.rrze.uni-erlangen.de
  104.  
  105.  or via IRC: Paddi
  106.  
  107. Via Mail
  108. --------
  109.     Patrick Asché
  110.     Theodor-von-Zahn-Str. 7
  111.     91052 Erlangen
  112.     Germany
  113.  
  114.  
  115. DON'T FORGET SENDING YOUR POSTCARDS!!!!!!
  116.  
  117.