How do i pass null into stdin like this perl code?

Posted by acidzombie24 on Stack Overflow See other posts from Stack Overflow or by acidzombie24
Published on 2010-03-18T16:58:36Z Indexed on 2010/03/18 17:01 UTC
Read the original article Hit count: 122

Filed under:
|
|
|
|

This is my question and apparently this is the answer. I found you can stdout to null by writing > NUL in command prompt so i tried writing < NUL at the end of my argument. No luck.

How do i pass in null or do something with the IO locks like that perl code does so i can get my ffmpeg script not locking up after 15 or so seconds?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about ipc