SC moveto parameter not working ?

Things you’d like to miss in the future...
Post Reply
Daniel0312
Posts: 154
Joined: 15 Feb 2016 10:48

SC moveto parameter not working ?

Post by Daniel0312 »

Hi,
I have an old script that doesn't seem to act as before...

Code: Select all

moveto "D:\MyProg\Save",D:\MyProg\*.exe",,,,2; //on_collision > overwrite
Starting with XY version 22.00.0100 I'm getting a Windows confirmation dialog on same file name.
I just reverted to 21.90.0000 and it works the way it used to, silently.
Has anything changed between these 2 versions that can explain the different behavior and if so, how can I restore the previous one ?
Daniel
Windows7 SP1 x64 / XY latest stable

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

Re: SC moveto parameter not working ?

Post by highend »

Is that a direct copy of your script?
It's missing a "
One of my scripts helped you out? Please donate via Paypal

Daniel0312
Posts: 154
Joined: 15 Feb 2016 10:48

Re: SC moveto parameter not working ?

Post by Daniel0312 »

Hi highend,
thanks for speedy answer !
yes sorry, you're right, I missed a " when posting.

Code: Select all

moveto "D:\MyProg\Save","D:\MyProg\*.exe",,,,2; //on_collision > overwrite
this line just moves the exe files in a sub folder and worked perfecly before.
Daniel
Windows7 SP1 x64 / XY latest stable

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

Re: SC moveto parameter not working ?

Post by highend »

It fails since 22.00.0004

Probably a regression because of this change:
SC moveto, copyto, backupto: Added new value 11 (= Overwrite if different
contents) to the on_collision parameter:
One of my scripts helped you out? Please donate via Paypal

Daniel0312
Posts: 154
Joined: 15 Feb 2016 10:48

Re: SC moveto parameter not working ?

Post by Daniel0312 »

OK, I see it.
I guess I'll have to wait for a fix.
Thank you !
Daniel
Windows7 SP1 x64 / XY latest stable

admin
Site Admin
Posts: 60357
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: SC moveto parameter not working ?

Post by admin »

Confirmed. :tup: Fix comes later today.

Post Reply