Saturday, February 25, 2012
Membuat daftar direktori dengan windows cmd
Bila kita ingin melihat daftar semua direktori dalam windows dengan cepat kita dapat menggunakan perintah seperti ini:
dir /on /ad /b /s >list.txt
daftar direktori yang telah di proses akan tersimpan pada file list.txt, buka file tersebut maka akan didapatkan semua daftar direktori dan sub direktori yang ada dalam windows atau folder yang telah dipilih
untuk melihat daftar direktori dan sub direktori beserta nama files dapat menggunakan perintah seperti berikut:
dir /on /b /s >list.txt
untuk melihat penjelasan pada command dir dapat dilihat dengan menggunakan perintah
dir /?
english version
If we want to see a list of all directories in the windows quickly we can use a command like this:
dir / on / ad / b / s> list.txt
directory listing that has been in the process will be stored in the file list.txt, open the file it will get all list of directories and sub directories that exist in the windows or folders that have been selected
to see a list of directories and sub directories and their files names can use a command like the following:
dir / on / b / s> list.txt
to see the explanation on the dir command can be viewed using the command
dir /?
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment