tree in datei ausgeben
hallo leute, ich habe ein problem mit einer batch. und zwar weis ich wie ich den Befehl "dir" in eine Datei ausgebe, jedoch fuinktioniert das mit tree nicht, oder ich mach irgendetwas falsch, hier mein script:
@echo off
dir %1 /-p /o:gn > "%temp%\Ordnerinhalt"
start /w notepad /p "%temp%\Ordnerinhalt"
del "%temp%\Ordnerinhalt"
pause
wenn ich jetzt das dir auf tree ändere tut sich nix
bitte um hilfe
mfg happyman
@echo off
dir %1 /-p /o:gn > "%temp%\Ordnerinhalt"
start /w notepad /p "%temp%\Ordnerinhalt"
del "%temp%\Ordnerinhalt"
pause
wenn ich jetzt das dir auf tree ändere tut sich nix
bitte um hilfe
mfg happyman
Please also mark the comments that contributed to the solution of the article
Content-ID: 59871
Url: https://administrator.de/contentid/59871
Printed on: December 3, 2024 at 23:12 o'clock
5 Comments
Latest comment