6 lines
159 B
Batchfile
6 lines
159 B
Batchfile
@echo off
|
|
|
|
REM Attempts to uninstall the version of P4VUtils provided by UGS
|
|
|
|
CALL %localappdata%\UnrealGameSync\Tools\P4VUtils\Current\P4VUtils.exe uninstall
|