Summary: I have a folder with files named like this: 20061211efo_s_web.jpg 20061212psf_s_web.jpg 20061213efs_s_web.jpg I need a batch file that will look at th...
Summary: I'm trying to create a batch file to ping a given IP address then, if this fails I want it to try pinging the same address but with .1 at the end of t...
Summary: On a daily basis, there is a list of error of phone numbers generated that I have to check on. The list is remote printers that we send data to that ...
Summary: Hello is there a way to create a desktop shortcut using a batch file? I want to automate putting a shortcut to the user drive out on the desktop. Than...
Summary: hi thanks a lot for the very speedy reply. i didnt really explain myself too well. i have a lot of text files in a folder and every one has a header, ...
Summary: I have a demo CD that I want to give out to people. It's an HTML using MS agent. The voice for the character animation is stored in numerous WAV fil...
Summary: Hi what I need is a batch file (if poss) that will let me type in a filename (eg 1234*.*) and copy it to another directory. Then to unshrink that file...
Summary: Ok, I am a comp sci major and I do work study for the admin computing office on campus. Normally I write database reports on our Unix server. My boss ...
Summary: I need help generating a Batch Script that will detect new Files larger that a specified size. I need this to run on an entire volume as the directory...
Summary: Here the batch to do the trick; I tested it under plain DOS 6.22 and worked fine. It relies on the property of batch files to interpret the = characte...
Summary: Using XP, want to write a batch that will change the admin password on a group of XP stations, by inputing the info automatically, using NET USER, lik...
Summary: Need help writing a batch that will open a txt file, find a date (that is in an http address), then change that date to current. Possible? ...
Summary: Hi all, Is there anyway to set up a batch file or other program to read data from a .csv file and tell me if any from a preselected list is missing? C...
Summary: I am updating out DHCP config and wrote this script to get the MAC address of a remote computer on the network. It works fine if I leave the errorleve...
Summary: Hello! I've made a program that scrambles and deletes files. When the program starts, it reads the contents of a txt file containing the full paths an...
Summary: I did a batch file [for Win NT and 2000] called PngExp.bat that automatically pings “any” number of PC’s [up to 15] in sequence and then record...
Summary: I'm looking for a batch file to copy a specified folder to another directory and rename it to the current date and time. (04.10.2007.11.27PM) or somet...
Summary: I have a text file of workstations that I want to copy files to. I'm trying to make a batch that will read the machine names from the text file, map a...
Summary: Hello, Thank you to everyone who posts in this forum you are all a great help. I have a problem that I would like to solve using a batch file. I woul...
Summary: Hi all. I need to create a batch file that looks for *.dmp files and if they are not there I need to have a text message sent to a cell phone number?...
Summary: Hello everyone, I have a batch script which is working wonders, but I want to improve it. It deletes some of the obvious Recent files: DEL "C:\Docume...
Summary: Hi! Im just wondering how would you scan for all .bat files in a directory, and then add a different bat file's commands to those batch files. Making ...
Summary: Mechanix2, I found this batch file that you created for someone here, and would like to expand on it. :: multiIP.bat @echo off > pingLOG for /f "token...
Summary: I am trying to create a batch file to kill a process only if it is running. I found a pskill tool from windows xp tool site but when I put it in the ...
Summary: Apparently simple, but indeed a nasty challenge, as the batch scripting is a legacy of (and aimed to) DOS environment where characters are coded by AS...