Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

Re: Do Not Overwrite Exisitng Files

I synchronize (with -criteria=none) rather than put.
Suggy

Do Not Overwrite Exisitng Files

Hey,

I have a very basic script along the lines of:

open mysession
put c:\directory
exit

Now this has a prompt for overwriting files and "o" means no to all.

How can I put that flag in the script so that it auto skips existing files?

Thanks