Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Batch compiler
Name: roydoncardozo Date: April 3, 2003 at 06:16:06 Pacific OS: Windows 98 CPU/Ram: Intel Celeron 466Mhz
Comment:
I wrote a batch file to delete contents of Temporary Internet Files folder as well as C:\windows\temp folder and then auto closes its DOS window.Finally I compiled it using BatchCompiler_UK. The normal bat file auto closes properly,however the compiled batch file gives an error saying that WSBC.bat file cannot be found and then does not proceed any further(ie it does not close its DOS window).It was seen that BatchCompiler_UK creates a WSBC.bat file in the windows temp folder and since I delete the contents of the windows temp folder I get this error. The compiled batch file can auto close if I do not delete the contents of the windows temp folder but then the whole idea of compiling the batch file is deafeated since anyone can see the code of WSBC.bat which is the exact replica og the original batch file.Will someone please help.
Summary: I dont see why they need them. But btw, you can write your own append.com (or append.exe if you com2exe it) -> lol, find that batch compiling post, then compile a batch with this in it: @ECHO OFF TYPE...
Summary: Batch files are programs! Batch is an interpretive script language much like perl, awk and qbasic. It is a real low level interface programming language. You can even get batch compilers if you want t...
Summary: good point. i want a IF ERRORLEVEL = 1! :) btw, if anyone knows any *really good* C programmers, I can get the source to BATLITE 1.73 (batch compiler)...