%systemroot%\ehome\ehshell.exe /entrypoint:{ce32c570-4bec-4aeb-ad1d-cf47b91de0b2}\{fc9abccc-36cb-47ac-8bab-03e8ef5f6f22}
doesn't work in eventghost
have added
executable: %systemroot%\ehome\ehshell.exe
cli options: /entrypoint:{ce32c570-4bec-4aeb-ad1d-cf47b91de0b2}\{fc9abccc-36cb-47ac-8bab-03e8ef5f6f22}
working dir: %systemroot%\ehome\
Also tried other variations to no avail, not sure if bug or if I use it incorrectly.
Code: Select all
Error in Action: "Start Program: ehshell.exe"
Traceback (most recent call last) (1544):
File "C:\Program Files\EventGhost\eg\Classes\ActionBase.py", line 170, in CallWrapper
return self(*args)
File "C:\Program Files\EventGhost\plugins\System\Execute.py", line 91, in __call__
arguments = eg.ParseString(arguments)
File "C:\Program Files\EventGhost\eg\Utils.py", line 204, in ParseString
res = eval(word, {}, eg.globals.__dict__)
File "<string>", line 1
ce32c570-4bec-4aeb-ad1d-cf47b91de0b2
^
SyntaxError: invalid syntax
This is the full shortcut I want to use in the end
%systemroot%\ehome\ehshell.exe /directmedia:general /nochrome /controlbox:None /entrypoint:{ce32c570-4bec-4aeb-ad1d-cf47b91de0b2}\{fc9abccc-36cb-47ac-8bab-03e8ef5f6f22}
