Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Stdin to file  (Read 2323 times)

0 Members and 1 Guest are viewing this topic.

xbrona

  • Guest
Stdin to file
« on: October 24, 2005, 03:25:26 AM »
Is it possible in dos batch to copy standard input to file?

And how?

Thanks,

XBrona

uli_glueck

  • Guest
Re: Stdin to file
« Reply #1 on: October 24, 2005, 05:49:59 AM »
You can write it with >>file.txt   (for example)
With > it makes a new file.

uli

vibhor_agarwalin



    Adviser

    Re: Stdin to file
    « Reply #2 on: October 25, 2005, 05:42:41 AM »
    > is standard output i think.

    copy con might serve the purpose.
    Vibhor Kumar Agarwal