To enter command line parameters:
- Right click on the CyberKit icon
- Select properties
- Append the command line parameters to the target field.
For example, suppose you want to start CyberKit with the ping tab and minimized to the tray:
If CyberKit is located in the C:\Program Files\CyberKit folder you should enter the following in the target field:
"C:\Program Files\CyberKit\CyberKit.exe" -M -P
コマンドラインのパラメータを入力するために
- CyberKitのアイコンを右クリック。
- プロパティを選択。
- コマンドラインのパラメータを target(リンク先)欄に追加する。
たとえば、ping画面で CyberKitを起動させ、トレイに最小化したいとします。
CyberKitが C:\Program Files\CyberKitフォルダにおかれているとすると、target欄に次のように入力してください。
"C:\Program Files\CyberKit\CyberKit.exe" -M -P
You can use the following command line parameters with CyberKit. Not all sub parameters are required, but if you use them you must enter them in the order in which they are described.
CyberKitでは、次のコマンドラインのパラメータを使うことができます。下位のパラメータはすべてが必要と言うわけではありませんが、それを使うときには(ここで)書かれている順に入力しなければなりません。
-M
This will start CyberKit minimized as a Tray Icon. Not available on Windows NT 3.51 and lower.
-M
これは、CyberKitをトレイアイコンとして最小化して起動します。 Windows NT 3.51以前のバージョンでは利用できません。
-P 'Address' Txx Dxx Pxx Nxx RESOLVE
-P: Start CyberKit with the ping tab.
'Address' The host name or IP address to ping.
Txx: Timeout value (in seconds).
Dxx: Delay value (in milliseconds).
Pxx: Packet size.
Nxx: Number of pings.
RESOLVE: Resolve IP addresses.
Examples:
-P
-P www.ping.be
-P www.ping.be T5 D600 P64 N5 RESOLVE
-P 'Address' Txx Dxx Pxx Nxx RESOLVE
-P: ping画面で CyberKitを起動させる。
Txx: Timeoutの数値(単位:秒)
Dxx: Delayの数値(単位:ミリ秒)
Pxx: パケットサイズ
Nxx: pingの回数
RESOLVE: IPアドレスを調べる
例
-P
-P www.ping.be
-P www.ping.be T5 D600 P64 N5 RESOLVE
-T 'Address' Txx Sxx Exx RESOLVE
-T: Start CyberKit with the traceroute tab.
'Address' The host name or IP address to trace.
Txx: Timeout value (in seconds).
Sxx: Starting hop number.
Exx: Ending hop number.
RESOLVE: Resolve IP addresses.
Examples:
-T
-T www.ping.be
-T www.ping.be T5 S1 E30 RESOLVE
-T 'Address' Txx Sxx Exx RESOLVE
-T: traceroute画面で CyberKitを起動
'Address' トレースするホストネームあるいは IPアドレス
Txx: Timeoutの数値(単位:秒)
Sxx: 最初のホップ数
Exx: 最大ホップ数
RESOLVE: IPアドレスを調べる
例
-T
-T www.ping.be
-T www.ping.be T5 S1 E30 RESOLVE
-F 'Address' 'Query' VERBOSE
-F: Start CyberKit with the finger tab.
'Address' The host name or IP address to query.
'Query' The query.
VERBOSE: Use verbose option.
Examples:
-F
-F l.gp.cs.cmu.edu coke
-F l.gp.cs.cmu.edu coke VERBOSE
-F 'Address' 'Query' VERBOSE
-F: finger画面で CyberKitを起動
'Address' 検索するホストネームあるいは IPアドレス
'Query' 検索項目
VERBOSE: verboseオプションを使う
例
-F
-F l.gp.cs.cmu.edu coke
-F l.gp.cs.cmu.edu coke VERBOSE
-W 'address' 'Query'
-W: Start CyberKit with the whois tab.
'address' The host name or IP address to query.
'query' The query.
Examples:
-W
-W whois.internic.net help
-W 'address' 'Query'
-W: CyberKitを whois画面で起動
'address' 調べるホストネームあるいは IPアドレス
'query' 検索条件
例
-W
-W whois.internic.net help
-N 'Address' 'Nameserver' 'Type' VERBOSE
-N: Start CyberKit with the name server lookup tab.
'Address' The host name or IP address you want to resolve.
'Nameserver' The name server CyberKit should use. This parameter is mandatory if you use the 'Type' parameter.
'Type' Can be any of the search types, e.g. A, HINFO,... This parameter is mandatory if you use the 'nameserver' parameter.
VERBOSE: Use verbose option.
Examples:
-N
-N www.ping.be (this uses the winsock function GetHostByX).
-N ping.be rs.internic.net ALL VERBOSE.
-N 'Address' 'Nameserver' 'Type' VERBOSE
-N: name server lookup画面で起動
'Address' 調べたいホストネームあるいは IPアドレス
'Nameserver' CyberKitが使うネームサーバ。このパラメータは 'Type'のパラメータを使うのであれば、必須です。
'Type' どの search types、たとえば A, HINFO,...でも構いません。このパラメータは、'nameserver'のパラメータを使うのであれば必須です。
VERBOSE: verboseのオプションを使う。
例
-N
-N www.ping.be (これは、winsockの GetHostByX機能を使います。)
-N ping.be rs.internic.net ALL VERBOSE.
-Q 'address'
-Q: Start CyberKit with the quote of the day tab.
'address' The host name or IP address you want to query for a quote.
Examples:
-Q
-Q www.engen.com
-Q 'address'
-Q: quote of the day画面で CyberKitを起動
'address' 名言格言を調べたいホストネームあるいは IPアドレス
例
-Q
-Q www.engen.com
-t 'address' 'protocol' SYNC QUIT
-t: Start CyberKit with the time tab.
'address' The host name or IP address of the time server.
'protocol' The protocol to use, this can be TIME, DAYTIME or SNTP.
QUIT: Quit CyberKit as soon as this query is finished.
Examples:
-t
-t timehost.com DAYTIME
-M -t timehost.com SNTP SYNC QUIT
-t 'address' 'protocol' SYNC QUIT
-t: time画面で CyberKitを起動
'address' timeサーバのホストネームあるいは IPアドレス
'protocol' 使用するプロトコル。これは、TIME, DAYTIMEまたは SNTPです。
QUIT: 調べ終わったらすぐ CyberKitを終了。
例
-t
-t timehost.com DAYTIME
-M -t timehost.com SNTP SYNC QUIT
CyberKit, copyright 1996-1998 by Luc Neijens