Summary: I need a batch file script which delete a file within D:\NEW\MINE\K based on the modified date.if the modified date is older than 3 months then the fi...
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: Hi M2, One more small query.. I need bacth file command for check the list of URL's. Like I have some list of URL's to check daily if they are up or ...
Summary: I am trying to kill IE using batch file , need help ...below command not working START "C:\Program Files\Internet Explorer\iexplore.exe" www.yahoo.co...
Summary: I have a problem. I am trying to write a batch file which will delete a 0 KB .SPL file and an associated .SHD file, which is not 0 KB. Each .SHD fil...
Summary: Hi Batch Experts, I have a batch file that (on exec) prints all the files (filename.ext only) in the current dir to a notepad and saves the txt ...
Summary: Howdy- I could use some guru guidance on a tricky task! This is third category post, but I am confident that I have the proper forum because it utiliz...
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, I need some help with the batch file commands; I have an 'invoice' directory which will have files with below names. IMPORT_INVOICE_FILEfsbc.200...
Summary: I'm need help creating a batch file that will do a few things. First look at some folders in a directory and determine which is the newest modified/cr...
Summary: Hi Guys, Im new to batch prog, and need help on this: ECHO * CHECKING INVALID FILES * IF EXIST "C:\Temp\Zips\*.txt" ( GOTO :GERAINV :GERAINV FOR /...
Summary: I need to create a new environment variable and update an existing one using a batch file. Any help will be highly appreciated.. Thanks and regards, S...
Summary: it is something like this: script1 "test": echo hello notepad.exe >jobdone -- marker file( need help here to create maker file) script 2 kill: if jo...
Summary: Hi all ! I know almost NOTHING about batch files :{ I would need one batch file that could backup data of the D:/ (Mapped drive) on our NT4 Server TO ...
Summary: Am in need of a batch file that would delete all lines in a text file except those beginning with a certain single character - is this possible? Thank...
Summary: Hi i need to know how to create a batch file that, besides recording the pinging of an IP device, adds the TIME of each PING at the end of each line e...
Summary: Interesting... Out of curiosity I wrote a quick app in C++ that uses the high-resolution timer and got very similar values to yours. My reason for usi...
Summary: First off could someone help me by explaining some of the basics of renaming in a batch file. Such as how to rename all files in a folder to something...
Summary: Could you please help me with one more thing... I have a txt file with the following content: ================= Starting EC2 instance i-8xxx3e8... Sta...
Summary: i wrote a batch file that was working fine a few days.. then today it mysteriously quick working. i've stripped it down to the bare essentials.. but ...
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 have a batch file which displays a list of databases and allows the user to choose the one that they wish to start by typing in the name of the data...
Summary: Can anyone tell me how to write a batch file that will do the following? 1.) Ask the user for a product key? 2.) Then call a program at command line w...
Summary: Hi, Does anyone know of a way to make print screens through batch files ? I would like to take a print screen and save it to a picture format through...