bat,PowerShell ,windows

Thumbnail of post image 167

Windows パソコンでペーストコマンドと同じようなことをします

バッチファイルpowershell -command "Get-Content output1.txt , output2.txt | Group-O ...

windows,オープンソース,スマホ

Thumbnail of post image 092

httpserver

Web ブラウザを使ってスマホからもアップロードや ダウンロードをすることができます

gohttpserver

GitHub – codeskyblue/gohttpserver: The b ...

bat,windows

Thumbnail of post image 022

バッチファイル

1列目はそのまま1列目に表示し2列目を横に並べます

@echo offsetlocal enableDelayedExpansion:: ファイル名を指定set inputFile="ticker\tic ...

bat,PowerShell ,windows

Thumbnail of post image 104

バッチファイルpowershell -Command "Get-Content -Path 'output3.txt' -Encoding Default | ConvertFrom-Csv -Delimiter ...

bat,windows

Thumbnail of post image 119

項目を分解したり 指定した文字列を削除したり 新しい項目を追加したり 並び替えたり 項目を並び替えたりします

バッチファイルで今日の日付の項目を追加しています

数字部分のカンマを削除しています。

タ ...

bat,PowerShell ,windows

Thumbnail of post image 064

クリップボードの内容をテキストファイルにするpowershell -command "get-clipboard">225.txtテキストファイルの内容をクリップボードにコピーclip < file.txtp ...

bat,windows

Thumbnail of post image 152

バッチファイル@echo offset SKIP1=25set SKIP2=771set SPAN1=3del output.txtset N=0:::powershell -command "get-clipboard" ...

windows

Thumbnail of post image 161

無料でWindows 11で稼働確認できるものを調べました

DiskMaster

最高の無料バックアップとリカバリ、RAMディスク、およびpartitinマネージャー (idiskhome.com)

backup ...

bat,windows

Thumbnail of post image 097

コマンドを実行したら次のコマンドを実行するコマンド1 & コマンド2 & コマンド3 & コマンド4コマンドの実行が成功したら次のコマンドを実行するコマンド1 && コマンド2コマンドの実行が失敗したら次のコマンドを実行するコマンド1 || ...

windows

Thumbnail of post image 113
Windowsのタスクバーからチャットアイコンを非表示にする方法

タスクバーの設定から非表示にする方法:

タスクバー上で右クリックし、「タスクバーの設定」を選択します。
「チャット」の項目をオフにします。

...