Powershell with cmd command

stephanie

New member
Hello,

I am trying this:
Code:
$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
 
Last edited:
Back
Top