I'm using window scheduler. I found a way :
Save this one line of text as file invisible.vbs:
CreateObject("Wscript.Shell").Run """" & WScript.Arguments(0) & """", 0, False
To run any program or batch file invisibly, use it like this:
wscript.exe "C:Whereverinvisible.vbs" "C:Some Other PlaceMyBatchFile.bat"
thanx
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…