scriptbglog
PATH

The scriptbglog statement specifies a path/file for output from STDOUT from embedded programs run in the background (Perl, Ruby, Python, PHP).


Parameters

This statement has one parameter:

path – path and filename for file that STDOUT will be routed to.


Description

This statement specifies a path/file for output from STDOUT from embedded programs run in the background (Perl, Ruby, Python, PHP). This statement has no effect if the embedded program is run in the foreground (normal). It is only used if scripttimeout is set to -1 (which forces the script to run in the background).

scripttimeout -1 // run script in background
scriptbglog dbpath()+"Standard Output.txt"
python ||| ... |||

See Also


History

VersionStatusNotes
10.0No ChangeCarried over from Panorama 6.0.