Launching Apps with a Press of a Button?
Posted: 04 Mar 2020 05:52
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?
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?