9 lines
194 B
Batchfile
Executable File
9 lines
194 B
Batchfile
Executable File
rem 1. The project Root
|
|
rem 2. The executable to run
|
|
rem 3. the level name "gta5" "testlevel" etc...
|
|
|
|
set DEST=%1\assets_ng\export\levels\%3\LODLights.zip
|
|
|
|
p4 sync %DEST%
|
|
p4 edit %DEST%
|