Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
*nix 環境での次のように、DOS で実行しているスクリプトの出力を抑制したいと考えています。
$ command 1>/dev/null
これどうやってするの?
>NULDOS コンソールと Windows コンソールの両方にある必要があります。
>NUL
>NULの使用例を次に示します
copy mfc42d.dll $windir\system32 > nul regsvr32 $windir\system32\mfc42d.dll /s > nul