diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2019-05-07 22:23:34 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2019-05-07 22:23:34 +0200 |
commit | 3b8ee025edd045b962c21d09dd1ef86e1e48aae4 (patch) | |
tree | 294f2015bf65813b6cd23d7cfa265ccd21cd1ac3 /PastDSE-Manual-Map-Release.bat |
initial commit
Diffstat (limited to 'PastDSE-Manual-Map-Release.bat')
-rw-r--r-- | PastDSE-Manual-Map-Release.bat | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/PastDSE-Manual-Map-Release.bat b/PastDSE-Manual-Map-Release.bat new file mode 100644 index 0000000..2276725 --- /dev/null +++ b/PastDSE-Manual-Map-Release.bat @@ -0,0 +1,13 @@ +@echo off + +set PDSECTRL="%~dp0\..\PastDSE\x64\Debug\PastDSECtrl.exe" +if not exist %PDSECTRL% set PDSECTRL="%~dp0\..\PastDSE\bin\x64\Debug\PastDSECtrl.exe" + +call %~dp0\..\PastDSE\driver-start.bat +%PDSECTRL% %~dp0\x64\Release\KMemDriver.sys +call %~dp0\..\PastDSE\driver-stop.bat +REM fsutil usn deleteJournal /D C: + +REM set /p wndtitle="Enter Window Title: " +REM IF [%wndtitle%] == [] (%~dp0\x64\Release\KTest.exe) ELSE (%~dp0\x64\Release\KTest.exe wnd "%wndtitle%") +timeout /t 3
\ No newline at end of file |