Skip to content

Instantly share code, notes, and snippets.

@hokorobi
Created November 25, 2011 13:37
Show Gist options
  • Save hokorobi/1393544 to your computer and use it in GitHub Desktop.
Save hokorobi/1393544 to your computer and use it in GitHub Desktop.
PPx rename
//!*script
//PPx.StayMode = 1; //PPCがエラーで落ちる。
file = PPx.Extract('%"ファイル作成"%!FCN');
if (!file) {
PPx.Quit();
}
PPx.Execute('*makefile ' + file);
PPx.Execute('*jumppath /refreshcache /entry:"'+ file + '"');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment