Launching Apps with a Press of a Button?

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
Member
Posts: 15
Joined: 13 Oct 2009 03:09

Launching Apps with a Press of a Button?

Post by Member »

I'm trying to create a button where pressing down would run multiple applications all at once.

I have added the commands below, but all I am getting is a drop down menu to click on them to run.

run """<xydrive>\Apps\App1\App1.exe""";
run """<xydrive>\Apps\App2\App2.exe""";
run """<xydrive>\Apps\App3\App3.exe""";
run """<xydrive>\Apps\App4\App4.exe""";

What am I missing?

jaywalker32
Posts: 205
Joined: 27 May 2014 05:24

Re: Launching Apps with a Press of a Button?

Post by jaywalker32 »

In a multi-line script all lines apart from the first line have to be indented by at least one space.

Code: Select all

help("idh_scripting.htm#idh_scripting_multi");

Member
Posts: 15
Joined: 13 Oct 2009 03:09

Re: Launching Apps with a Press of a Button?

Post by Member »

Thanks jaywalker32.

Post Reply