docs
[mirrors/Programs.git] / windows-batch / vypis_soubory.bat
CommitLineData
84aff5c8
H
1@echo off\r
2set outfile=.\seznam_souboru.txt\r
3@%SystemRoot%\system32\chcp 1250 >nul\r
4echo Probiha ziskavani informaci...\r
5echo Vypis souboru od uzivatele %USERNAME% > %outfile%\r
6%SystemRoot%\system32\tree /F /A >> %outfile%\r
7%SystemRoot%\system32\notepad %outfile%\r
8echo HOTOVO!!! Vypis najdes v souboru %outfile%\r
9echo Stiskni enter pro ukonceni...\r
10pause >nul\r
11\r
This page took 0.16616 seconds and 4 git commands to generate.