How to download a file using bigfix on specific folder

I want to put a file using bigfix on specific folder of each device.
Please tell me the way if you know.

Ex
Put Test.txt on “C:\Program Files\“

I’m not on front of my computer. But you have 2 ways.

  1. Using CMD as if you were coping

dos xcopy /E /H /K /O {"__Download"} “C:\program files\*”

(Basically put down and enter like if you were using the copy or xcopy command from the command line)

  1. Using action script

Copy {__dowloads} “c:\program files”. .

Something like that.

If you are extracting the file from an attachment and the target folder exists, you can add the target path to the ‘extract’ line after the hash of the download. Remember to use quotes if your path has a space.

extract {hash of download} {path to extract}

if I’m not mistaking, as ong as you have the action set to push if relevant again it will execute as long is the condition still true.