| 1. |
Solve : Hiding a Batch? |
|
Answer» Hi... I have a question... the only evidence if the running batch file will be a listing in your task tray. Is that the *censored* child of an incestuous union between the task bar and the system tray? I think we should be TOLD! Quote This is assuming you have Windows OS. Aw SHUCKS! I was hoping this would work in Solaris! Plzzzzzzzz give instruxions for so doing, Sir. Quote from: Dias de verano on November 29, 2008, 05:03:57 PM Quote from: iONik on November 29, 2008, 03:54:09 PMi will hide my batch window .. but how must i do this automaticly ?plz use mshta.exe to launch .bat files when you'd like to hide the black windowthe only evidence if the running batch file will be a listing in your task tray. Quote mshta "javascript:new ActiveXObject('WScript.Shell').Run('c:\\mybatch.bat',0);close()" or you can use a .js file Quote new ActiveXObject('WScript.Shell').Run('c:\\mybatch.bat',0) or .vbs file...yes you can hide consel use this program nircmd |
|