home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / UTILITY / DIR / A_REN301.ZIP / PRINT.ME next >
Encoding:
Text File  |  1991-10-02  |  4.2 KB  |  132 lines

  1.                        eXceptional REName
  2.                          XREN.EXE v3.01 
  3.            Copyright (c) 1991 by James F. Ritterbusch
  4.  
  5.  
  6. -  Do you get irritated because DOS won't let you rename a file 
  7.    to a different  directory?
  8.  
  9. -  Do you end up copying the files to the path where you want 
  10.    them, and then forget to erase the originals, wasting valuable 
  11.    disk space, and promoting directory clutter?
  12.  
  13. -  Do you ever want to specify more than one source file 
  14.    specification in the RENAME command.
  15.  
  16. -  Do you ever wish that you could just rename a directory*, 
  17.    instead of having to create a new directory, copying all of the 
  18.    files, deleting the old files, and then removing the old 
  19.    directory?
  20.  
  21. If you answered a resounding "YES" to any of the above, then 
  22. eXceptional REName is just the utility you need!  As well as 
  23. operating identically to the DOS RENAME command, if picks up 
  24. where DOS left off to do all of the functions stated above.  It 
  25. will run on any IBM PC/XT/AT/PS2 or 100% compatable running DOS 
  26. version 2.0* or higher.
  27.  
  28. * (The directory rename feature requires DOS version 3.0 or higher.)
  29.  
  30.  
  31. End the tedious drudgery of COPY and RENAME!
  32.  
  33.                 IF YOU USE THIS SOFTWARE PRODUCT,
  34.                 CONSIDER SENDING $5 TO THE AUTHOR.
  35.  
  36. Mail to:
  37.  
  38.           James F. Ritterbusch
  39.           11 Maple Row
  40.           Bethel, CT 06801
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.    
  67.                        eXceptional REName
  68.                            XREN v3.01
  69.            Copyright (c) 1991 by James F. Ritterbusch
  70.  
  71. IF YOU USE THIS SOFTWARE PRODUCT, CONSIDER SENDING $5 TO THE AUTHOR.
  72.  
  73.                   HOW TO USE eXceptional REName
  74. Since you will want to use eXceptional REName often, copy it to 
  75. your root directory or your DOS directory or other directory that 
  76. is included within the search string of your PATH command.
  77.  
  78.                    COPY XREN.EXE \DOS\XREN.EXE
  79.  
  80. SYNTAX
  81. If you ever forget the syntax, and cannot locate these 
  82. instructions, simply type XREN and press return for a summary.
  83.  
  84. Note that in all cases, the wildcard characters ? and * are 
  85. supported, in both the original file specifications and the new 
  86. file specification.  Important note - if the original file 
  87. specifications equate to more than one file, then at least one 
  88. wildcard character MUST BE USED in the new file specification.
  89.  
  90. Simple rename:
  91. XREN [origpath\]origname[.ext] [origpath\]newname[.ext]
  92. EXAMPLE:  Rename the file SOURCE1.ASM to SOURCE1.ARC within the 
  93. \ASM directory.
  94. XREN \ASM\SOURCE1.ASM \ASM\SOURCE1.ARC
  95.  
  96. Rename across directories:
  97. XREN [origpath\]origname[.ext] [newpath\]newname[.ext]
  98. EXAMPLE:  Move all files beginning with SOURCE from the \ASM 
  99. directory to the \ARC\ASM directory, and change their extension 
  100. from .ASM to .ARM
  101. XREN \ASM\SOURCE*.ASM \ARC\ASM\*.?R?
  102.  
  103. Multi-source rename across directories:
  104. XREN [path1\]name1[.ext] [path2\]name2[.ext] [...] [newpath]newname[.ext]
  105. EXAMPLE:  Move files all files with the extension of .C from the 
  106. directory \CFILES, all files with the extension of .A from the 
  107. directory \ASM and all files with the extension of .M from the 
  108. directory \MOD2; place them in the directory \ARC and change all 
  109. of their extensions to .ARC
  110. XREN \CFILES\*.C \ASM\*.A \MOD2\*.M \ARC\*.ARC
  111.  
  112. Directory rename:
  113. XREN origpath newpath -D (or -d)
  114. EXAMPLE:  Rename directories SALESMAY SALESJUN and SALESJUL to 
  115. REVNUJUN REVNUJUN and REVNUJUL, respectively.
  116. XREN SALES* REVNU* -d
  117.  
  118. THE AUTHOR CERTIFIES THAT THE SOFTWARE HAS BEEN TESTED, AND 
  119. OPERATES SUBSTANTIALLY AS DESCRIBED IN THE MANNER IN THE 
  120. FOREGOING DOCUMENTATION.   IN NO EVENT WILL THE AUTHOR, HIS 
  121. HEIRS, SUCCESSORS OR ASSIGNS BE LIABLE FOR ANY DAMAGES WHATSOEVER 
  122. INCLUDING, BUT NOT LIMITED TO, DAMAGES FOR LOSS OF BUSINESS 
  123. PROFITS, BUSINESS INTERRUPTION, LOSS OF BUSINESS INFORMATION OR 
  124. THE LIKE, ARISING OUT OF THE USE OF, INTERRUPTION IN THE USE OF, 
  125. OR INABILITY TO USE THIS SOFTWARE, EVEN IF THE AUTHOR HAS BEEN 
  126. NOTIFIED OF SUCH DIFFICULTY.  THE AUTHOR DISCLAIMS ALL OTHER 
  127. WARRANTIES, EITHER EXPRES OR IMPLIED, INCLUDING BUT NOT LIMITED 
  128. TO ANY IMPLIED WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY 
  129. PARTICULAR PURPOSE.
  130.  
  131.  
  132.