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: 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: 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: Hi, I am writing a batch file. I am accepting the parameter from user and trying to display message depending on the parameter entered. Here is the ba...
Summary: A batch file consists of a number of commands, each of which may be tested for error level. In your example: ::SET UP CURRENT DATE TO MMDDYYYY FORMAT ...
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...
Summary: i want to write a batch file which send message to other computer in lan on the time specified.how i can do this. zahid hameed BBA(student) www.vu.ed...
Summary: Hi The vbscript checks all the drives on the computer including cdroms dvd's zip dreives ect: If the file Batch file Test.bat exists on any of these...
Summary: oh wow... call get worked. it gets all the calendars now, but they are still saving the html of an error page rather than the ics file itself. This on...
Summary: Hi all, I have a string containing a complete path of a file in my BATCH file . I would like to extract only the path leaving the file name and previo...
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: Hi there, I’m made a menu for an old PC game. Everything’s working pretty great, except that because I needed to add a Registry command in the ba...
Summary: Hi everybody, I’m trying to make a batch file that copies some files from one place to another. The filenames contain a client number so they differ...
Summary: I am writing a batch file to create some secondary files but the ampersand (&) symbol is giving me some problems in the following line, echo MbeSetApp...