Ordnerinhalt als Liste anzeigen

1 post / 0 new
manfred
Offline
Joined: 08.04.2008 - 11:30
Ordnerinhalt als Liste anzeigen

Datei mit folgendem Inhalt als .bat abspeichern Pfade anpassen und ausführen.

@echo Listing Files into 'list.txt'. Dauert etwas... @echo Cancel with Ctrl+C

@echo off

dir C:\bilder > list.txt

echo Finished!