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

Command line commands with no window?

Status
Not open for further replies.

FK122

Programmer
May 6, 2005
6
CA
Hi guys,

I've managed to have a few commands run by command line from within my script, but I don't like the ugly command window that pops up. Is there any way to get rid of that window using a switch or something?

Ideally, I'd like my script to run without the black popup window. Any ideas?

Thanks,
FK
 
If you use the Run method then set the 2nd argument to 2.

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ222-2244
 
Worked like a charm. For the record, you win PHV :) Thanks.

FK
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top