you can use the included core run alias to do anything you would do from an alias, but perhaps it would be useful to include one just for appcap.
so for example you can do currently:
run showmemo Pinging;;;appcapappendmemo c:\windows\system32\ping.exe
www.donationcoder.combut perhaps a new alias would be better like:
runcap (.*)
which did
showmemo Running $$1;;;appcapappendmemo $$1
Here is is for you to import, but i think ill add it to defaults since it seems pretty useful:
1000>>>runcap>->Run and Capture $$1|showmemo Running $$1;;;appcapappendmemo $$1>+>runcap (.*)
with that alias you could just type:
runcap ping.exe donationcoder.comwhich would have same effect of typing
run ping.exe donationcoder.com *except* that with runcap the output is shown in farr window.