aboutsummaryrefslogtreecommitdiff
path: root/driver-start.bat
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2020-03-23 23:57:53 +0100
committerToni Uhlig <matzeton@googlemail.com>2020-03-23 23:57:53 +0100
commit84c2170f4d0490395761ff594d4863073e08d10d (patch)
tree9a3cfb1e1ddc6aff0ec06eaf4ecd24bc4dedbe01 /driver-start.bat
parentb223166a29a195d96d3005365ceb3e15c4f1aba3 (diff)
* added batch scripts to vs project
* fixed driver-start Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'driver-start.bat')
-rw-r--r--driver-start.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver-start.bat b/driver-start.bat
index acb4824..ce06171 100644
--- a/driver-start.bat
+++ b/driver-start.bat
@@ -1,7 +1,7 @@
@echo off
set SCNAME=PastDSE
set DRIVER="%~dp0\x64\Debug\PastDSEDriver.sys"
-if not exist %DRIVER% set DRIVER="%~dp0\bin\x64\Debug\PastDSEDriver.sys"
+if not exist %DRIVER% set DRIVER="%~dp0\bin\x64\Debug\PastDSEDriver-cert_0.sys"
net session >nul 2>&1
if %ERRORLEVEL% EQU 0 (