[Wine] piping with wine question

ToddAndMargo ToddAndMargo at zoho.com
Sun Oct 16 19:55:57 CDT 2016


On 10/16/2016 09:17 AM, Liam Proven wrote:
> On 16 October 2016 at 14:54, ToddAndMargo <ToddAndMargo at zoho.com> wrote:
>> What are the rules for piping stuff to Windows
>> programs with Wine?
>
> I don't think you can pipe things to Windows programs at all, on any OS.
>

Sure you can.  Do it all the time.


|     Pipe the output from one command into another command.

&     Run two commands with a single command line, e.g.
       copy x.txt y.txt & copy a.dat b.dat

||    Run the command to the right only if ErrorLevel > 0
       copy x.txt z.txt || echo Error!

&&    Run the command to the right only if ErrorLevel = 0
       copy x.txt z.txt && echo Success!

-- 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Computers are like air conditioners.
They malfunction when you open windows
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~





More information about the wine-users mailing list