I use VBScripts to hide it, for example:
Set objShell = WScript.CreateObject("WScript.Shell") objShell.Run("%batchfile%"), 0, True
for example, the bat file I want to run is run.bat , then I will do like this
objShell.Run("run.bat"), 0, True
Instead of running the batch file, run the vb file.
Write it in a notebook and save as * .vbs
Bali c
source share