Others
guid
Create a GUID
ksm guid [-o] [n]
Option (short) |
Option (long) |
Description |
Default |
-o |
–output |
Output file path |
stdout |
n |
N/A |
Number to be generated |
1 |
Examples of guid
Generate one GUID
ksm guid
Generate 10 GUIDs
ksm guid 10
Generate 10 GUIDs and save them in hoge.txt
ksm guid -o hoge.txt 10
batch
Batch execution of multiple commands written in a text file.
ksm batch -f <path>
Option (short) |
Option (long) |
Description |
-f |
–file |
File path where the command is written |
Example
Example of a batch description with commands
export-xlsx -d "8DIO" -f KeySwitches.db -o output
export-xlsx -d "Fujiya Instruments" -f KeySwitches.db -o output