Summary: Well I've got config files for some network management tool only after a server restart the port nr of the server changes so my monitoring tool get's ...
Summary: Interesting. Back at work, trying it again. I run the batch. Nothing happens. Randomly, I double click the reg file and choose yes. It works. What the...
Summary: Wow, I leave for a few days, and no one posts this? The lot of you are slipping. Slipping, I say! Well, if all you're going for is a warning message, ...
Summary: Hello, I want to run a batch file every couple of hours, that will take the input from a text file and put it into a field in a command I want to run....
Summary: And once again, sorry to be a bug but this is basically a batch level "find and replace" for FOLDER NAMES rather than file contents. It will search f...
Summary: Hello. I am trying to write a batch file that does the following: On each of the computers this batch will be ran on is a folder "C:\_Bi-Con_.TMS" i...
Summary: I would like to create a batch file for NET SEND so that it can prompt the user for the computer's address and the message. How do i do the text input...
Summary: Hello All! I have a formatted text file that I wish to read with a batch file for further processing. It is formatted like so: o,object1.sql r,report1...
Summary: I need a batch file script to replace the spaces with tab in a text file. (text file has few hundred lines) however i use the below script @echo off &...
Summary: Hi Everyone, I Would like to create a batch file. Could you help me? Here are the specifications: 1. I have certain number of files inside a folder1. ...
Summary: My batch file currently creates a folder with the name of the computer, then creates a txt file with the name of the computer in the aforementioned f...
Summary: I have a batch file which I use to create a mirror backup of "My Documents" on my D drive in a sub folder called "Backup". When the copy is made the ...
Summary: Hi, Could you guys help me make a batch file which will replace an entry in the text file - coming from an environment variable? Basically it'll just ...
Summary: Hi All, I would like to have a batch file which would replace a string in a file. It would be great if the user can define the string to replace and a...
Summary: Hi, I need to run a particular se of commands repetatively for some number of times provided by userin for loop. I am doing it this way user input the...
Summary: I need to change/replace a word in a row in batch file. for example "localhost" to "AAA". Supose there are no diference to the same in *.txt however c...
Summary: I would like a batch file that will delete sub-directories and the files contained in them, but it should keep the most recent 10 directories. example...
Summary: Ok this is what I would like...... firstly i would like a batch file for windows xp which can take input from the user by asking for an occasion and c...
Summary: For some reason this batch file I created a while back will no longer work. It used to work, but now it doesn't and I can't tell from looking at it wh...
Summary: I have 3000+ folders with unique names, each with several common subfolders within them. What I would like is a batch file that could look in a partic...
Summary: hi, im trying to make a batch file to type in my AIM password in the AIM Password text box...heres the code that will/won't work.... echo off title A...
Summary: Hi, I require a simple batch file to run on cmd prompt which when run, would do a 'dir' on the current directory/specified directory and rename the fi...
Summary: I'm working on a batch file that creates a directory and then automatically sets folder permissions based on the group membership of the person execut...
Summary: Hi. I have a text file that has a bunch of stuff that I don't need, but I just need the last line of text. Is there any way to make a batch file that ...