#AIRBOSS SRS

This commit is contained in:
Applevangelist
2023-06-21 10:25:30 +02:00
parent c88bb3bbdb
commit 925ac7907b
2 changed files with 37 additions and 3 deletions

View File

@@ -861,7 +861,7 @@ end
-- @param #string command Command to executer
-- @return #number Return value of os.execute() command.
function MSRS:_ExecCommand(command)
self:T("SRS TTS command="..command)
-- Create a tmp file.
local filename=os.getenv('TMP').."\\MSRS-"..STTS.uuid()..".bat"