jgshier 0 Posted April 30, 2004 I may not be able to do this, but I want to copy info out of HyperTerm. I have a script that helps programs up AP's for us, at the end we have to manualy copy the MAC address out and put it into a text file. The only way to see what the MAC is, is by doing a " show sys", it ofcource is right in the middle of all the info. I would like to copy it out to a text file. Anyone have any ideas? Jon Share this post Link to post Share on other sites
scriptkitty 1 Posted April 30, 2004 (edited) if you can copy the info, you can parse it out by line or whatever fairly easily. Getting that info will take a bit of work. You can use autoIt Spy and if the IP shows up there in a control it would be pretty easy. I don't know the steps you take to do that show sys, but as long as it is the same each time, it shouldn't be that hard to gather. I don't use hyperterm, but there are many ways to grab data from programs with autoit. Edited April 30, 2004 by scriptkitty AutoIt3, the MACGYVER Pocket Knife for computers. Share this post Link to post Share on other sites