Task Fixlet issue

(imported topic written by johnism91)

So I have a simple file that I need to move from the download to another dir and it keeps failing …where am off?

Thank for your help / incite,

John

download http://MSP0WBESP001.test.COM:52311/Uploads/b966098a5b41258e729728666eefcc18ad844045/Support.inf.tmp

continue if {(size of it = 359 AND sha1 of it = “b966098a5b41258e729728666eefcc18ad844045”) of file “Support.inf.tmp” of folder “__Download”}

extract Support.inf.tmp

//Move file from download DIR

move __Download\Support.inf “c:\Program Files\Support”

(imported comment written by NoahSalzman)

Two thoughts:

try specifying the name of the file in the destination path

and

is this a 64-bit system?