How to trigger events on a remote pc
March 1, 2007 11:46 AM Subscribe
Creative solutions for making a (shudder) Macro Express Macro run on a remote computer within restrictive group policy (all windows) (remote desktop or vnc type solutions are out since that would be too much of a disruption to the user of the remote machine) ... means of triggering the macro: keyboard input (hotkey), schedule (won't work in this case - needs on demand), or the appearance of a window on the screen - this is the most promising I think - but the obvious solutions are eluding me... how can I make a harmless window open on a remote computer? (I've tried msg and psexec to run a bat file, but the remote server bits are all off limits due to group policy.)
posted by dorcas to computers & internet (8 answers total)
I know AutoIt can, if the macro isn't too complicated you might be able to do it in AutoIt.
What does it need to grab from the server? Could you make a batch file that grabs those pieces then deletes them when finished?
posted by mattdini at 12:46 PM on March 1, 2007