Summary: Hi M2, @echo off for /f "tokens=*" %%I in (IPlist) do call :pinger %%I goto :eof :pinger echo %TIME% >> pingLOG ping %1 >> pingLOG :: DONE I am using ...
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: 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: 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: 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: What I'm trying to do is create a batch file command that (cd) changes the directory for which it performes a task without knowing the path. example: ...
Summary: Mech thanks, once again the code worked great! I'm now moving onto the next step of the batch and instead of making many post with diffrent things/que...
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'm writing a java program that will take info from the command line and i'm required to make a batch file so that we dont need the java ... clause I'...
Summary: Hi all, I have a problem creating a batch file that allows me to test that a link is up. This is what i have so far, i'm a beginner to this, so this m...
Summary: I created a simple batch file to lookup physical addresses on our network and store them to a file. You have to manually enter the IP, but I'd like to...
Summary: I need help with a DOS Batch File. I have added my batch file to a Win98 Boot Floppy. The Batch file includes a Menu. One of the Menu Choices is for c...
Summary: Hi, new to this forum, hoping someone can help me with a pretty simple batch file. I need to go through a directory and rename every folder in it, fro...
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: Hi all, I'm writing a new batch file to check the total and free space of certain network drives. It'll run every morning so that when I arrive, I'll...
Summary: Hi I need some help with this seemingly simple Batch file. What I want the batch file to accomplish is: Search C:\ to find all files with the extensio...
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: Two possible problems. The C:\2 should really be C:\2\*.* and the batch file will not necessarily be copying files "in the folder where my batch file ...
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: 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: Hi, i was wondering if anyone knows a command to speed up or slow down the fan speed in my computer? or a command to keep speeding up the fan until it...
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: I am in the process of creating a batch file that will present the user with a few options (using CHOICE), and then execute certain commands depending...
Summary: this question should be easy, but i am not a programmer. so you may want to talk at a novice level. my problem is this, i need to write a batch file ...