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.
Copying to subdirectorys
Name: Keola27 Date: September 29, 2007 at 19:30:41 Pacific OS: 2003server CPU/Ram: 2.66/2gig
Comment:
I have a web server. I am trying to copy a index.php, to about 400 subfolders. I have used xcopy and robocopy, but i cant seem to figure out how to do it. Any tips or sugestions would rock ^_^
Summary: here goes... @echo off cls :sets echo you can say "DefaultSearch" for default folder echo DONT use "" set /P SearchIn=what folder shal i search in?: cls set DefaultSearch=C:\DefaultSearch\ set /P Fil...
Summary: Hi All, I've created a nice little Batch file which works like a dream. I'm bascially connecting to a machine remotely and zipping up a log file and then copying it locally. Pretty simple stuff (even ...
Summary: Hi there, Could anyone help me to write a batch file, basically i need to search a_*.xls file on c:\ or d:\ file, if exist, then copy to \\server1\share folder... Thanks!!! ...