10 lines
76 B
Batchfile
10 lines
76 B
Batchfile
|
|
cd /d "%~dp0"
|
|
echo Current directory: %CD%
|
|
|
|
MyPcap.exe /uninstall
|
|
pause
|
|
|
|
|
|
|