Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details

If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.

Command line payloads

If you have a question or need help, this is the place to be.
Snowbird
Experienced User
Posts: 364
Joined: Fri Jul 03, 2009 10:04 am

Re: Command line payloads

Post by Snowbird »

that's great, it worked ! the equal sign is now accepted :d
thank you !

are you also investigating on the error I reported regarding the named pipe ?
Snowbird
Experienced User
Posts: 364
Joined: Fri Jul 03, 2009 10:04 am

Re: Command line payloads

Post by Snowbird »

Code: Select all

)
Traceback (most recent call last):
  File "EventGhost.pyw", line 53, in <module>
  File "C:\Program Files (x86)\EventGhost\eg\__init__.py", line 31, in <module>
    import Cli
  File "C:\Program Files (x86)\EventGhost\eg\Cli.py", line 30, in <module>
    import NamedPipe
  File "C:\Program Files (x86)\EventGhost\eg\NamedPipe.py", line 132, in <module>
    is_eg_running = _is_eg_running()
  File "C:\Program Files (x86)\EventGhost\eg\NamedPipe.py", line 129, in _is_eg_running
    raise NamedPipeConnectionError(err)
eg.NamedPipe.NamedPipeConnectionError: (121, 'WaitNamedPipe', 'The semaphore timeout period has expired.')
Post Reply