PopG_Run.au3 4.66K
195 downloads#region Doc:
#region Doc: Notes
; Extends functionality for running external programs.
;
; RunErrorsFatal needed to avoid Au3 collapse!
#endregion Doc: Notes
#region Doc: Requirements
; Requires Au3 build 3.1.1.109 or better.
; Also uses include libraries array and constants.
#endregion Doc: Requirements
#region Doc: FunctionList
; _RunWaitOutErr Runs a (dos) command until completion, returning output & error lines into two arrays
; _RunWaitSys Does a RunWait for a command in the system folder
; _RunWaitSysOutErr Does a RunWaitOutErr in Sys folder
#endregion Doc: FunctionList
#region Doc: History
; 20-Feb-06 Als Updated _RunWaitOutErr Debugged further proceessing to ensure line breaks are processed properly.
; 19-Feb-06 Als _RunWaitOutErr updated to separate out data collection from parsing into arrays.
; 13-Feb-06 Als Commented out RegExpReplace on request of two Au3 users.
#endregion Doc: History
#endregion Doc:
Edited by andyswarbs, 19 February 2006 - 10:34 PM.




