Question

Powershell in Custom Menu?

  • 10 March 2021
  • 1 reply
  • 103 views

Userlevel 6
Badge +10

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?


This topic has been closed for comments

1 reply

Userlevel 5
Badge +9

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,