その他

guid コマンド

GUIDを作成する

ksm guid [-o] [n]

Option (short)

Option (long)

Description

Default

-o

--output

出力ファイルパス

標準出力

n

N/A

生成する数

1

guid 例

GUIDを1つ生成する

ksm guid

GUIDを10個生成する

ksm guid 10

GUIDを10個生成し hoge.txt に保存する

ksm guid -o hoge.txt 10

batch コマンド

テキストファイルに記述した複数のコマンドを一括実行する

ksm batch -f <path>

Option (short)

Option (long)

Description

-f

--file

コマンドを記述したファイルパス

コマンドを記述したバッチ記述例

export-xlsx -d "8DIO" -f KeySwitches.db -o output
export-xlsx -d "Fujiya Instruments" -f KeySwitches.db -o output