Dear community, I am interested to see if anyone has any experience or examples of executing Powershell commands from a custom menu? i.e. to perform any sort of O/S function , open explorer , etc?
Page 1 / 1
Dear community, I am interested to see if anyone has any experience or examples of executing Powershell commands from a custom menu? i.e. to perform any sort of O/S function , open explorer , etc?
You can use something like below.
"C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" "ipconfig"
Everything is explained in the technical documentation.
External Program Custom Menu Sample (ifs.com)
Regards,
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.