Skip to content

Instantly share code, notes, and snippets.

@krymtkts
Created January 28, 2019 07:15
Show Gist options
  • Save krymtkts/c3654e0394d53e0651b42e8fb397bf0c to your computer and use it in GitHub Desktop.
Save krymtkts/c3654e0394d53e0651b42e8fb397bf0c to your computer and use it in GitHub Desktop.
fenrir instant command ini.
[InstantCommand]
;
;[書式]
;文字列=コマンドライン
;
;ファイルを読み込むときに使っているAPIが、コマンドライン両端の
;ダブルクォーテーションを自動で外す機能を持っている関係で、
;両端にダブルクォーテーションがあるコマンドラインを指定する場合は、
;/f=""C:\Program Files\foo\foo.exe""
;のように二重にダブルクォーテーションをつける必要があります。
;
;[置換マクロ]
;%A インスタントコマンドに渡された引数。
;%W fenrirの作業フォルダのパス。
;%V fenrirの作業フォルダのパスのドライブ部分
;%C クリップボードに格納されている文字列
;%scanfile スキャンファイルのパス(デフォルト:data\scan.ini)
;%pathfile インデックスファイルのパス(デフォルト:data\path)
;%initfile 動作設定ファイルのパス(デフォルト:data\fenrir.ini)
;%cmddir コマンドファイルの場所のパス。
;
/c=calc
/d="C:\Users\[user_name]\desktop"
/n=cmder /start "C:\Users\[user_name]"
/r=rapidee
/s=fenrirScan
/u="C:\Users\[user_name]"
;Google(jp)で 検索語 を検索。
;「/g 検索語」と入力すると検索語を検索する。
/g=""http://www.google.co.jp/search?ie=SJIS&oe=SJIS&hl=ja&lr=lang_ja&q=%A""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment