update: 添加workBench启动脚本
This commit is contained in:
15
BootWorkBench/workbench.bat
Normal file
15
BootWorkBench/workbench.bat
Normal file
@@ -0,0 +1,15 @@
|
||||
@echo off
|
||||
@REM 无需理会
|
||||
set "modpath=%1"
|
||||
@REM 修改这里的路径, 会将这里的路径映射到P盘
|
||||
set "PdirPath=E:\WorkSpace\DayZData"
|
||||
|
||||
if exist P:\ (
|
||||
echo Drive P: is already mapped.
|
||||
) else (
|
||||
subst P: "%PdirPath%"
|
||||
echo Drive P: mapped to %PdirPath%
|
||||
)
|
||||
|
||||
@rem这里需要设置workbenchApp所在目录
|
||||
start /d "E:\SteamLibrary\steamapps\common\DayZ Tools\Bin\Workbench" workbenchApp.exe "-mod=%modpath%"
|
||||
Reference in New Issue
Block a user