--- In [email protected], "quantiworks" <quanticwo...@...> wrote:
>
> "Nick Valeontis" wrote:
>
> > Btw, is there a way to assign this code to a keyboard shortcut,
> > without using a script.runfile command and a physical file to
> > hdd?
>
> Command: Exec
> Action: MoreCommandsAsScript
> More Commands: yourscrip content
>
Actually Exec MoreCommandsAsScript creates (reuses) a physical file.
You might want to try this instead:
Command: win.restore("=freecommander")
More Commands: do(?"%programfiles%/freecommander/freecommander.exe", "", "",
"switchto")
Regards,
Sheri