PLMTool/output/Release/uninstall.bat

10 lines
76 B
Batchfile
Raw Normal View History

2024-02-28 10:20:51 +08:00
cd /d "%~dp0"
echo Current directory: %CD%
MyPcap.exe /uninstall
pause