| ページ一覧 | ブログ | twitter |  書式 | 書式(表) |

MyMemoWiki

CMD 複数のコマンドを実行する

提供: MyMemoWiki
ナビゲーションに移動 検索に移動

CMD 複数のコマンドを実行する

& でつなげる

C:\>dir > c:\work\test.txt & notepad c:\work\test.txt