home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD1.bin / new / util / batch / newext / newext.doc < prev    next >
Text File  |  1994-09-06  |  3KB  |  94 lines

  1.                       NewEXT version 1.4 16.08.94 Lee Kindness
  2.                       ========================================
  3.  
  4. Introduction
  5. ============
  6.       NewExt is a shell only utility for changing the extension part of
  7.   of a files name. NewExt supports AmigaDOS wildcards making a seemingly
  8.   useless utility useful - Ever tried to rename all the .pic files in a
  9.   directory to .ILBM? NewExt can. WB 2.0+ required.
  10.  
  11. Usage
  12. =====
  13.       From the CLI/Shell :-
  14.  
  15.   WILDCARD/A,EXTENSION/A,FRONT/S,HELP/S,INFOS/S
  16.  
  17.   WILDCARD:
  18.    Which files to operate on. Must be given.
  19.    
  20.   EXTENSION:
  21.    The new extension for matched files. Must be given.
  22.    
  23.   FRONT:
  24.    Specifies that the EXTENSION will be changed at the left edge rather than
  25.    the standard right position. Useful for mod.#? etc.
  26.   
  27.   HELP:
  28.    Will print out some information.
  29.    
  30.   INFOS:
  31.    Specifies that the .info files of the files that are being renamed will
  32.    also have their names changed.
  33.         
  34.   Eg/ NewEXT #?.iff .ILBM INFOS will rename all .iffs to .ILBM. including
  35.                                 their .info files
  36.                                 
  37.       NewEXT (#?.sample|#?.sfx) .8SVX will rename all .samples and .sfxs to
  38.                                       .8SVX
  39.                                       
  40.       NewEXT mod.#? pt3. FRONT will rename all mod.s to pt3.
  41.  
  42. Contact
  43. =======
  44.    Please send any comments, bugs, praise, cash... to the following address:
  45.    
  46.     Lee Kindness
  47.     8 Craigmarn Road
  48.     Old Portlethen Village
  49.     ABERDEEN
  50.     AB1 4QR
  51.     SCOTLAND.
  52.     
  53.   If you find NewEXT useful then let me know. Any gifts, cash and
  54. even bug reports are greatly appreciated ¿-) If you want the current 
  55. version of NewEXT (and a wad more progs) then send £3 (or equivalent of 
  56. £5 plus) to me.
  57.    
  58. History
  59. =======
  60.   v1.0 5.2.94
  61.     - First public release.
  62.     
  63.   v1.1 25.4.94
  64.     - Minor code changes
  65.     - Compilation changes.
  66.     
  67.   v1.2 05.05.94
  68.     - Major code changes.
  69.     - now uses DOS MatchFirst()/MatchNext() rather than custom HSPascal, ALL
  70.       wildcards now work as a result.
  71.     - Arguments parsed using ReadArgs() - more robust.
  72.     - Can now break out of rename loop.
  73.     - new FRONT argument to handle the likes of 'mod.'.
  74.     - No longer 1.3 compatible. (:-) or :-( ??)
  75.     - Large decrease in size (10548 to 8484)
  76.     
  77.   v1.2a 14.07.94
  78.     - Added CBM intaller script.
  79.     
  80.   v1.3 16.08.94
  81.     - Added "INFOS" option.
  82.     - Removed potential pointer bug.
  83.     - Size decrease (now uses PrintFault() to print out error messages).
  84.     
  85.   v1.4 06.09.94
  86.     - Removed Enforcer hits.
  87.     - If the wildcard han a directory in it then the files were not being
  88.       renamed... Fixed.
  89.           
  90. -EOF
  91.     (Smile! It makes people wonder what you've been up to.)
  92.     (The only difference between an unclear war and a nuclear war is the way 
  93.     you use the UN.)
  94.