Page 1 of 1

Backupto Name Change

Posted: 09 Jun 2026 18:13
by zmachine01
I know the syntax for using the backupto script command, but is it possible for the target file to be a different name? All I want to do is add "26" to the front of the copy's name. So "1400.ppf" backs up as "261400.ppf" . More specifically, I want to add 26 to the front of any file that I back up. Thanks

Re: Backupto Name Change

Posted: 10 Jun 2026 09:29
by admin
Try copyas "26*.?"; if you want the backup in the same location, or this otherwise: copyas "26*.?", "<your target path>";. Works on all selected items.

Re: Backupto Name Change

Posted: 10 Jun 2026 18:32
by zmachine01
Works great thanx!