PowerShell 複数のコマンドを一行で実行する方法
環境
Windows 10 Pro
操作方法
1.PowerShellを起動します
2.複数のコマンドを一行で実行するには、「;」でコマンドを連結させて実行します。
> cd /;dir
3.2つ以上コマンドを実行します
> cd /;dir;clear
Coding Changes the World
環境
Windows 10 Pro
操作方法
1.PowerShellを起動します
2.複数のコマンドを一行で実行するには、「;」でコマンドを連結させて実行します。
> cd /;dir
3.2つ以上コマンドを実行します
> cd /;dir;clear