You can use the backticks (`) to execute a system command:This will execute "random system command" and then put the output of the command into $result.Code:$result = `random system command`;
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 3 of 3
Threaded View
|
Click Here to Expand Forum to Full Width |