Jump to content

puydt

Members
  • Posts

    1
  • Joined

Reputation

10 Good
  1. Hi, I've written some PowerShell scripts which I was able to launch using: PowerShell.exe -File "C:/script.ps1" These executed without issues until I updated to iCUE 3.32.80 (Not sure which version I was running previously) Running the PowerShell.exe via an action works and opens the PowerShell window, but adding arguments doesn't trigger the script to launch anymore. Maybe .ps1 files could be added as a supported executable besides .bat, .cmd and .exe? Or should I use a different syntax to add arguments to my application call? Edit: I currently hotfixed this using an additional .bat file which calls the .ps1 script. Although this isn't the method I'd prefer in the end... Kind regards, Puydt
×
×
  • Create New...