diff --git a/mmrelay.iss b/mmrelay.iss index f6a30a5..8eb0bda 100644 --- a/mmrelay.iss +++ b/mmrelay.iss @@ -158,7 +158,8 @@ begin end; - batch_file := '"' + sAppDir+ '\mmrelay.exe" config.yaml 2>> "'+sAppDir+'\output.log"' + batch_file := '"' + sAppDir+ '\mmrelay.exe" config.yaml ' + #13#10 + + 'pause' if Not SaveStringToFile(sAppDir+'/mmrelay.bat', batch_file, false) then begin