home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / turbopas / rename.doc < prev    next >
Internet Message Format  |  1994-03-07  |  633b

  1. From: Holtman Jim <jph@whuxlm.uucp>
  2. Subject: Re: DOS dir rename solution
  3. Date: 1 Aug 85 21:53:32 GMT
  4. To:       info-ibmpc@usc-isib.ARPA
  5.  
  6. > Previously there have been requests for a method for changing directory
  7. > names in PC DOS without going through the pain of copying the contents
  8. > the old directory into a newly named one and then destroying the old one.
  9. > An easy-to-implement solution is given in PC Magazine, August 6, 1985 on
  10. > page 222.  I tried it and it worked!
  11.  
  12.  
  13.  
  14. RENAME.PAS is a TURBO PASCAL program that will rename any file,
  15. including a directory. I uses the DOS call 17H to perform the
  16. function.
  17.