Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Scheduled BAT file: can the window be hidden?

Status
Not open for further replies.

cheer8923

Programmer
Joined
Aug 7, 2006
Messages
230
Location
US
When it runs, it brings up a dos window briefly. Is there any way to hide this window?

Thanks!
 
If you use a login other than any normally used on the machine and run the task with those credentials then any other login will not see the task happening unless they look with task manager.

Jock
 
Found one using vbs

CreateObject("Wscript.Shell").Run """" & WScript.Arguments(0) & """", 0, False
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top