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