waneck / systools

fork of neko-systools ( https://code.google.com/p/neko-systools ) for Haxe 3/Neko 2
Other
49 stars 21 forks source link

Is it possible to add the ability to write stdin in process creation? #22

Open nescribal opened 9 years ago

nescribal commented 9 years ago

Is it possible to add the ability to write stdin in process creation?

MattTuttle commented 9 years ago

Couldn't you use sys.io.Process? This allows you to write to stdin.