PowerShell and GTK-Server
Another little five-finger exercise, porting the example VBScript stdin driver to PowerShell. The only annoying thing is that the Start-Process
cmdlet doesn't give you direct access to the streams, so we have to drop into .net to fire up the GTK server process.
No comments :
Post a Comment