BAT to EXE converter?

Never used one but have seen various available. Just google 'bat to exe', or I even think there is one called 'bat2exe'.

I've always liked the idea of it as I have a few batch files I've done for work that could do with being speed up but I'm not sure mine are to do with processing speed more to do with the speed of the data/servers they are working with so not sure it would make much difference.

It would stop people fiddling with them but makes it harder to do quick changes. I am also terrible at the documentation and version control needed once you start compiling code. :D
 
Cheers. I don't really need it for speed, I only need it for a proggie that only runs .EXE files. :)

I'll take a look at bat2exe, hopefully it will do the job.
 
You could maybe use something like:
c:\Windows\explorer.exe c:\runme.bat

provided you can specify parameters.
 
Back
Top Bottom