Summary: Hi, I was just interested in a post made last year - a simple batch program: @Echo Off ClS Echo Hey, my name is Mike. Pause CD C:\MyVideo :LOOP Set /P...
Summary: I'm fairly certain this can be done (simply), but it's been years since I wrote a batch file, and I'm scared I'll screw things up and end up deleting ...
Summary: I want to make a batch file which creates a certain ammount of text files without copying and pasting code. That is, I want to make it perform the act...
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: 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: Hello. I've just registered and wondered if you fine people could help me out on a simple batch script programme. I've never done any before and I ha...
Summary: A total newbie when it comes to batch scripting. I have absolutely no clue where to start. I have a .txt file that has a list of servers separated by ...
Summary: Hey again, I am looking for a simple batch that I can run nightly to update our forms on all of our server locations. I want them to match server A's...
Summary: Hi! I would like to read file contents from a text file and display it using a batch loop. I had try this method but it seem like did not work. for /F...
Summary: Hey guys, I have a quick simple question. I was working on a little batch file and I ran into a problem with the FOR looping. All I want to do is cr...
Summary: I'm a complete newb when it comes to batch programming and am struggling to do something that's probably very simple... I have a load of files in a ...
Summary: I was trying to write a simple batch file to copy files from my main OS to a backup drive so that when I rebuilt my machine i could then restore them ...
Summary: I'm writing a simple batch program using dos. I need the program to pick a random number between 1 and 9. I have the numbers rolling, but am unsure ...
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: Hi everyone, I have my computer dual booting right now and the modem isn't working all that great on Windows, it often just stop transfering data w/o ...
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: 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: Ya guys think it possible to write either a program, batch or perl script that runs numerous batches in one go? See, I like to set auto-clickers for a...
Summary: I hope the following simple batch may fit your issue; it is not very pretty, but the best you may get using FindStr. @Echo Off :: XSTR.BAT Get an inpu...
Summary: I don't think you'll be able to do this with a simple batch file. You need to use a more powerfull scripting language such as Perl, or Pyton, or any ...
Summary: I have written a simple batch file that out puts the results to mylog.txt thing is I don't want this mylog.txt to just keep getting bigger and bigger....
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 have no idea how it created a file named set. The word set is not in the batch script. What does this do: dir/b *.txt ===========================...
Summary: What I want it to do is when a user runs the batch file... 1. Rename the C:\Temp directory to a directory called OldTemp"date created on". 2. Then hav...