That is exactly what I was looking for. Great response!
Main Topics
Browse All TopicsI am using a program called EventGhost as automation software. It listens for events and if an event occurs then it will run a macro. What am I trying to do is to trigger events from cmd or from a python script so that I can run a macro from cmd or python script on event ghost. What I have done in order to run a macro on evenntghost from cmd is to add a plug in in eventghost that triggers macros whenever a file is created in a specific location on my c drive (plug is called directory watcher) therefore I will be able to trigger/run a macro from cmd whenever I create a file from cmd such as a blablabla.txt file. the only problem is that I have come to the point where I have lots of macros and I need a plugin for every macro that I want to be able to run from cmd. It will be very nice if I don't have to do all this for every macro I wish to run from cmd.
Other things I have tried is that in eventghost there exists a plugin called webserver and what it does is that it listens for variables being passed though html pages on a specific port. As a result if I told eventghost to use port 5050 for this plug in for example then I will be able to trigger a macro whenever I open a browserr and type something like http://localhost:5050?runM
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: ramromPosted on 2009-08-15 at 10:29:20ID: 25106158
Check out the Python standard module urllib2.
Select allOpen in new window