6 lines
145 B
Batchfile
Executable File
6 lines
145 B
Batchfile
Executable File
cd /d %~dp0
|
|
|
|
dir /b/s %RS_CODEBRANCH%\game\script_headers\*.sch > sch.txt
|
|
dir /b/s *.sch >> sch.txt
|
|
randomizenatives sch.txt gta5_files.txt
|