Summary: I need of a batch script that searches a directory for a text file w/ the most recent date modified. It then copies that file to a new directory. b123...
Summary: hello peoples I have a tiny problem that is super simple and i need help with ... I have a msn site and I need to add a script that will allow online ...
Summary: Ok, I have another similar problem. I have all these files in a folder with the same extension and I need a batch script that will go through one at ...
Summary: Hi All, I am new in writing windows batch file. I am facing a problem and not able to solve it, so please help me out. My problem is --- I need to ren...
Summary: I have a batch script that renames pictures to their md5 checksum. Currently it processes files in the same folder as itself. I would like it to proce...
Summary: Hi Guru (male/female): Need help with script files (vbs/bat) to be run on XP. Want to compare the first 'X' characters of the file name with the rest ...
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 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: Hey all - I am new to DOS and am still learning all the commands. I have looked on google for some tutorials and what not and have found some good in...
Summary: Hullo all.. ran into some weirdness tonite setting up a backup system at a friends place.. I typically use the command: md \%date:~10,4%%date:~4,2%%d...
Summary: I can't help with putting it into a batch script or anything, but I'll give it a go. I know regular expressions in a perl context, and I think you've...
Summary: M2G is right about needing to know the date layout. This used to drive me nuts at work. At first I thought the different layouts were due to different...
Summary: The following returns each word in a For controlled loop For /F "tokens=*" %%I in ('FindStr /C:"TestString" File.txt') Do Call :PARSE %%I .... .... Go...
Summary: Hi ! I'm planning to set up a webserver with xDSL connection running an icq client. The icq client is used for detecting wherther the server is up or ...
Summary: Is there anyway to popup a message with a batch script where the user has to click OK for the batch file to run? I current have it so that it pops up ...
Summary: hi guys, i would appreciate it if u guys can tell me the entire code for this small program, i know its a bit much to ask, but ive tried everything an...
Summary: I need to automate an ftp file trasfer. Upon download of the file i need to add the date as a suffix to the filename i.e. text.txt becomes text051007....
Summary: I need help, i've been trying to get a script that will rename to letters of a file (GF, and only if they exist) to KC, plus rename its extension from...
Summary: If you need to compute the average size of the files stored in a folder the following batch script achieves the goal @Echo Off SetLocal EnableDelayedE...
Summary: new to batch scripting. would it be possible to have a script that can read a list of file names from a directory and determine if there is a series i...
Summary: Can anyone know how to detect or comparing a Mcafee VirusScan Virus Definition Version Using a batch script in Windows 2000? i need it to regularly up...
Summary: Hey guys. I was just wondering if it was possible to write a batch script that searches through a directory (and all sub-directories) and returns all ...