AFAIK, you can't encrypt a batch file. It has to be plain text
for the system to read and execute it. There are utilities
that will compile or "convert" a batch file into a .COM
or .EXE file. This should obfuscate it enough so that
most people wouldn't know what it will do on execution.