quote:
I use the method of finding the job and then running it. Works pretty good. Drawback to using the exe's is that the logreader one requires a control-c to exit it (working on an article for the work around though!). Since EM creates the job I just leverage that. Normally it's scheduled and forgotten.Andy
You can "modify" the command line utilities to run in the active console and not need CTRL-C to close them by using the following commands:
editbin /subsystem:console snapshot.exe
and
editbin /subsystem:console logread.exe
Please remember to back up the .exe's before doing this as you might want to revert back later.