|
|
|
|
|
by drblast
4963 days ago
|
|
Seriously, MS has been going toward easy scripting for years: http://en.wikipedia.org/wiki/Windows_PowerShell And Powershell ISE is like bash with Intellisense. You can access .Net from Powershell and pretty much do anything you want. You can easily write new commands in C#. Everything you want is already there. You just have to step slightly out of the Unix mindset to find the Windows equivalent. And I'd have to say that the powershell idea of passing objects around instead of text is exceptionally useful. |
|