Your IP : 172.28.240.42


Current Path : /var/www/html/clients/wiki.e-nk.ru/data/cache/6/
Upload File :
Current File : /var/www/html/clients/wiki.e-nk.ru/data/cache/6/69e29d12b79f960e202e3cd0fff8f75f.xhtml

<h3 class="sectionedit1" id="скрипт_показа_скрытых_файлов">Скрипт показа скрытых файлов</h3>
<div class="level3">

<p>
BAT файл в Windows:
</p>
<pre class="code">dir /AS /B &gt; list.txt
FOR /F &quot;eol=# tokens=1* delims=:&quot; %%i in (list.txt) do (
attrib -s -h -r &quot;%%i&quot;
)
pause</pre>

</div>