mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
9 lines
329 B
Batchfile
9 lines
329 B
Batchfile
|
::@ECHO OFF
|
||
|
|
||
|
SET WORKSHOPPATH="G:\SteamLibrary\steamapps\common\Arma 3\@epoch"
|
||
|
|
||
|
:: Workshop IDs:
|
||
|
:: EpochExperimental = 455221958
|
||
|
:: Normal Epoch = 421839251
|
||
|
|
||
|
START "" /WAIT "F:\Program Files (x86)\Steam\steamapps\common\Arma 3 Tools\Publisher\PublisherCmd.exe" update /id:455221958 /changeNote:"testing 123" /path:%WORKSHOPPATH%
|