Files
gtav-src/tools_ng/bin/emailcomposer/commitEmailComposerScript.bat
2025-09-29 00:52:08 +02:00

6 lines
175 B
Batchfile
Executable File

start /WAIT %~dp0commitEmailComposer.exe %1
if EXIST %LOGNAME%.commit-release-file.bat (
call %LOGNAME%.commit-release-file.bat
del %LOGNAME%.commit-release-file.bat
)