home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 6 File / 06-File.zip / RENDO10.ZIP / RENDIR.DOC next >
Text File  |  1990-02-20  |  6KB  |  122 lines

  1.                      █████████████████████████████████████
  2.                      ██                                 ██
  3.                      ██  THE DIRECTORY RENAMER for OS/2 ██
  4.                      ██                                 ██
  5.                      ██           Version 1.00          ██
  6.                      ██                                 ██
  7.                      █████████████████████████████████████
  8.  
  9. ┌─────────────────────────────────────────────────────────────────────────────┐
  10. │ GENERAL                                                                     │
  11. └─────────────────────────────────────────────────────────────────────────────┘
  12.  
  13.     This program renames directories.  To use it, enter: 
  14.  
  15.  
  16.          RENDIR oldname newname
  17.  
  18.  
  19.     The old and new names may contain drive and path, if desired.  However, 
  20. you may only rename directories, not move them between parent directories or 
  21. drives.  You may not rename the root directory, or use dot ("." or "..") 
  22. directory names. 
  23.  
  24.     The OS/2 Presentation Manager also lets you rename directories.  However, 
  25. with THE DIRECTORY RENAMER, you can do this from the command line or from 
  26. within batch files as well.   You can also run THE DIRECTORY RENAMER in a 
  27. Presentation Manager text window, if you like. 
  28.  
  29. ┌─────────────────────────────────────────────────────────────────────────────┐
  30. │ SYSTEM REQUIREMENTS                                                         │
  31. └─────────────────────────────────────────────────────────────────────────────┘
  32.  
  33.     This program requires the OS/2 operating system, version 1.0 or later.  A 
  34. separate version of the program is available for the MS-DOS/PC-DOS operating 
  35. systems.  Contact the author at the address below for a copy. 
  36.  
  37. ┌─────────────────────────────────────────────────────────────────────────────┐
  38. │ EXIT CODES                                                                  │
  39. └─────────────────────────────────────────────────────────────────────────────┘
  40.  
  41.     The program reports the following exit codes.  You can use these with the 
  42. ERRORLEVEL function in batch files (see your OS/2 manual for details). 
  43.  
  44.     0  Normal termination
  45.     1  Error occurred
  46.  
  47. ┌─────────────────────────────────────────────────────────────────────────────┐
  48. │ REVISION HISTORY                                                            │
  49. └─────────────────────────────────────────────────────────────────────────────┘
  50.  
  51. 1.00   Original version
  52.  
  53. ┌─────────────────────────────────────────────────────────────────────────────┐
  54. │ MESSAGES                                                                    │
  55. └─────────────────────────────────────────────────────────────────────────────┘
  56.  
  57. Access denied.  OS/2 wouldn't permit access to the directory.
  58.  
  59. Can't change drives.  Both old & new names must be on same drive.
  60.  
  61. Directory renamed.  Success!
  62.  
  63. Drive locked.  Unlock the drive first.
  64.  
  65. File or path not found.  Check your old & new names & try again.
  66.  
  67. Not DOS disk.  OS/2 doesn't recognize the disk type.
  68.  
  69. Rename failed - reason unknown.  Not much you can do about this.  OS/2 didn't 
  70. say why it wouldn't rename the directory. 
  71.  
  72. Sharing failure.  Another program is probably accessing a file in the 
  73. directory.  Try halting some other programs temporarily while you rename the 
  74. directory. 
  75.  
  76. This program cannot be run in DOS mode.  Either you're in OS/2's DOS com-
  77. patibility box, or you're using the MS-DOS or PC-DOS operating system. You 
  78. must run this version of THE DIRECTORY RENAMER under the OS/2 operating 
  79. system, and you cannot be in the DOS compatibility box.   As stated above, a 
  80. separate version of the program is available for MS-DOS/PC-DOS.
  81.  
  82. ┌─────────────────────────────────────────────────────────────────────────────┐
  83. │ REGISTRATION                                                                │
  84. └─────────────────────────────────────────────────────────────────────────────┘
  85.  
  86.    THE DIRECTORY RENAMER was written in C by Richard W. Adams.  It is 
  87. copyright 1990 by the author, all rights reserved.  Portions of the program 
  88. are copyright Microsoft Corporation, 1988. 
  89.  
  90.     The author provides this copy of the program for evaluation purposes under 
  91. the "shareware" concept.  You may copy and distribute THE DIRECTORY RENAMER 
  92. freely if you meet the following requirements: 
  93.  
  94.     ■  You include this documentation file with the program
  95.     ■  You do not modify the program or documentation in any way
  96.     ■  You charge no fee other than a nominal one to cover distribution costs
  97.     ■  You do not distribute the program for commercial purposes without the 
  98.        written permission of the author
  99.  
  100.     If you use THE DIRECTORY RENAMER for more than 30 days, you must register 
  101. your copy, which gives you a perpetual license to use the product.  To 
  102. register, send $5.00 to the author at the address below.  Not only is 
  103. registration a legal requirement under federal copyright law, but registration 
  104. fees give shareware authors the incentive to develop new programs and improve 
  105. old ones.  If you wish to receive a disk with the latest copy of THE DIRECTORY 
  106. RENAMER, include an additional $5.00 (total of $10.00) with your registration, 
  107. to cover shipping and handling costs.  
  108.  
  109.     Finally, this software is provided "as is."  There is no warranty, 
  110. implicit or otherwise.  The author does not guarantee compatibility with your 
  111. system, and is not responsible for any damages incurred by use of this 
  112. software. 
  113.  
  114.     By using this software, you agree to the above terms.  Please send any 
  115. payments or comments on THE DIRECTORY RENAMER to: 
  116.  
  117.  
  118.                            Richard W. Adams
  119.                            104 Willow Oaks Boulevard
  120.                            Hampton, VA  23669-1528
  121.  
  122.