Hello,
I am trying this:
$cmd_shortcut = "powershell notepad.exe";
system($cmd_shortcut);
I do get this to work:
system("dir");
I am using ExeOuput 1.7
Best regards,
Steph
Hello,
I am trying this:
$cmd_shortcut = "powershell notepad.exe";
system($cmd_shortcut);
I do get this to work:
system("dir");
I am using ExeOuput 1.7
Best regards,
Steph
Upgrade to ExeOutput 2018.1 and retry.