rameshgsl has asked for the wisdom of the Perl Monks concerning the following question:
This following statement is not working. if i run the same code from cmd prompt then it is working fine.
system ("C:\\Program Files\\Wireshark\\tshark.exe " , "-i 3", "-c","10 +" ,"> c:\\ram.txt");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: System command is giving error if we redirect output to file
by cdarke (Prior) on Dec 10, 2008 at 12:39 UTC | |
|
Re: System command is giving error if we redirect output to file
by roboticus (Chancellor) on Dec 10, 2008 at 12:41 UTC | |
|
Re: System command is giving error if we redirect output to file
by Anonymous Monk on Dec 10, 2008 at 13:56 UTC | |
by rameshgsl (Initiate) on Dec 17, 2008 at 10:25 UTC |