You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
REM Write our configuration directory to the registry
18
+
rem install
19
+
set"DRIVER_DIR=%~dp0\VirtualDisplayDriver"
20
+
echo driver directory:%DRIVER_DIR%
21
+
rem Get root directory,current in the scripts directory.
22
+
for%%Iin ("%~dp0\..\..") doset"ROOT_DIR=%%~fI"
23
+
set"CONFIG_DIR=%ROOT_DIR%\config"
24
+
set"VDD_CONFIG=%CONFIG_DIR%\vdd_settings.xml"
25
+
echo driver config path: %VDD_CONFIG%
26
+
27
+
REM It is always a good choice to copy configurations from the original directory to the configuration directory, whether for recovery or backup purposes
28
+
copy"%DRIVER_DIR%\vdd_settings.xml""%VDD_CONFIG%"
29
+
30
+
REM The default read is the directory configured in the registry. We need to configure the directory in the registry
0 commit comments