MemoryCheck/resource/install.bat

9 lines
78 B
Batchfile
Raw Normal View History

2025-08-20 11:22:14 +08:00
cd /d "%~dp0"
echo Current directory: %CD%
MemoryCheck.exe /install
pause