Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.
VBS Search file & copy
Name: Smiley1244 Date: April 25, 2007 at 02:32:37 Pacific OS: Windows XP CPU/Ram: any Product: any
Comment:
Hi all, I need help! I brand new to vbs having done a little with batch and after searching the net and I've even ordered some vbs books (not here yet) i thought i'd ask the experts.
I'm trying to search a local drive say D:\ and all it's subdirectories for a file type say *.doc and copy all results to one directory on another drive, say c:\old data.
Overwritting any duplicate files (ie d:\test1\text.txt and d:\test2\text.txt) or even having text_1.txt & text_2.txt.
Summary: I would like to create a batch file to copy from one network drive to another. \\Desktop\shareddocs\dir1\file1 to c:\douments and settings\all users\documents\file1. It is to overwrite/update the exis...
Summary: Hi, I want to create a batch file in a folder at the server e.g. \\server\sharefolder\test.bat When a user runs this batch file, i want the batch file to copy two files (that they are in the same dire...