| 1. |
Solve : Netsat Output with timestamp? |
|
Answer» I have a simple batch file netstat -n -p tcp >> C:\temp\Capture_%date:~-4,4%%date:~-10,2%%date:~-7,2%.txt I need to have the time in the text file each time it is appended.Quote from: sd621 on December 13, 2015, 08:46:58 PM What can I add to the above batch file to get the date to show each time the file is appended? I THINK there's a fly in the ointment here. Thanks for the help, works fine. |
|