Files
gtav-src/tools_ng/script/coding/perforce/revertedit.bat
T
2025-09-29 00:52:08 +02:00

8 lines
99 B
Batchfile
Executable File

:Loop
IF "%1"=="" GOTO Continue
p4 revert %1
p4 edit %1
SHIFT
GOTO Loop
:Continue