or to let it use the SetOverwrite setting?
at the moment i'll have to use the following code:
or:IfFileExists "x.y" 0 +2
Delete "x.y"
Rename "z.y" "x.y"
it'd be easier this way:CopyFiles "z.y" "x.y"
Delete "x.y"
Rename /FORCE "z.y" "x.y"
3 posts
or:IfFileExists "x.y" 0 +2
Delete "x.y"
Rename "z.y" "x.y"
it'd be easier this way:CopyFiles "z.y" "x.y"
Delete "x.y"
Rename /FORCE "z.y" "x.y"