前回までに、OpenSSH経由でほかのホストからWindowsのシステムクリップボードへテキストをコピーするためのサーバをPowerShellで作ってきた。次のスクリプトだ。 winclipserver.ps1 #===== # 特定のファイルに書き込ま ...
Before we see how to send command output to a text file in Command Prompt, PowerShell, or Terminal, let us see how the command runs. When you enter a command and hit enter, its output will get ...
前回までで、WindowsにOpenSSH経由でログインできるようになった。そしてその状態でGUIアプリケーションを起動できるようにもした。全ての方がこの機能を必要としているわけではないのだが、こうした仕組みをPowerShellスクリプトを使って実現できることは ...