- aggiunta virgolette su lancio editor con file da aprire
This commit is contained in:
@@ -177,7 +177,7 @@ function RunMachiningParamCalc.Exec()
|
||||
end
|
||||
file:close()
|
||||
local sReadProgPath = EgtGetStringFromIni( '3dPrinting', RESULT_READ_PROG, "", EgtGetIniFile())
|
||||
if not sReadProgPath or not EgtWinExec( sReadProgPath .. ' ' .. sResultFile) then
|
||||
if not sReadProgPath or not EgtWinExec( '"'..sReadProgPath..'" "'..sResultFile..'"') then
|
||||
EgtOutBox( 'Impossible opening software to show results. You can find them in ' .. sResultFile, 'Error', 'ERROR')
|
||||
end
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user