How to show after i run a batch file in a completely hidden way?
this is the script to run my .Bat file completely hidden:
'HideBat.vbs
CreateObject("Wscript.Shell").Run "MyFile.bat", 0, True
Open in new window
How to do to make'' MyFile.bat'' showing up on cmd.exe ?