I have the following alias:
1000>>>mstsc>->MSTSC $$1 | C:\WINDOWS\system32\mstsc.exe /v:$$1>+>^mstsc (.+)
Is it possible to make it remember each execution as a result?
So if I execute "mstsc server" the next time I run mstsc it will appear there as one of the options? I guess it should work somehow with the history.
Thanks!