From 84c2170f4d0490395761ff594d4863073e08d10d Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Mon, 23 Mar 2020 23:57:53 +0100 Subject: * added batch scripts to vs project * fixed driver-start Signed-off-by: Toni Uhlig --- driver-start.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'driver-start.bat') 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 ( -- cgit v1.2.3