OK! Now you've got my attention!  Cool Stuff!  Can't wait to get a chance
to play with it!  PowerShell has been on my radar but your pipe.exe may
have just given me a reason to bother installing it.

Thanks!

> Included with the demo application is a program named "pipe.exe".
> This is a console application that excepts a pipeline definition as a
> string.
>
> An even better solution is to install  MicroSoft's PowerShell.
>
> With PowerShell you can write scripts like the following:
>
> $pipe = "shell ls"+
>     "|frlabel ----"+
>     "|drop 1"+
>     "|Locate 1"+
>     "|nfind d"+
>     "|spec w6 1"+
>     "|console"
> .\pipe $pipe

Reply via email to