Windows PowershellサポートTOPへ

Windows Powershellによるフォルダを削除する方法を紹介

フォルダを削除

サンプルソース


フォルダを削除(強制的)


(入力)

Remove-Item f:\folder -recurse


(出力)

なし


サンプルソース


フォルダの中を全て削除(強制的)


(入力)

Remove-Item f:\folder\* -recurse


(出力)

なし


  

戻る




Copyright (C) Windows Powershellサポート by wannko All Rights Reserved.
お問合せ先 ⇒ nachiko★wannko.net(★を@に変更して下さい。)