Querdenker

Hidden batch execution

Sometimes you need to execute a batch script unseen without showing up the command promt window while the script is being processed.

In this case you can do this with a little help from an VBScript. As an example i added a batch file wich echoes "hello world" to the command prompt after execution of the VBS file.

Of course you wouldnt see anything of whats happening. Because of that it will also pipe the echo in a TXT file named "unseen.txt" which will be created in the same place as the script itself.

Download: hidden_batch.zip