Mrrrr's Forum (VIEW ONLY)
Un forum care ofera solutii pentru unele probleme legate in general de PC. Pe langa solutii, aici puteti gasi si alte lucruri interesante // A forum that offers solutions to some PC related issues. Besides these, here you can find more interesting stuff.
Lista Forumurilor Pe Tematici
Mrrrr's Forum (VIEW ONLY) | Reguli | Inregistrare | Login

POZE MRRRR'S FORUM (VIEW ONLY)

Nu sunteti logat.
Nou pe simpatie:
AlinaMicu
Femeie
25 ani
Brasov
cauta Barbat
25 - 39 ani
Mrrrr's Forum (VIEW ONLY) / Tutoriale si Ghiduri Utile // Tutorials and useful guides / [WINDOWS] Make a List of Files & Folders in a Directory Tree Moderat de TRaP, TonyTzu
Autor
Mesaj Pagini: 1
Mrrrr
AdMiN

Inregistrat: acum 17 ani
Postari: 2186
Make a list of 0 byte files in a directory tree

1. Open CMD in the folder you want, for example on drive D (CMD line should be: D:\)

2. Type the following line and wait for list.txt to be created (in this example, under D:\)

Note: it might take a while, depending on how many files you have in the folder / drive.


forfiles /S /M *.* /C "cmd /c if @fsize EQU 0 (if @isdir EQU FALSE echo @path)" > list.txt


Source:


_______________________________________


pus acum 4 ani
   
Mrrrr
AdMiN

Inregistrat: acum 17 ani
Postari: 2186
Make a list of all files and folders in a directory tree

1. Copy the following and paste it into Notepad, then save the file with a BAT extension

tree /a /f >!_File_Folder_list.txt

2. Run the BAT file


_______________________________________


pus acum 1 an
   
Pagini: 1  

Mergi la