backupto no confirmation

Discuss and share scripts and script files...
highend
Posts: 13274
Joined: 06 Feb 2011 00:33

Re: backupto no confirmation

Post by highend »

but i have not found what i need....
I've posted several times what you need
oh guys, i don't understand your problem in helping me....
Because it's always the same. You're saying that you've read the docs and in the next sentence clearly prove that you haven't.

[flags] is the 4th parameter and your last post shows that you are only providing three.
Don't you think that you should be able to count if you want to script something?
One of my scripts helped you out? Please donate via Paypal

swan_x
Posts: 321
Joined: 08 Oct 2009 12:27

Re: backupto no confirmation

Post by swan_x »

Code: Select all

copyto [location], [source], [rootpath], [flags]
then

Code: Select all

copyto [location], [source], 2, 2;
this simple string took 2 days... bye bye

highend
Posts: 13274
Joined: 06 Feb 2011 00:33

Re: backupto no confirmation

Post by highend »

this simple string took 2 days...
Yeah, guess why and btw you once again haven't understood what you're providing as parameters *sigh*
One of my scripts helped you out? Please donate via Paypal

swan_x
Posts: 321
Joined: 08 Oct 2009 12:27

Re: backupto no confirmation

Post by swan_x »

sorry, bad post.
i have understand my error. work fine with:

Code: Select all

copyto [location], [source], , 2, 0, 2;
Regards.
Last edited by swan_x on 07 Mar 2020 15:25, edited 1 time in total.

highend
Posts: 13274
Joined: 06 Feb 2011 00:33

Re: backupto no confirmation

Post by highend »

The answer is in this thread. Go, find it, read it. 1.000.000 times. Understand it!
One of my scripts helped you out? Please donate via Paypal

swan_x
Posts: 321
Joined: 08 Oct 2009 12:27

Re: backupto no confirmation

Post by swan_x »

with this command

Code: Select all

copyto [location], [source], , 2, 0, 2;
need location and source. we have alternative to select one/multiple file (or folder) then run script?
(this intent to avoid source path, which may be different... i have file (or folder) on different source to put in same location)

highend
Posts: 13274
Joined: 06 Feb 2011 00:33

Re: backupto no confirmation

Post by highend »

Read the docs about copyto, it's clearly stated how to do that^^
One of my scripts helped you out? Please donate via Paypal

swan_x
Posts: 321
Joined: 08 Oct 2009 12:27

Re: backupto no confirmation

Post by swan_x »

understand. this work correctly

Code: Select all

copyto "D:\folder", , , 2, 0, 2;

Post Reply