The Master Posted April 22, 2008 Share Posted April 22, 2008 I need to modify - or somehow add to - an application so that when you run it, it actually first runs a script to change the MAC address (I know how to do this), THEN runs the actual application, then a second or so later sets the MAC address back to what it should be. Is there a relatively simple way to accomplish this? The two MAC addresses can be hard-coded, it doesn't need to detect anything. Thanks in advance... Link to comment https://www.insanelymac.com/forum/topic/100923-question-for-programming-gurus/ Share on other sites More sharing options...
The Master Posted April 23, 2008 Author Share Posted April 23, 2008 Did I post this in the wrong section? Link to comment https://www.insanelymac.com/forum/topic/100923-question-for-programming-gurus/#findComment-721393 Share on other sites More sharing options...
Headrush69 Posted April 23, 2008 Share Posted April 23, 2008 Something simple in Applescript like do shell script "open /Users/you/yourscript.sh" delay 5 tell application "Firefox" to activate should work. Link to comment https://www.insanelymac.com/forum/topic/100923-question-for-programming-gurus/#findComment-721464 Share on other sites More sharing options...
Recommended Posts