In batchman how does one print to a file.
According to the manual, the print function in batchman prints to standard
output, unless an input file has been specified. So, how does one specify
an input file?
Thanks
Caren
I just skimmed through the manual and am also unsure of how to print to a
file. However, as a workaround, one could probably use batchman's
"execute" command to call the unix command, "echo BLAH >> output"
-Jordan