pgm = props["command.go.*.au3"] .. '>%temp%\\AutoIt3.log'
That now works when you do this in the au3.properties:
; for 3.0.101
command.go.*.au3="$(autoit3dir)\autoit3.exe" /ErrorStdOut "$(FilePath)"
; for 3.0.102
command.go.*.au3="$(autoit3dir)\autoit3.exe" "$(FilePath)"
EDIT: Did you see the discussion on Scite_execute ?
Someone has made a build that has this in it and it should run programs silent...
Edited by JdeB, 26 June 2004 - 04:37 PM.





