レス書き込み
スレへ戻る
写
レス栞
レス消
【.cmd】 バッチファイルスクリプト %15 【.bat】
PC,スマホ,PHSは
ULA
べっかんこ
公式(スマホ)
公式(PC)
で書き込んでください。
名前
メール
引用切替:
レスアンカーのみ
>>269 > powershellで > $json_string = @' > [{"characterID": 1,"Level": 50, "Status": {"idx":1}}, > {"characterID": 1,"Level": 100, "Status": {"idx":2}}, > {"characterID": 2,"Level": 50, "Status": {"idx":3}}, > {"characterID": 3,"Level": 50, "Status": {"idx":4}}, > {"characterID": 3,"Level": 100, "Status": {"idx":5}}] > '@ > $json = $json_string | ConvertFrom-Json > $json | group characterID | select @{N='ID';E={$_.Name}},@{N='MaxL';E={[int]($_.group | measure -Maximum Level).Maximum}} | %{ $id=$_.ID; $maxl=$_.MaxL; $json | ?{ $id -eq $_.characterID -and $maxl -eq $_.Level}} > 出力結果 > characterID Level Status > ----------- ----- ------ > 1 100 @{idx=2} > 2 50 @{idx=3} > 3 100 @{idx=5} > バッチファイルから呼び出す場合 > set FILENAME=test.txt > powershell -c "$json=gc %FILENAME% | ConvertFrom-Json; $json | group characterID | select @{N='ID';E={$_.Name}},@{N='MaxL';E={[int]($_.group | measure -Maximum Level).Maximum}} | %%{ $id=$_.ID; $maxl=$_.MaxL; $json | ?{ $id -eq $_.characterID -and $maxl -eq $_.Level}}"
ローカルルール
SETTING.TXT
他の携帯ブラウザのレス書き込みフォームはこちら。
書き込み設定
で書き込みサイトの設定ができます。
・
ULA
・
べっかんこ(身代わりの術)
・
べっかんこ(通常)
・
公式(スマホ)
・
公式(PC)[PC,スマホ,PHS可]
書き込み設定(板別)
で板別の名前とメールを設定できます。
メモ帳
(0/65535文字)
上
下
板
覧
索
設
栞
歴
Google検索
Wikipedia
ぬこの手
ぬこTOP
0.011s