Hi,
I'm trying to create a button to past copied folders and files to an alias named "chemin1".
I used "Clipboard PASTE" but I don't know how to pass the destination folder as an argument...
So I did this for now :
@set cheminlister {sourcepath}
Go /chemin1
Clipboard PASTE
Go {$cheminlister}
So please, how can I do it in a much better way ?
Thanks for your help