04-01-2019
50,
2
Join Date: Oct 2018
Last Activity: 15 March 2020, 5:38 PM EDT
Posts: 50
Thanks Given: 1
Thanked 2 Times in 2 Posts
Calling system() if certain text appears on the screen.
Hi.
I'm wondering if it is possible to execute system(), if a certain string of text appears on the screen or not?
I want to be able to run system("rz -Z") based on if "B00000000000000" appears on the screen.
rz is a program to recieve files via Zmodem protocol. Is this possible? In C, of course.
Any help and/or input is greatly appreciated.