/n |
|
フォルダツリーなしにします。
No folder tree
|
| | |
/e |
|
フォルダツリーありにします。
With folder tree
|
| | |
/root |
|
フォルダツリーの親を指定します。
Specify the parent of the tree
|
| | |
/select,path |
|
パスで指定したファイル/フォルダを、ファイル一覧上であらかじめ選択します。
例:
The file / folder specified in the path is preselected on the file list
Example:
/select,C:\ShowFolder\SelectFilename.txt
/select,C:\ShowFolder\SelectSubFolder
|
| | |
/i |
|
設定に関わらず新しいウィンドウとして起動します。
Launch as a new window regardless of settings.
|
| | |
/t |
|
設定に関わらず新しいタブとして起動します。
Launch as a new tab regardless of settings.
|
| | |
/focus,n |
|
初期フォーカスを指定します。
nが1の場合ファイル一覧になります。
Initial focus specification.
The number 1 is the file list.
|
| | |
/findfolder |
|
検索枠(サイドバーの検索)を表示します。
Display search pane.
|
| | |
/bookmark |
|
ブックマーク枠(サイドバーのブックマーク)を表示します。
Display bookmark pane.
|
| | |
/history |
|
履歴サイドバーを表示します。
Display history pane.
|
| | |
/(x,y,cx,cy) |
|
起動時の位置とサイズを指定します。
Specify the start position and size.
|
| | |
/debug |
|
オプションダイアログの上級者向け設定に「デバッグ」の設定を表示させます。
Display the setting of "debug" in the advanced setting of the option dialog.
|
| | |
/elevate |
|
管理者として実行します。
Run as administrator.
|
| | |
shell:xxx |
|
エクスプローラとほぼ同様の「shell:」に続く特定の場所を開きます。
Specifying a "shell:" location much like Explorer.
|
| | |
::{guid} |
|
既知のguidで定義されているフォルダを開きます。
例:「コンピュータ」は::{20D04FE0-3AEA-1069-A2D8-08002B30309D}
Known guid-defined folder.
Example: "PC" is ::{20D04FE0-3AEA-1069-A2D8-08002B30309D}
|
| | |
path |
|
指定したパスを開きます。
例:C:\Folder
Path.
Examle : C:\Folder
|
| | |
/restore |
|
設定内容が保存されたファイルを指定して復元します。 例:/restore "C:\Folder\xxx.hfcreg"
Specify and restore the file where setting contents are saved. Example: /restore "C:\Folder\xxx.hfcreg"
|
| | |
/restore-only |
|
設定内容が保存されたファイルを指定して復元します。
起動したHmFilerClassic.exeはウィンドウを出さずにすぐに終了します。
例:/restore-only "C:\Folder\xxx.hfcreg"
Specify and restore the file where setting contents are saved.
HmfilerClassic.exe will exit immediately.
Example: /restore "C:\Folder\xxx.hfcreg"
|
| | |
/savereg |
|
設定内容をファイルに保存します。
例:/savereg "C:\Folder\xxx.hfcreg"
Save settings to a file.
Example: /savereg "C:\Folder\xxx.hfcreg"
|
| | |
/savereg-only |
|
本体を起動せずに、設定内容をファイルに保存します。
起動したHmfilerClassic.exeはウィンドウを出さずにすぐに終了します。
例:/savereg-only "C:\Folder\xxx.hfcreg"
Save settings to a file
HmfilerClassic.exe will exit immediately.
Example: /savereg-only "C:\Folder\xxx.hfcreg"
|
| | |
/savereg-flags |
|
設定内容の保存をする対象を16進数で指定します。/saveregや/savereg-onlyと組み合わせて使います。
以下の値をOR演算した値です。
0x0001 オプション/キー割り当て/ジェスチャ
0x0002 ブックマーク
0x0004 ツール
0x0008 フォルダの表示方法の記憶状態
0x0010 現在開いているタブ
例:/savereg-only "C:\Folder\xxx.hfcreg" /savereg-flags 0x1f
Specify the target to save the settings in hexadecimal. The value is the logical sum of the following values.
0x0001 Option/Key Assign/Gesture
0x0002 Bookmark
0x0004 Tool
0x0008 Each folder view
0x0010 Current tabs
|
| | |
/import-bookmark |
/import-tool |
|
ブックマークの整理で保存/読み込みをするのと同じ形式の.hfcbookファイルを読み込んで適用します。
起動したHmFilerClassic.exeはウィンドウを出さずにすぐに終了します。
/import-bookmarkはブックマーク、/import-toolはツールに適用します。
拡張子は.hfcbookである必要があります。
例:/import-bookmark "C:\Folder\xxx.hfcbook"
Import .hfcbook file. Example: /import-bookmark "C:\Folder\xxx.hfcbook"
|
| | |
/export-bookmark |
/export-tool |
|
ブックマークの整理で保存/読み込みをするのと同じ形式の.hfcbookファイルに書き込みます。
起動したHmFilerClassic.exeはウィンドウを出さずにすぐに終了します。
/export-bookmarkはブックマーク、/export-toolはツールを書き込みます。
拡張子は.hfcbookである必要があります。
例:/export-bookmark "C:\Folder\xxx.hfcbook"
Export .hfcbook file. Example: /export-bookmark "C:\Folder\xxx.hfcbook"
|
| | |
/x |
|
スクリプトファイル(またはjs:やvbs:から始まるスクリプト記述)を指定してスクリプトを実行します。
例:/x "C:\Folder\test.js"
Execute a script by specifying a script file (or script description beginning with js: or vbs :)
Example: /x "C:\Folder\test.js"
|
| | |
/a |
|
スクリプトに引数を渡すためのオプションです。
スクリプトでは、GetArgメソッドを使って取得します。""でくくると空白を含んだ文字列も渡すことができます。
ダブルクォーテーションそのものを記述するには2つ並べて「""」と書きます。
(「"abc"」を指定する場合は「/a"""abc"""」)
例:HmFilerClassic.exe /x "C:\Folder\test.js" /a param1 /a "param 2"
Option to pass arguments to the script.
The script gets it using the GetArg method. You can also pass a string containing whitespace when wrapped with "".
Example: HmFilerClassic.exe / x "C:\Folder\test.js" /a param1 /a "param 2"
|
| | |
/m または /m3/m or /m3 |
|
既に秀丸ファイラーClassicが起動している場合、設定に関わらず、アクティブを切り替えるだけにします。
If the Hidemaru Filer Classic is already running, regardless of the setting, it only switches the active.
|
| | |
/g |
|
ブックマークのグループ名を指定して、グループの中の項目をまとめて開きます。
""でくくると空白を含んだ文字列も渡すことができます。
ダブルクォーテーションそのものを記述するには2つ並べて「""」と書きます。
(「"abc"」を指定する場合は「/g"""abc"""」)
例:HmFilerClassic.exe /i /g "マイグループ"
Specify the bookmark's group name and open the items in the group together.
You can also pass a string containing whitespace when wrapped with "".
Example: HmFilerClassic.exe /i /g "My Group"
|