Page 1 of 1

Custom Input in the Move To User Defined Command

Posted: 18 Oct 2023 14:18
by Ampere
Hi Guys! can someone help me with this issue...

I already use a custom script command to move selected files to a input name folder...
however i like to use the Move To Menu from the user defined command with a short cut to get some recurrent operations together...
in that function however I'm not being able to figure out a way to specify a location name that will be given by input when the command runs..


here, the script below does not work, nor there's a variable in the tips or help file that work like this...

Code: Select all

$mvf = input("Enter Folder Name", ,'echo "Hi!"', "m"_<dyyyy.mm.dd>-<curbase>);  ; moveto $mvf
thanks

Re: Custom Input in the Move To User Defined Command

Posted: 18 Oct 2023 14:26
by highend
Not possible, use the Run Script category if you want to enter a location manually (via scripting)^^

Re: Custom Input in the Move To User Defined Command

Posted: 18 Oct 2023 15:09
by Ampere
highend wrote: 18 Oct 2023 14:26 Not possible, use the Run Script category if you want to enter a location manually (via scripting)^^
thanks!