I'm a little confused how do I configure a new task in ConEmu to run launch powershell console with -File parameter. if I add -file "filename.ps1" then that file is executed and then console is closed, I'd like to console to rename open.
Asked
Active
Viewed 566 times
2
-
Learn about `PowerShell -?` and `-noexit` switch. – Maximus Jun 08 '16 at 17:48
-
Why it's not required -noexit switch on default Powershell task? Just added -noexit and it still exits – Gregory Suvalian Jun 08 '16 at 19:42
-
Not a `-file` but `-command`. – Maximus Jun 08 '16 at 23:00