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

redirect system call

Status
Not open for further replies.

gregaug

Programmer
Sep 9, 2005
61
US
hello,

How can a redirect a system call in Windows so the output isn't displayed on the screen?

thanks for any help
 
Is this a perl question?
Code:
my @output = qw{systemcall.exe};

Steve

[small]"Every program can be reduced by one instruction, and every program has at least one bug. Therefore, any program can be reduced to one instruction which doesn't work." (Object::perlDesignPatterns)[/small]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top