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