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: 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: 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 did find a post similar to what I need, but need to find a way to prefix that script with the required local C drive search string and logfile updat...
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: 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 would like to make a batch script to find my external ip address then upload it via ftp to a free website I have. The purpose being so I could find ...
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: Hey Fellas, I am Stuck at another corner. I have pdf files in one folder and same files in second folder. When i add new files to folder one and run ...
Summary: Hi chaps, I need to write a batch file to append the created date to the beginning of a bunch of files. There are hundreds of files, mostly office ba...
Summary: Hmm.. Did you run it from a batch, or did you try to type in the commands manually? Paste the code in notepad and save the file as a .bat I rewrote th...
Summary: Hi, I have a batch script which, amongst other things, parses and rewrites a text file using the "for /f" command. The reason it does this is to appe...
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 need a batch file to loop through a list of jpgs in a folder, & move them to folders created based on their file names in the following convention: ...
Summary: I am new to Batch Script for Windows so hoping you can help me out. There are two things I need: 1) Say a1.csv is in C:\batch and has below info: aaa...
Summary: Hey everyone, I am very new at this... I hope I can explain what I am looking for. I need to write a batch script. I have a filename, with a date in...
Summary: Hi IVO, The above solution has worked except that I replaced the ! with the % bcoz with ! it din work. Thank you very much for the solution. I have a ...
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: 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: how can i write the perl script inside the batch script. to be more specific . i need to write a batch script which scans the tab delimited file by sk...
Summary: I have a program that will only open if the system date is March 1, and will only be effective if the system date is current after program is opened. ...
Summary: copy files but compare their dates first ============================= hi i searched web and your site for my answer but no where i found it. i nee...
Summary: Hi gurus, I need to write a batch script to copy the files from first folder, that begin with a perticular string (say begin with test, having files t...