I’m sure we’ve all came across a time when we were programming some type of beneficial or data mining script/batch file that we didn’t want the user to see.  Since there’s no option for running a batch file as hidden, it requires a small hack utilizing vbscript.
To hide batch files when you run them:
1. Create […]