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 not copying directories
Name: jabbadoo Date: February 20, 2007 at 04:21:58 Pacific OS: Windows XP CPU/Ram: intel 512mb Product: intel
Comment:
hello! I have tried to make a batch file that should copy everything in a specific directory to an other... eg.
cd c:\dir\ copy * "c:\dir2\"
now the batch is only copying the files in the directory and not the folders... eg. c:\dir\file.fil will be copied, but not the c:\dir\dir\
Summary: Is 55K151AA a subdirectory of 55K139AA or is it a subdirectory of Orders. "Batch file Copy and Rename" is the subject of your post but the source and destination directory\subdirectories names don't c...
Summary: I would like to write a batch file that would copy files from one directory to another but not overwrite OR abbort if a file already exists with that name. If a file already exists, i would like it to...
Summary: Hello, Would it be possible to write a batch file which copies the contents of entire directory to another location? I don't want the script to copy the directory itself, merely the contents, to anoth...