Quote:
Originally Posted by bobbel
well, what i did: when you press a button, it print a bat file that ends with "del clean.bat" and then executes it, so you can't read it and you nearly can't copy it
|
If you really want a batch file... and it must be part of the exe..
My work around would be to create a sub routine which actually creates a new batch file and writes the content to it.
Then run the file and after the execution has completed, delete it.