9 lines
73 B
Batchfile
9 lines
73 B
Batchfile
|
|
cd /d "%~dp0"
|
|
echo Current directory: %CD%
|
|
|
|
MyPcap.exe /install
|
|
|
|
|
|
pause
|