ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > FARR Plugins and Aliases

Looking for current vesion of Console (FARR2 Plugin): get version failed

<< < (2/4) > >>

djbobo:
anything new about that?
in the mean time, if anyone have a version of console pluging to upload, I would appreciate that.  :up:

mouser:
FARR built in console stuff is all working well now.

if you create an alias and make the result:
aptest | appcap c:\windows\system32\ping.exe donationcoder.com;;;showmemo %lastappcap%

then you will see how it runs the console command "c:\windows\system32\ping.exe donationcoder.com" and then displays result in window.

djbobo:
Thanks, Excellent!  :Thmbsup:

regexp:

--- ---^rc ([^ ]*) ?(.*)?
result:

--- ---Run console command: $$1 $$2 | appcap $$1 $$2;;;showmemo %lastappcap%
Any way of returning the console output immediately when there is an output? and not waiting for the console to terminate?

mouser:
Any way of returning the console output immediately when there is an output? and not waiting for the console to terminate?
--- End quote ---

that is a great question.  the answer is yes -- i just have to figure out a different command to say that is what is wanted.
probably what i will do is something that looks like this:


--- ---Run console command: $$1 $$2 | showmemo Output is:;;;appcapappendmemo $$1 $$2
which would basically say to put the text "Output is:" in the memo, and then run the command console program $$1 $$2, appending the output lines to the memo in the process.

seem reasonable?

djbobo:
Seems just fine, with the exception that for some reason it doesn't work.
All I get is "Output is:", and nothing more happens.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version