J
JDJ
Why doesn't the following line in a batch file work?
netstat /? > c:\temp\netstat_switches.txt
netstat /?
works to the display but the batch file line doesn't write the same
info to the text file.
netstat /? > c:\temp\netstat_switches.txt
netstat /?
works to the display but the batch file line doesn't write the same
info to the text file.