Run Process echo \| call my_batch_file_needing_input.bat shell=TrueHi,
I don't think there's a real built-in way. You can, however, run
processes using the Process library [1] and should be able to get an
access to the stdin of the started process and even write to it.
Having a separate keyword in the Process library to support writing to
stdin would be nice. I think there were some non-trivial design
decisions to be made and that's why it wasn't added initially, but I'm
fairly certain adding it wouldn't be overly complicated.
[1] http://robotframework.org/robotframework/latest/libraries/Process.html
Cheers,
.peke
--
You received this message because you are subscribed to the Google Groups "robotframework-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to robotframework-u...@googlegroups.com.
To post to this group, send email to robotframe...@googlegroups.com.
Visit this group at https://groups.google.com/group/robotframework-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/robotframework-users/3fa1421e-77e0-420e-ad58-c19849c3e59b%40googlegroups.com.