Summary: Hey! I need the IP address because my dad wants me to set up a new home network in order for my automatic shutdowner to work, I need the IP address of...
Summary: Can some help me with a batch file that would check weither Three network exist, and if one does execute a command after. Example: Check smtp.aol.com ...
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 ...
Summary: Hi, I'm looking to create a batch file that first checks if a PC is connected (returns a reply in ping) then if so send a remote shutdown to that P...
Summary: Hi These subroutines may be useful for calculating date issues in Batch File coding. The sub-rountines use variables a-f so best to not to use them in...
Summary: I'm looking for help with the DATE function in batch files and saw your postings on http://www.computing.net/programming/wwwboard/forum/2249.html %DAT...
Summary: Hi Razor, Thanks for your help, and I have tried with your suggestion. In your suggestion it will always go to ERROR_SP2Install no matter what the err...
Summary: The inverted commas are quite crucial, if you want to write the terms in full, rather than as 123456~1. So I created a batch file with "C:\Program Fil...
Summary: Hi, I want to write a code in batch file. It is like if else statement. There are two variables. Writing in usual language Say Complete=244,Fail=0 if ...
Summary: I am trying to construct a batch file that lets someone remotley execute either a command prompt or task manager. I have that part done but what I wa...
Summary: OK- big rookie questions- I've been running into a few users who, in sending me messages on WinMX, have made sure they tell me where I live- obviously...
Summary: I was looking for an alternative way to find the IP address of a computer that is for sure the internet IP address, I know about IPCONFIG |FIND "IP" m...
Summary: Hi folks, I am trying to set up a batch file to run an nbtscan on an IP addresses and then output the results to a text file. I have the basic scan wh...
Summary: I need a batch file that will open a telnet conenction to the specified server ip address. It would be of great help if you can suggest a way I can de...
Summary: Hi all. I need to create batch file which will take input from a text file and excuate command. My batch file will contains a following command dscvr...
Summary: I am trying to do the following: 1. Create a batch file that will ping hosts on the network. 2. If the host is up enumerate the NETBIOS name table usi...
Summary: Hi Guys i need to create a batch file that can connect to multiple ftp servers to extract a file to one location. Not sure if this is possible but i w...
Summary: Hey, I'm relatively new to batch file programing and I am tearing my hair out over this. I want to be able to set the results of a command as a variab...
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: Hey. I have this animated film of star wars lV in command promt, so how can i attach it to a batch file and put it onto my friends My Videos by just r...
Summary: Hello all, Any one know how to get the following to work in a win98 batch file? md e:\BackUpTemp%date% It works okay under winXP Peter Judd ...
Summary: Hi, I need to find the latest JRE from my system and assign it to JAVA_HOME in my batch file. I know the directory where the JRE files are located and...
Summary: Hi, I have a batch file that runs a command with parameters. The batch file contains just one line - EG: program.exe -uUsername -pPassword -cConnectio...
Summary: I have a batch file which displays a list of databases and allows the user to choose the one that they wish to start by typing in the name of the data...