Guy Harris
changed
bug 10733
What |
Removed |
Added |
Status |
UNCONFIRMED
|
RESOLVED
|
Resolution |
---
|
NOTOURBUG
|
Comment # 2
on bug 10733
from Guy Harris
">>F:\Dumpcap_Logs\Total_Count.csv" is not a command-line argument, it's a
redirection of the standard output.
You'll have to figure out how to redirect the standard output to an arbitrary
file from .NET - *and* do so in a fashion that doesn't truncate the file, but
causes writes to be done to the end of an existing file.
I.e., this is not a problem with capinfos, it's a problem with your VB.NET
program.
You are receiving this mail because:
- You are watching all bug changes.