Skip to content

Instantly share code, notes, and snippets.

@tanabe
Created February 25, 2009 04:36
Show Gist options
  • Save tanabe/70012 to your computer and use it in GitHub Desktop.
Save tanabe/70012 to your computer and use it in GitHub Desktop.
var oShell = WScript.CreateObject("WScript.Shell");
oShell.AppActivate("FlashDevelop");
WScript.Sleep(100);
oShell.SendKeys("{F5}");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment