|
@@ -11,5 +11,7 @@ if exist P:\ (
|
|
echo Drive P: mapped to %PdirPath%
|
|
echo Drive P: mapped to %PdirPath%
|
|
)
|
|
)
|
|
|
|
|
|
-@rem这里需要设置workbenchApp所在目录
|
|
|
|
|
|
+@REM 卸载P盘命令: subst P: /d
|
|
|
|
+
|
|
|
|
+@REM 这里需要设置workbenchApp所在目录
|
|
start /d "E:\SteamLibrary\steamapps\common\DayZ Tools\Bin\Workbench" workbenchApp.exe "-mod=%modpath%"
|
|
start /d "E:\SteamLibrary\steamapps\common\DayZ Tools\Bin\Workbench" workbenchApp.exe "-mod=%modpath%"
|