Custom Input in the Move To User Defined Command

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
Ampere
Posts: 29
Joined: 21 Aug 2022 06:04

Custom Input in the Move To User Defined Command

Post 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
Attachments
Manage User-Defined Commands 18_10_2023 , 09_10_14 ScreenShot.png
Manage User-Defined Commands 18_10_2023 , 09_10_14 ScreenShot.png (32.59 KiB) Viewed 703 times

highend
Posts: 14566
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Custom Input in the Move To User Defined Command

Post by highend »

Not possible, use the Run Script category if you want to enter a location manually (via scripting)^^
One of my scripts helped you out? Please donate via Paypal

Ampere
Posts: 29
Joined: 21 Aug 2022 06:04

Re: Custom Input in the Move To User Defined Command

Post 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!

Post Reply