mirror of
https://github.com/ineedbots/t4_bot_warfare.git
synced 2025-04-23 16:25:44 +00:00
13 lines
263 B
Batchfile
13 lines
263 B
Batchfile
@echo off
|
|
:: current dir of this .bat file
|
|
SET mypath=%~dp0
|
|
SET mypath=%mypath:~0,-1%
|
|
|
|
:: %cd%
|
|
set gamepath=%mypath%
|
|
|
|
:: %LOCALAPPDATA%\Plutonium
|
|
set pluto_path=%gamepath%\Plutonium
|
|
|
|
"%gamepath%\plutonium.exe" -install-dir "%pluto_path%" -update-only
|