1 件の投稿を表示中 (合計 3 個)
- 作成者投稿
- 2008年9月14日 11:32 am #6493takane56メンバー
色々と調べてたら
「現在の文書のコピーを新規文書として作成」というマクロ↓↓
document.selection.SelectAll();
document.selection.Copy()
WshShell = new ActiveXObject( “WScript.Shell” );
WshShell.CurrentDirectory = “D:Program FilesEmEditor”;
WshShell.Run( “emeditor.exe -i” );を発見して実行してみましたが・・・
エラーを特定できません
ファイル C:Documents and Setti…現在の文書のコピーを新規文書として作成.jsee
行 4というエラー表示されてできませんでした。
このマクロを修正して現在のEm-Editorで実行可能なマクロをどなたか作っていただければ幸いです。
2008年9月14日 12:34 pm #6494Aye Wongメンバーdocument.selection.SelectAll();
document.selection.Copy();
editor.ExecuteCommandByID(4123);ではいかがでしょう?
2008年9月14日 3:02 pm #6497takane56メンバーAye Wongさん、返信ありがとうございます。
できました~^^ ご親切にありがとうございます。
- 作成者投稿
1 件の投稿を表示中 (合計 3 個)
- このトピックに返信するにはログインしてください。