S stephanie New member Mar 25, 2018 #1 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: Mar 25, 2018
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