Scripting
>>
Perl
>>
How to skip processing errors from operating system command
open(CMD,"
2>NUL |"); eg. open(CMD,"net session \computer 2>NUL |"); while(
) { # PROCESS commands } close(CMD);
Please enable JavaScript to view the
comments powered by Disqus.