For the life of me I cant figure this out. After preforming Copy "C:\Users\...\...\New_File\Pureref_NewV1.pur" TO {sourcepath} I want the file selected as well, so I can perform further changes on it such as SetAttr MODIFIED=now
Copy "C:\Users\...\...\New_File\Pureref_NewV1.pur" TO {sourcepath}
SetAttr MODIFIED=now
Much appreciated!
Appending this should work:
SetAttr FILE={sourcepath}Pureref_NewV1.pur MODIFIED=now
Perfecto! Thank you so much once again.
You could also use this:
Copy COPYFILETIMES=no "C:\Users\...\...\New_File\Pureref_NewV1.pur" HERE
You can also add COPYCREATIONTIME=yes if you want the Creation timestamp copied over and only want Modified bumped to now.
COPYCREATIONTIME=yes
(Edit: Replaced TO {sourcepath} with HERE, which is a bit nicer.)
TO {sourcepath}
HERE
I can see both COPYFILETIMES=no and COPYCREATIONTIME=yes coming in handy! Thanks!
COPYFILETIMES=no