Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
What the heck, it's Friday let's drive some people nuts.
#3
(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).
I expect this would require a third party program to help me.
Well, in the MSDOS window of Windows 95 and up, you could run a command of dosomething.exe arg1 "argument 2" arg3 >results.lst
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
Reply


Messages In This Thread
RE: What the heck, it's Friday let's drive some people nuts. - by TDarcos - 10-20-2024, 06:36 PM



Users browsing this thread: 1 Guest(s)