Hello
I have 2 folders, both contain the same tree, with the same folders name.
To work with them, i open one folder on the left, and one on the right, and i have made my own commands :
Create a folder left and right, go back left and right...
Now i want to make a button that is able to rename a folder left and right.
So the button has to select the folder with the same name, on the other side, and rename them.
I wrote this code :
@set name {dlgstring|Entrez le nouveau nom...}
set focus=toggle
Select DESTTOSOURCE DESELECTNOMATCH
rename TO "{$name}"
set focus=toggle
rename TO "{$name}"
It works well when i am on the right side, but when i launch it on the left, it doesn't !
Can you help me ??
Thanx in advance