#7491
noespam
Member

Snippets are coming along nicely :)

When I use powershell code for a snippet, the output window waits for a carriage return before inserting the output into text. Try this.

`#cmd powershell dir -name`

The syntax seems limiting. Difficult to put anything but trivial code in a one-liner short of invoking a script file. May I suggest something like the shebang in unix scripts?

#!cmd
code here
and here

and here

#!ps
code here
and here

and here