Custom Input in the Move To User Defined Command
Posted: 18 Oct 2023 14:18
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...
thanks
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