home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / r / rname.zip / RNAME.TXT < prev   
Text File  |  1992-12-23  |  2KB  |  50 lines

  1.        
  2.                    Brian MacInnes's Rename Utility
  3.  
  4.         I wrote this program because I wanted a program that 
  5.         allowed me to enter the arguments from the command 
  6.         line or would prompt me for file names.
  7.         Hint: When you are prompted for a file name that file name
  8.         is stored in a character string in memory so when you
  9.         are prompted for the output file name press the  key and 
  10.         the previously entered character string is displayed.
  11.         This is especially useful when you are only slightly 
  12.         changing the name of a file.
  13.  
  14.         RNAME can be used in two ways: 
  15.         1. In the command line.
  16.         EXAMPLE
  17.         -------
  18.                  RNAME OLDFILE NEWFILE
  19.  
  20.                  OLDFILE is now NEWFILE
  21.         
  22.         RNAME will prompt you for file names if you do not specify
  23.         them on the command line.
  24.         EXAMPLE
  25.         -------
  26.                  RNAME
  27.  
  28.                  Type the old file name: OLDFILE
  29.                  Type the new file name: NEWFILE
  30.  
  31.                  OLDFILE is now NEWFILE
  32.  
  33.         RNAME is ShareWare. Not public domain or freeware.
  34.         This means if you use it you must register it according 
  35.         to law. In order for the concept of shareware to work
  36.         you must register programs. Registration is a reasonable 
  37.         $5.00 US. Upon registration you will be mailed an registered
  38.         copy of the RNAME program and a registered update when 
  39.         available.
  40.  
  41.         Send all Registration Fee's and Comments to:
  42.         BRIAN MACINNES
  43.         1817 PALM PLACE DRV
  44.         PALM BAY, FL 32905
  45.  
  46.         ** Please send checks ,NO cash. Give me your mailing
  47.         address and specify if you want 3½ inch or 5¼ inch
  48.         floppies. Don't ask for 3½ inch if you don't need that
  49.         kind because they are rather expensive.
  50.