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...
Summary: Hi, I developp a batch file for a NT server. I code it on my personnal pc (winxp). On this one my batch run. But when I run it on my Nt server I have...
Summary: Where can i learn everything there is to know about batch files. For free preferably I have found some simple sites with nothing on them I want one th...
Summary: Hey all I'm new here and new to batch files. I have been writing and studying batch files for about 2 weeks and have made a batch file that will delet...
Summary: Hi, May I know how can I write a batch file to copy multiple files(few thousand) from different raid drive and respective directory? I had the databas...
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: Is it a question of program execution order? I mean, is this all happening in startup correctly at all or not? Try making a backup copy of the regis...
Summary: My problem is to write a batch file. I want the all the files to be copied from one machine to the other machine automatically. I wrote a small batc...
Summary: I am looking for a way to be able to execute series of command from a batch in a new window (without a need for a second batch file), for example exec...
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: May be this will help: *********************************************************************************** rem batch file for backing up files @echo o...
Summary: I agree with ghostdog, a batch file is far from the best solution. Besides the vbscript approach, a couple other good choices would be either Perl or...
Summary: i have an installation wizard exe file(prog.exe) that runs a GUI in windows. i want to create a batch file(INSTALL.bat) that loads prog.exe and auto...
Summary: I would like to have a batch file message a user who uses the computer. It will be on a scheduled task, i want it to just pop the message up at a spe...
Summary: I'm probabbly one of the least skilled people at writing batch files but I have been practicing making a maintenance batch file for our XP machines at...
Summary: hi guys can n e 1 help me out !! i want to make a batch file that will display a countdown timer ..such as " loading please wait...10% 20% & so on !! ...
Summary: It's not too bad... I use a tool to move my digital photos when I mount my memory card or direct attach a camera (that mounts as a disk drive) called ...
Summary: I was wonder if there was a way to change the account policies such as Enforce password history Maximum password age Minimum password age Minimum Pas...
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: I hope somebody can help a bit more.. I have changed the @Mechanix2Go script to process a list of files: -------------------- @echo off > not_successf...
Summary: I have just started playing with batch files and have no experiance so be gentle with me. I have written the following batch file and my question is t...
Summary: Sir Daily various files are created in various directories on D drive of my windows 2003 server. In E drive, daily a sub-directory gets created with S...
Summary: Holla, Thanks for your code. I will take some time to go through it and then get back to you with my queries. At first glance, I did not understand ...