Summary: I need a batch file to ping a list of ip from a source file(iplist.txt)written like this: ----------------- 0.0.0.0, host1, note 1.1.1.1, host2, note ...
Summary: I need a batch file to find and rename any file in a directory that is bigger than 7k. I have a materials directory that posts a file out every hour ...
Summary: Hi, I need a batch file to edit a text file. This file contains test results from a program. The data is separated by spaces and "00000" (space and nu...
Summary: I need a batch file that I can put in my startup folder that will delete this folder each time I reboot: C:\Program Files\Common Files\ExampleShared A...
Summary: Hi, Ive read you post in this forum and you were great. I just want to ask your help, I have a batch file that contains several records. I have an ent...
Summary: How do I make a batch file that will create a directory named the current date and copy specific data from a network drive to that directory? I'm the ...
Summary: I need to make a batch file to clean the temp files out of a few computers they are 2000 XP computers and I don't want to rename all the users paths ....
Summary: Why must you have an exe instead of a batch file? To make an EXE file, get a language compiler, such as C++ or Visual Basic, write the source code (wh...
Summary: I have no batch file experience, but I need a batch file that will rename & copy files from multiple directories to one single directory all on the sa...
Summary: Hi, How can I write a batch file to restrict others to use Internet Explorer and Yahoo Messenger on my system. Please help me in this regard. Sweetie....
Summary: Hello, Hope you can help me. I learned basic DOS 15 years ago and haven't used it at all in the last 10 years. I need a batch file to MOVE a single fi...
Summary: I have a list of websites. I want a batch file which will open only first website in the list when i execute the bat file for first time and when i e...
Summary: I'm trying to create a batch file to monitor ping response times. This batch file will run continously during the day & will output the date time & th...
Summary: Hello everyone This is my first post, I wish i will have some luck with this we have installed Adobe Acrobat Pro 9 on 3 Pcs in the office today we a...
Summary: i have a file named "incert.txt". i have lines..as 0001 a _xyz 0002 a _abc... i need a batch file which replace first 00 as 02 and add prefix "_KL" t...
Summary: Hi, I need to add a exe to be run on startup and i tried altering the registry, i need a batch file /script to add a string value in startup for ru...
Summary: I created a batch file to delete the profile data of our companies propriatary application. The issue we have is that the profile for some users becom...
Summary: I need a http URL to reference a local file on my system. I must use the http: and not the file:. I have tried something like http://127.0.0.1/c:/temp...
Summary: I'm having trouble converting a unix shell script into a batch file. Is there any way I can concatenate a batch file parameter. I know you can do so...
Summary: What I need to do is create a batch file to read the %HOMEDRIVE%\windows.ini file, look for the entry LAUNCH=C:\UTILITIES\LAUNCH.EXE and then change t...
Summary: hello evebody! i need a batch to install a program (flash player active x) AFTER the user's first log in....i mean,i want to run it automatically afte...
Summary: I want to run a batch file to ping a specific IP address every 3 hours. I have the following Code @echo off :start ping 172.16.1.1 -n 1 >>log.txt echo...
Summary: Hello all...I've heard that you can write a batch file to kill all running services before starting a really cpu-hogging game. I've never done anythi...
Summary: I currently have a batch file that i can run, it pings a list of computers from a txt file i provide and writes the output to a txt file as follows ho...
Summary: Example of current batch file: Line1 Line2 Line3 Line4 MY PROG NAME=%PROGNAME% Line6 Line7 SET THIS IS IT= LINE9 MY PROG NAME= LINE11 I need my batch...