Summary: Hello, I have a directory that contains a list of files all with the date they were created. for example: data^070208.dat. I would like to write a ...
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\d...
Summary: I'm looking for a batch file to copy a specified folder to another directory and rename it to the current date and time. (04.10.2007.11.27PM) or somet...
Summary: I have a text file of workstations that I want to copy files to. I'm trying to make a batch that will read the machine names from the text file, map a...
Summary: I am trying to copy zip files from one server to another with a batch file. Problem is, I only need the 4 zip files with the current date and not the...
Summary: I am curious to find out how this can be done with a batch (.bat) file on WinXP. I need to be able to copy a single file into numerous folders all on ...
Summary: Hi all, I'm a flash programmer hoping to write my first batch file to search for and copy a flash shared object file (basically a cookie) into the wor...
Summary: I do a bit of encoding and am trying to automate some parts. I have to create an avs script file for the encoding process and would like to be able to...
Summary: Hello, I'm new to batch scripts. I'm trying to copy a local folder to a folder on a remote PC. Is there an easy way to do this with a script? ...
Summary: I am curious to find out how this can be done with a batch (.bat) file on Vista. I need to be able to copy two folder files into numerous folders all ...
Summary: I need some help creating a batch job to copy folders from \\serverName\location$\folders to \\serverName\new Folder\folders. And I need to read the ...
Summary: Is there a way I can have a batch file take a set of files in a folder c:\123 file1.txt file2.txt file3.txt and copy them to a folder c:\backup having...
Summary: Hi, I need a batch script to copy the today modified sub-folders of a folder to a new folder. Ex: Folder "f:/test1" is having total 5 sub-folders and...
Summary: Hello, I need a script to copy a directory recursively, but instead of re-creating the tree structure, to copy all files in a single folder, appending...
Summary: Hi, May I know how can I write a batch file to copy multiple files(few thousand) from different raid drive and respective directory? I had the databas...
Summary: Thanks, Since the file isn't that big I took off the /d switch and it works good now. I'm not very good with scripts. There is another script I need...
Summary: Hi, I’m stuck on part of a batch file I’m working on. What I’m trying to do is copy all files with the extension JPE in a directory to another directo...
Summary: I’m planning on buying a 500 gig hard drive soon for backing up my files from the my other two hard drives (a 160 and a 320), I’m planning on writ...
Summary: for /f says that what's inside the () is a file[s] or, in this case, the output of a command. In this case, it's a list of files. It leaves the for ...
Summary: I've been searching for several hours and have come up empty handed. I hope someone can help me. I'd greately appretiate it. I need a script (preferab...
Summary: I have .sql files with timestamps in a folder like: hddaily 20081130 0600.sql, hddaily 20081129 0600.sql, hddaily 20081130 0600.sql, etc. Filename is ...
Summary: I am trying to copy a file from the current directory as the batch file to C:\programfiles\mygame. how would I do this? I am what most would call a ne...
Summary: Hi mechanix2go, Basically, there is an .csv file i need to copy from source to destination. The only issue is the source is having too many .csv fil...