Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Alle Dateien + Pfad inkl. Unterverzeichnis auflisten

Empfohlene Antworten

Veröffentlicht

Morgens

Also ich hab ein kleines Problem.

Ich soll von einer Festplatte/Partition eine Liste aller Dateien, mit Pfad erstellen. Das wollt ich in einer Batch machen, allerdings sollen alle UNterverzeichnisse geöffnet werden.

Ich habs schon mit dir probiert, bekomm es aber nicht hin dass alle Unterverzeichnisse durcvhsucht und gelistet werden. Und mit xcopy, kein zyklisches Kopieren möglich.

Hat jemand ne Idee wie ich das anstelle???

Das schreiben in die Datei ist kein Problem, nur wie ich ihm mitgebe, nur jede Datei nehmen, Pfad+ Name in einen TXT pumpen, fertig.

THX

hallöchen.

habe da gerade mal etwas geschrieben und getestet. du kannst die attribute ja noch anpassen (hierzu einfach mal im cmd "dir /?" eingeben).

@echo off

set src="C:"

set log="%src%\verzeichnis_log.log"

echo.

echo Bitte warten...

echo.

dir %src% /S /O >>%log%


bei "src" das gewünschte laufwerk eintragen (bsp: C: )

Archiv

Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.