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: 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 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: 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 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: I have no idea how to implement a "remote shutdowner", but here are a few of my thoughts. 1. You're going to hate this, but if this is just your dad'...
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: It's likely more complicated than a registry value or batch file. They're probably using a commercial program like DeepFreeze while will undo any chan...
Summary: I tried your suggestion by creating a line like this; echo MbeSetAppVariable "", "msToolSettings.placeText.type", 0### >>txt_ROAD_ORIGIN.bas and t...
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 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: The .ini is on each client, all of the .ini's bare the same name, and no there are not more then one on each machine. All i need is a batch file that ...
Summary: I am running PsExec from a batch file to run another batch file on a remote system. Here's the basic line: C:\Tools\psexec \\xxx.xxx.xxx.xxx -u admin...