Summary: Just thought I'd share this because I have seen many threads about how to compile batch files into executables. All the other ones I have tried don't ...
Summary: I have tried pretty much every free batch file compiler and there is always something that doesnt work on it that I need. I have a call file and i ha...
Summary: There are some batch file "compilers" out there. A google search of "batch compiler" will bring up many. Most of them just compress a text file and ma...
Summary: I am unaware of any such IDE that is free, if you end up using a text editor I would recommend metapad. There are a couple of reasons to use it over s...
Summary: I agree it's much better than the 1.4x versions. It is still a script wrapper, but I didn't expect password protection..... Here's proof it's a script...
Summary: sorry, i forgot to mention: Suppose i am compiling a java file and a batch file is associated with the java file and they both execute simultaneously...
Summary: OK. Got this cracked now. SN, many thanks for the suggestions & pointers re use of .inf files. I've now managed to execute automated registry clear...
Summary: If you just want to compile and run the java program from a single batch file, why don't you try this one? Hope you have already set the java bin pat...
Summary: Hi, I would like to take what the user has set and take it character by character and convert it into somthing else. Example: The user typed in "...
Summary: You cannot open a batch file when the other batch file is closed. You might want to try to start the batch file with: call yourbatchfile.bat and then...
Summary: How can I count a specific character in a line using a batch file Ex: if I pass a line "c:\dir1\dir2\dir3" to the batch file to count "\" then it shou...
Summary: I want to make a batch file that takes a file as a parameter, then connects to a predetermined FTP server and uploads the indicated file, then quits. ...
Summary: Does anyone know how to create a batch file that will automatically get the current date in the format year month day eg. 20060206 (using todays date...
Summary: Hi, I'm very new to writing batch files. I've written a very simple .cmd file to make a couple directories and copy some files into them. This file...
Summary: Hello, I want to run a batch file every couple of hours, that will take the input from a text file and put it into a field in a command I want to run....
Summary: Hi Batch Experts, I have a batch file that (on exec) prints all the files (filename.ext only) in the current dir to a notepad and saves the txt ...
Summary: Does anybody know a way to catch the breaks in a batch file, for instnace if someone presses Ctrl-c then a series of commands can be executed, eg. cle...
Summary: hello i am running a network at school.i need to log all the computers (after using net view) to a notepad. can you do this for me using a batch file?...
Summary: Hey, I have a batch file that I have written that will (eventually) install a few files onto the users computer from a CD Rom. However, I am wondering...
Summary: Hello all and thank you for reading my post. I have a question about a batch file. I have a batch file that will uninstall certain programs by select...
Summary: hello- i would like to create a scheduled task with a batch file. i have used schtasks correctly but whenever it creates a task it wont run. if i ins...
Summary: I need a batch file that will scan multiple subfolders in one folder, look for the most recent modified file in the subfolders, and set the subfolder...
Summary: I want a batch file to open internet explorer and pass it a specific html file to open with. e.g. "c:\program files\internet\iexplore.exe" c:\temp\123...