Summary: Hi, I'm trying to write a batch file that asks for a number and then uses an external program (which inserts a delay into the file) to delay for that ...
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: While scanning invoices from our scanner to a catalog on the server the file(s) are saved as: FAKT.PDF FAKT(1).PDF FAKT(2).PDF ... and so on ... My go...
Summary: well, yeah Mechanix... i tried that too, but the matter here is that pinging 2 times will take twice the time... i dont really have any problems with ...
Summary: I am trying to write a batch file that will delete files in a windows secured temp folder. It is located C:\documents and settings\userprofile\local ...
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: 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: I have a batch file that creates a new directory named the current date using the mmddyyyy format. It then copies the contents of a directory to the ...
Summary: hi im trying to make a batch file that makes a .reg file but its not going as i planned this is what i have so far, can you tell me what im doing wron...
Summary: Hi there. I WANT TO DELAY A BATCH FILE UNTIL IT HAS FOUND A PARTICULAR FILE FROM A DIRECTORY AND KEEP PROCESSING AFTER IT FINDS IT. THANK YOU ...
Summary: I have a batch file that keeps running every 5 minutes. I would like some of the processing in the batch file to not happen if the current time is bet...
Summary: I need to create a batch file that's going to execute a program but then needs to actually engage it. I can do this by either ALT+P or using a Tab 4x...
Summary: hi everyone..im not a newbie to batch file ..i knw all the basics of it..i jus wanna knw tht im trying to mak a batch file which shuld get itself in s...
Summary: Hi, this is my first batch file and works ok but during execution its promt " bad file name or program ". Because I have no clue of what I'm doing I n...
Summary: Hi I am writing a batch file to automatically run some commands by telnetting to a network device. Everything goes fine until the device asks for inpu...
Summary: I would like to write a batch file that would copy files from one directory to another but not overwrite OR abbort if a file already exists with that ...
Summary: Ive been working on this batch file to swap some file names for a game Ultima Online, Heres how it works: I have 3 different sets of files in the same...
Summary: I need to figure out a method to find and replace text within a text file. I have a file named, "myfile.txt" that has the following; testing=1 databas...
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: Recently we changed the names of our computers. Doing this made net send harder. I am trying to write a batch file that can be run from the Start->Run...
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: hi how can i create a text file using batch file with date and time in name eg testThu 02/08/2007 2300.txt and also i want to read a text file which ...