Hacker News new | ask | show | jobs
by headbiznatch 4720 days ago
Powershell is really quite good if you don't mind learning a slightly different shell. And there are good tools to extend it (PowerGUI is one I like).
2 comments

Powershell on ConEmu is a joy to use, especially after you add in posh-git. When I found out Powershell can instantiate and call .net objects and functions (including threads) I immediately set out to convert all my batch scripts to powershell scripts and haven't looked back.
Nice! Thanks.
ISE on Powershell 3.0 is also somewhat useful