Launch a script from a file batch

Discuss and share scripts and script files...
Post Reply
gialandra
Posts: 28
Joined: 03 Feb 2019 14:12

Launch a script from a file batch

Post by gialandra »

Is it possible launch a script with a command prompt?

jupe
Posts: 2757
Joined: 20 Oct 2017 21:14
Location: Win10 22H2 120dpi

Re: Launch a script from a file batch

Post by jupe »

Yes, and as usual the help file has the answers, you can paste the following into the XY address bar for a direct link to more information:

Code: Select all

::help "idh_commandlineswitches.htm";
and an example (taken directly from the help file):

Code: Select all

XYplorer.exe /script="::msg 'Welcome to XY!';"

gialandra
Posts: 28
Joined: 03 Feb 2019 14:12

Re: Launch a script from a file batch

Post by gialandra »

You are too fast, thank you!

Post Reply