|
-
Oct 19th, 2000, 09:22 PM
#1
Thread Starter
Frenzied Member
Could someone give me the
command to rename a directory
in ms-dos... thanks!
I forgot it!
Thanks!
-
Oct 19th, 2000, 09:34 PM
#2
In MS-DOS, type Rename /? and you will find out what you want there.
-
Oct 20th, 2000, 07:46 AM
#3
Hyperactive Member
Yes
It's the move command
Move c:\renameme c:\ihavebeenrenamed
-
Oct 20th, 2000, 08:14 AM
#4
Frenzied Member
Just use the Rename command!!
eg, for a directory called VB use
RENAME VB NEWNAME
and to name it back again;
RENAME NEWNAME VB
Move command? I don't think so!
'Buzby'
Visual Basic Developer
"I'm moving to Theory. Everything works there."
-
Oct 20th, 2000, 08:41 AM
#5
Hyperactive Member
Read it!!
For those of use that don't read questions properly, lets have a little lesson.
Question:
Could someone give me the command to rename a directory
in ms-dos.
Operative phrase "rename a directory in MS_DOS"
Not rename it using VB, not using Windows Explorer but in MS-DOS.
Thanks Buzby for making my arse laugh
-
Oct 20th, 2000, 08:56 AM
#6
Member
The RENAME or REN command in DOS could only rename files and not directories in the good ol' days of MS-DOS 6x, so the MOVE command was used instead.
Now it seems you can use REN to rename directories (folders) with later versions of MS-DOS (well it defintely works with the version of DOS that comes with NT4 - I've just tried it).
-
Oct 20th, 2000, 09:18 AM
#7
Ok, Ignore ALL of the top answers there!!! (apart from N*G*Evangelion's)
Type :
REN C:\OldName NewName
Can we put these non vb ones in the chit-chat forum next time please?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|