Batch File Compiler

thecoolkid

Baseband Member
Messages
91
Hello all,

I run a server that has five computers and I was wondering if there is anyway that I can compile a batch file into a .exe. It is safer for me to do this because I want to disable batch file processing on the computers because of the people who have access to the other computers. If anyone knows of any clean good ones please post. Thanks.

thecoolkidontheblock

sig.jpg
 
if you get a copy of VB you can add all of the batch file lies as shell calls...

you can get a copy of visual studio (including VB from labs.msdn.com

you could do a simillar thing in C

you could write it in visual basic script (though I assume youlll disable that too?)
 
Back
Top Bottom