Page 1 of 1

Launch a script from a file batch

Posted: 13 Feb 2019 00:19
by gialandra
Is it possible launch a script with a command prompt?

Re: Launch a script from a file batch

Posted: 13 Feb 2019 00:26
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!';"

Re: Launch a script from a file batch

Posted: 13 Feb 2019 00:30
by gialandra
You are too fast, thank you!