Adição CabTab
This commit is contained in:
9
CabTabInstall/deployAgent.bat
Normal file
9
CabTabInstall/deployAgent.bat
Normal file
@@ -0,0 +1,9 @@
|
||||
pushd \pilotgames
|
||||
NET STOP PilotGameAgent
|
||||
echo %1 >> agent_version.log
|
||||
del /Q game_agent\*
|
||||
copy downloads\PilotGameAgentRelease-2026.6.2.1.zip game_agent\.
|
||||
cd game_agent
|
||||
PowerShell Expand-Archive -Force -Path "PilotGameAgentRelease-2026.6.2.1.zip" -DestinationPath "."
|
||||
NET START PilotGameAgent
|
||||
popd
|
||||
Reference in New Issue
Block a user