X-Git-Url: https://git.harvie.cz/?a=blobdiff_plain;f=windows-batch%2Fvypis_soubory.bat;fp=windows-batch%2Fvypis_soubory.bat;h=bc2fa245a014c95ffbdb96dbf2de6c39052050be;hb=84aff5c8ac2726f7cd22c6456d90b00ca6d05549;hp=0000000000000000000000000000000000000000;hpb=38a87dc6ae7e58d30d3325e244f6eaffb40e35bc;p=mirrors%2FPrograms.git diff --git a/windows-batch/vypis_soubory.bat b/windows-batch/vypis_soubory.bat new file mode 100755 index 0000000..bc2fa24 --- /dev/null +++ b/windows-batch/vypis_soubory.bat @@ -0,0 +1,11 @@ +@echo off +set outfile=.\seznam_souboru.txt +@%SystemRoot%\system32\chcp 1250 >nul +echo Probiha ziskavani informaci... +echo Vypis souboru od uzivatele %USERNAME% > %outfile% +%SystemRoot%\system32\tree /F /A >> %outfile% +%SystemRoot%\system32\notepad %outfile% +echo HOTOVO!!! Vypis najdes v souboru %outfile% +echo Stiskni enter pro ukonceni... +pause >nul +