Jumat, 25 November 2011

Peningkatan pengelolaan folder (direktori)

The command "rmdir" or its twin "rd" are also expanded compared to the old DOS version. Perintah "rmdir" atau kembarannya "rd" juga diperluas dibandingkan dengan versi DOS lama. To remove folders (directories), use “rmdir” (just “rd” will also work). Untuk menghapus folder (direktori), gunakan "rmdir" (hanya "rd" juga akan bekerja). Folders must be empty before they can be deleted. Folder harus kosong sebelum mereka dapat dihapus. However, there is a switch “/s” for deleting subfolders and with this switch files are also deleted. Namun, ada saklar "/ s" untuk menghapus subfolder dan dengan ini beralih file juga akan dihapus. It is like the old command "deltree". Hal ini seperti perintah lama "deltree". The command rd /s myfolder will remove "myfolder" and everything in it. Perintah rd /s myfolder akan menghapus "myfolder" dan segala sesuatu di dalamnya. Adding the switch /q for a "quiet" mode is also possible. Menambahkan switch / q untuk mode "tenang" juga mungkin.
Options have also been added to the command for making folders. Pilihan juga telah ditambahkan ke perintah untuk membuat folder. The command “mkdir” or “md” can now make a whole tree. Perintah "mkdir" atau "md" sekarang dapat membuat seluruh pohon. For example, consider the command md new\new1\new2 This will create a folder “new” with a subfolder “new1” that in turn has a subfolder “new2”. Sebagai contoh, perhatikan perintah md new\new1\new2 Ini akan membuat folder "baru" dengan subfolder "new1" yang pada gilirannya memiliki subfolder "new2".

Tidak ada komentar:

Posting Komentar

ads