volume = drive yg diformat (pakai tanda titik dua)
file-system = FAT; FAT32; NTFS
label = nama label drive nantinya
/Q = quick format (non full format)
/C = utk file-system = NTFS = compress
/X = unmount disk (terkadang hrs = tutup semua handle file terbuka pada volume)
Contoh:
FORMAT g: /FS:FAT32 /V:Flashku /Q /X
Mau ringkas:
FORMAT g: /V:Flashku
Menghapus folder?
RMDIR /S <[drive:] path>
RD /S <[drive:] path>
/S = hapus beserta semua isi-2nya
drive = volume folder (C:; D:; G, dll)
path = nama folder
Contoh
RD /S g:\folderku
atau
RMDIR /S folderku
0 comments:
Post a Comment