Closed
Description
Much like #194 , while it's possible to write a wholesale wrapper to a PowerShell or PipeScript scriptblock or file, being able to generate a complex batch file using inline PipeScript would be more interesting and valuable.
Unfortunately, while Bash files support heredocs, Batch files are limited to single line comments.
Fortunately, #197 adds this capability to PipeScript.