Posted by member 248213 on 2005-12-06 07:51:49 link

alternately, you can create windows system wide alias's like this:
1. Make a textfile, call it alias.reg (or something.reg)
put this in it:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\con.exe]
@="cmd.exe"

cmd.exe should be the path to your econsole.
2. Merge alias.reg into the registry

now you can type "con" in the run dialog, lsxcommand, any !bang type command place (like !execute [con]) etc etc

:D very nifty :D