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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to run a dos program in the background and hide the window

Status
Not open for further replies.

Nerdhurd

Technical User
Jan 11, 2005
57
0
0
US
Hi all, I have a login script which fires off on all the client computers and id like to hide the window while it runs on the machines. Is there a way to run it in the background or hide it from view in windows?

Kind of like using & after a command in unix

Thanks for the help!
 
Perhaps adding a /q after the executable command (if in a batch file)? Your application should be able to tell you if there is a way to do this, check the help function or the support team for the software.

e-mail me at ddraper at igalaxy dot net
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top