8 lines
109 B
Batchfile
Executable File
8 lines
109 B
Batchfile
Executable File
@echo off
|
|
|
|
|
|
cd X:\gta5\build\dev_ng\
|
|
del script.log
|
|
|
|
type %1 | findstr /R ^.*\[Script.*$ > script.log
|