Computing.Net > Forums > Windows 2000 > Batch - move file + created new dir

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Batch - move file + created new dir

Reply to Message Icon

Name: Nam
Date: September 17, 2003 at 08:08:54 Pacific
OS: Win 2000
CPU/Ram: P3 512 MB
Comment:

I've created a batch file to move files from one machine to another, but am trying to figure out how to create a direcotory for these files as well (in the code).. TIA.



Sponsored Link
Ads by Google

Response Number 1
Name: lloyd33
Date: September 17, 2003 at 10:46:13 Pacific
Reply:

the command is MD (stands for Make Directory)

example:

MD C:\stuff
COPY C:\windows\*.* C:\stuff


0

Response Number 2
Name: lloyd33
Date: September 17, 2003 at 10:48:57 Pacific
Reply:

By the way, you can also use MKDIR, but MD is just quicker to type.


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Windows 2000 Forum Home


Sponsored links

Ads by Google


Results for: Batch - move file + created new dir

Delete/Rename File & Create New Folder www.computing.net/answers/windows-2000/deleterename-file-amp-create-new-folder/22456.html

batch files to move files www.computing.net/answers/windows-2000/batch-files-to-move-files/65492.html

unable to move files from a folder www.computing.net/answers/windows-2000/unable-to-move-files-from-a-folder/52722.html