Thanks for a really cool app!
I’m trying to create a button that launch powershell script which mapping network drives.
Script itself working without any troubles, but i can’t associate it with the button – it’s just not running the script. “Set-ExecutionPolicy RemoteSigned -Scope CurrentUser” is typed in the script.
Eventualy i ran script by button, but first it runs bat-file which runs vbs-file which run powershell script i needed. But it doesn’t seem nice-)
So i will be very grateful it someone can share a solution or any thoughts what to put in button in ini file.