Ezarto
Legacy Member
Is er een gratis mannier om de inhoud van een map + submappen eenvoudig in een tekstbestand te krijgen? Ik heb een mannier gevonden om dit met de inhoud van 1 map te doen, maar ik moet echt de submappen bijhebben. En dit liefst op een mannier zoals hieronder (dus zonder extra prog).
Voor de geintereseerden (mensen die dus de inhoud van een gewone map in een bestand willen):
Voor de geintereseerden (mensen die dus de inhoud van een gewone map in een bestand willen):
1. Open My Computer
2. In the Tools menu select Folder Options
3. Click on the File Types tab
4. From the list select Folder
5. Click the Advanced button
6. Click the New button
7. In the action type “Print” (or any other description you want)
8. In the Application used to perform action type Cmd.exe /C DIR %1 > PRN
9. Click OK and close the Options window.
Now every time that you’ll right click on a folder a new context menu option will appear that’ll say “Send to printer”. Selecting that will send the file list to the printer.
You can also send the content to a text file by changing the > PRN to > YOURFILENAME.txt
To remove the new print context menu from the folder:
1. Launch the Registry Editor (Regedit.exe).
2. Go to HKEY_CLASSES_Root\Folder\Shell key and expand the subtree.
3. Locate and right-click the print key you created and select Delete.


)