Summary: Using 2 batch files I can ping a network and the client IP addresses...is there any way to modify the batch files below so P1.BAT SET variable can inc...
Summary: Hi there, id like to know if there is a batch file that i can email to a friend as an attachment, then when she runs it it can be forwarded back to m...
Summary: I was experimenting around with batch files when I came across this question: Is it possible to make a command to get a string input from the user? (I...
Summary: i want to monitor my servers pinging them in a batch file... how can i mail the result to my mail address using batch file commands.. is there any way...
Summary: Simplistic example of my problem. Say Im in directory of FRUIT cd bnana pause count.exe :end Ok, for some reason it wants to put "cd bnana pause co...
Summary: this message is already at the bottom of one of my other posts, but I figured that since it was sort of unrelated, it should have it's own post. is th...
Summary: I'm working on a batch file that will search an input file containing entries of (act,pmt,dps). What I want to do is search this document for those en...
Summary: Hi, I am writing a cd application with batch files and I need an automatic routine to detect what drive has an audio cd or skip if not detected. I am ...
Summary: i want to copy excel file (.xls) from my documents folder to d:\excel . I tried a batch file but it says it the system cannot find the path specifie...
Summary: I am using Windows XP Professional Service Pack 2...i don't know which DOS i have and i don't know how to find out..Any help? Let us come back to my b...
Summary: I have been trying to write a batch file for our enterprise. First in order to open anything with admin as a user you obviously use the runas from ri...
Summary: To Delete a dir and all contents ... deltree [drive:/path/dirtobedeleted] So you woulden't want to type something like c:>deltree c:\windows ;-) -----...
Summary: I am using a batch file in Win95 to back up a folder onto a zip drive. Whenever the batch file runs I receive an "Incorrect DOS Version" error. The ba...
Summary: nathan wrote: > the wait programs wont exactly do > what i am trying to do What do you mean by that? "Wait programs" generally run for a specified amo...
Summary: Batpower works but it errors out at the end with memory error. Is it possible to create a batch file that will work in Win 95\98\NT\2000 that will se...
Summary: Normally I don't do other people's homework for them, but I'll make an exception since this won't take long... IF %1#==# GOTO If %1#==# means if the v...
Summary: Can someone please help me with writing a batch file? I really don't know much about them. Here is what it needs to do if possible. In a dos promt I c...
Summary: I need help writing a batch file that will allow me to ping a node with the constant ping switch of -t. I administer many servers abd i wanted to have...
Summary: Sure, you can determine if a file is larger than 2kb and less than 4kb. Post a sample of your DIR output, so we can see how it looks. As for your othe...
Summary: As simple as : 1- Create a Text File named YES.TXT (Ex.) 2- In That File Put only one char a "Y" at the beginning and then save it (That file must b...