I often want to have a log created from the running executable that I am using in an action.
I typically use the BES Client log folder as the location to put these logs. I’m not sure if this is the best option, but I would definitely recommend against creating files in most other locations under the client folder due to potential conflicts and problems that could happen.
Examples:
http://bigfix.me/fixlet/details/3902
Simplified actionscript:
waithidden dcu-cli.exe /silent /log "{ (pathname of folder "__BESData\__Global\Logs" of parent folder of client) }\Logs_DellUpdate"
This particular app always logs into a folder, not a file. There are actually multiple files created.