Merged some nasty programs from softz.harvie.cz
[mirrors/Programs.git] / windows-batch / vypis_soubory.bat
diff --git a/windows-batch/vypis_soubory.bat b/windows-batch/vypis_soubory.bat
new file mode 100755 (executable)
index 0000000..bc2fa24
--- /dev/null
@@ -0,0 +1,11 @@
+@echo off\r
+set outfile=.\seznam_souboru.txt\r
+@%SystemRoot%\system32\chcp 1250 >nul\r
+echo Probiha ziskavani informaci...\r
+echo Vypis souboru od uzivatele %USERNAME% > %outfile%\r
+%SystemRoot%\system32\tree /F /A >> %outfile%\r
+%SystemRoot%\system32\notepad %outfile%\r
+echo HOTOVO!!! Vypis najdes v souboru %outfile%\r
+echo Stiskni enter pro ukonceni...\r
+pause >nul\r
+\r
This page took 0.127753 seconds and 4 git commands to generate.