Page 2 of 2

Re: Command-line in favorite files menu

Posted: 04 Jun 2014 14:27
by PeterH
sinilill wrote:with the new runret command :D

Code: Select all

::text runret ("cmd /c ipconfig /all"), 720, 900, "IP Config",,;
For this example (with runret) I updated to current beta.

runret is great :!: :biggrin: :appl:

Re: Command-line in favorite files menu

Posted: 04 Jun 2014 14:44
by klownboy
Runret certainly is great. Using "run" along with directing output to the clipboard (using | clip), though it worked fine, it really raised havoc with my clipboard manager (ClipJump) especially when used in a custom column script where it is run numerous times...filling all the back clipboard entries (history) with the values for each file. So yes definiltely :appl:

Re: Command-line in favorite files menu

Posted: 04 Jun 2014 21:46
by klownboy
I thought I'd mention that in most cases you don't need the "CMD /C" in the script line at all. Simply,

Code: Select all

::text runret ("ipconfig /all"), 720, 900, "IP Config",,;
is all you need even using "MediaInfo" or "ImageMagick" type CLIs.