Summary: Hi I am currently trying to create a batch file to read text from a file, display it on the screen updating it every 2 seconds and beep if it finds so...
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: 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: I did try them. Thank you. Also, I really need a bacth file for this request - purpose (per the title). I created several test scenarios. C:\test\f...
Summary: there are many tools out there that does this kind of job that involves parsing files and manipulating string, better than batch's capabilities. Perl/...
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: 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: 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 am attempting to create a login script, (batch file), that will copy updated files from a server share to local drive when users login. If they hav...
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: 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, I'm currently struggling with a problem. I want to create a batch file that checks the file size of a file, and compares the size with the last ti...
Summary: Yes, but a better solution would be to make a Windows shortcut to explore.exe and use the switches as outlined in this KB article to make it open wher...
Summary: I'm looking to search through a text file for a string. Once I find this string, I want to read the string on the same line, after it. Let me expla...
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: Well i am quiet new to batch scripting , so i would be really helpful if you can provide a batch file for my requirement. My OS is WINDOWS XP Modified...
Summary: I need to make a batch file to change the MTU size for windows xp the problem is the adapter key name is different on every machine. the key that need...
Summary: Hello I'm new to this forum And I'm a noob at programming (I don't even know the "C" of "C++" :)) I was messing with Batch file few monthes ago and I ...
Summary: I am developing a script using MSDOS batch files for searching for strings in a directory My requirement is as follows I have a text file with a set o...
Summary: Can some one please help me with batch file. I am trying to create a batch file for multiple files which will check the first 17 characters of the fil...
Summary: HI, I no next to nothing about scripting so I come here for some help. I am trying to write a simple script that would delete in local group policy a...
Summary: I was wondering if there is a way to run a batch file that would open IE to a page (This part I know already) Search a page for a file type Download t...
Summary: Does anybody know a way to catch the breaks in a batch file, for instnace if someone presses Ctrl-c then a series of commands can be executed, eg. cle...