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: Hi, I need a way to rename files on a computer. The following code works fine but what I would like is for to do is just count the number of files and...
Summary: Forget about that confusing stuff i said if the original name is the same as what it wants to rename it to there is no problem so i'll just leave it A...
Summary: I have a folder on a server share that contains a batch script and folders/files which I want users to execute directly from the share. The problem is...
Summary: i need help to rename the following filename with non-standard timestamp to yyyymmdd: xxxx ddmmm.ext -> xxxx yyyymmdd.ext xxxx dmmm.ext -> xxxx yyyy...
Summary: thanks for the "wget" info. i found a direct link to download the file in zip format. now i have a script to download the zip file and extract it, an...
Summary: are all these files in the same directory? If they are, you can insert a really simple VBA module on the spreadsheet (alt-f11, insert/module) and do i...
Summary: Hi, I'm trying to have a .bat file set up as a scheduled task to upload files via ftp and then, if successful, delete the files locally. I have the a...
Summary: It turns out that in your files.txt the name and size are separated by a tab. When I changed the tab to a space the problem went away. I have no ide...
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 realise this is an old thread but I tried the finished script in response six and could not get it to change files within env var referenced folders...
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: Hi All, I am writing a batch script to zip the files which are older than 15 days. I can loop through the files inside a folderm but I am not sure how...
Summary: Hi, I'm trying to figure out the script to delete the '?' character that is randomly appearing in numerous places in a txt file database I have. Any h...
Summary: Just for kicks and giggles, and perhaps others: ===================================================== C:\>COPY /? Copies one or more files to another ...
Summary: I need some help writing a batch script to do the following: First check to see if Network connection is on DHCP. If it is, exit. If not, change the D...
Summary: I am trying to get Apache ant to work on Windows, the problem is that I have to set environment variables, like so, set ANT_HOME=c:\ant, (you call tho...
Summary: That's pretty vague, you don't say whether the 'something' is to be 'done' to the filenames or to the content of the files. Take a look at the code I...
Summary: A friend of mine gave me a bunch of poorly organized MP3s. The files are organized in directories by artist. Unfortunately standard standard formattin...
Summary: To rename files with ANY chars in positions 4-6: abc???ghi.avi abcJKLghi.avi ===================================== If at first you don't succeed, yo...
Summary: Hey Guys I am looking to see if Xcopy can give me a log or file that tells me how long it took to run the Xcopy batch script. I have created just a si...
Summary: I have a large amount of folders with many files in each one and I want to to be able to rename all of the files in the sub folders to the name of the...
Summary: I have a program that creates daily log files that are a lot larger than I would like them to be. I would like to have this so there would be 3 or 4 l...