10-20-2024, 06:36 PM
(10-18-2024, 10:41 AM)doppler Wrote: I want to automate some commands in a CMD window. I need to capture output and input "only from that window" (text only in this case).Well, in the MSDOS window of Windows 95 and up, you could run a command of dosomething.exe arg1 "argument 2" arg3 >results.lst
I expect this would require a third party program to help me.
so putting that command in a QB64 SHELL command, then read that results.lst file. On Linux you use the same type of command sequence. If I am misunderstanding you, please give more details.
"Well there must be some misunderstanding."
- Phil Collins
While 1
Fix Bugs
report all bugs fixed
receive bug report
end while
Fix Bugs
report all bugs fixed
receive bug report
end while