Scrat New Member Jun 2, 2006 #1 Can someone please tell me how i can make a batch file that will continuously run the command... NETSTAT -N And out put the results to a single text file with a date/time stamp? Thanks
Can someone please tell me how i can make a batch file that will continuously run the command... NETSTAT -N And out put the results to a single text file with a date/time stamp? Thanks
Cromewell Administrator Staff member Jun 2, 2006 #2 :LOOP netstat -n >> text.txt ver | date >> text.txt ver | time >> text.txt goto LOOP
apj101 VIP Member Jun 2, 2006 #3 may want to build a pause in there, otherwise the file will get big... fast
Cromewell Administrator Staff member Jun 3, 2006 #4 This is true...very true but that's why we have giant harddrives right I was also too lazy to build an auto kick out, you have to manually break it
This is true...very true but that's why we have giant harddrives right I was also too lazy to build an auto kick out, you have to manually break it