We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 010c273 + 654ed03 commit d70926dCopy full SHA for d70926d
useragent/windows/DNSF_UA_debug.bat
@@ -117,8 +117,14 @@ ECHO ---------------------------------------- >> %debugfile%
117
Echo:
118
119
netstat -an | findstr 53 >> %debugfile%
120
+ECHO Copying Roaming Client logs to %workdir%
121
+ECHO ---------------------------------------- >> %workdir%
122
+xcopy /S /I /Q /Y /F "C:\Program Files\DNSFilter Agent\logs.txt" "C:\temp\"
123
+xcopy /S /I /Q /Y /F "C:\Program Files\DNS Agent\logs.txt" "C:\temp\"
124
+ECHO COPY COMPLETE
125
ECHO FINISHED!!
-ECHO THE RESULTS HAVE BEEN WRITTEN TO %debugfile%
126
+ECHO THE RESULTS OF DEBUGGER HAVE BEEN WRITTEN TO %debugfile%
127
+ECHO ALL LOGS HAVE BEEN COLLECETED, PLEASE PROVIDE TO SUPPORT.
128
129
130
PAUSE
0 commit comments