I've downloaded the script FlexLaunch and I'm testing it right now.
I've set it up as described in the script notes, however, some commands
don't work, such as the PATH and the Aliases.
here's some examples:
::: typing cmd
---------------------------
PowerPro
---------------------------
Bad expression: invalid operator at
\\") == 1 )
( index(_Target, ":\") == 2 or index(_Target, "\\") == 1 )
Error occurred near line 203 of script scr_launch_cont...@flexlaunch:
ElseIf( index(_Target, ":\") == 2 or index(_Target, "\\") == 1 )Do
Called from line 1 of script HookCommandLine
Press Cancel to end all running scripts.
---------------------------
::: typing the alias: pi
---------------------------
PowerPro
---------------------------
Invalid use of period: cannot load plugin, invalid handle value, or invalid
function: cmd
Error occurred near line 165 of script scr_launch_cont...@flexlaunch:
_Target = &(replacechars(alias, _PHStr, params))
Called from line 1 of script HookCommandLine
Press Cancel to end all running scripts.
---------------------------
::: typing the alias: test
---------------------------
PowerPro
---------------------------
Bad expression: invalid number, string, or variable at
*Message 2 Hello World
*Message 2 Hello World
Error occurred near line 165 of script scr_launch_cont...@flexlaunch:
_Target = &(replacechars(alias, _PHStr, params))
Called from line 1 of script HookCommandLine
Press Cancel to end all running scripts.
---------------------------
any help appreciated...