Windows/コマンドプロンプト/コマンド

内容

使用方法

del [/p] [/f] [/s] [/q] [/a[:]<Attributes>] <Names>
erase [/p] [/f] [/s] [/q] [/a[:]<Attributes>] <Names>

オプション

オプション説明

使用例

ディレクトリを作成する

c:\test>tree /f deltest
フォルダー パスの一覧
ボリューム シリアル番号は 7241-A2C2 です
C:\TEST\DELTEST
└─a
    │  file1
    │
    └─b
        │  cfile1
        │  file1
        │
        └─c

c:\test>del /S file1
削除したファイル - c:\test\deltest\a\file1
削除したファイル - c:\test\deltest\a\b\file1

c:\test>tree /f deltest
フォルダー パスの一覧
ボリューム シリアル番号は 7241-A2C2 です
C:\TEST\DELTEST
└─a
    └─b
        │  cfile1
        │
        └─c
 

参考リンク


トップ   一覧 単語検索 最終更新   ヘルプ   最終更新のRSS
目次
ダブルクリックで閉じるTOP | 閉じる
GO TO TOP