User Tools

Site Tools


wiki:tech:misc

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
wiki:tech:misc [2019/02/26 17:27] – created kpcwiki:tech:misc [2021/07/28 14:23] (current) kpc
Line 1: Line 1:
 +[[wiki:tech:misc:streaming|streaming and so on]]
 +
 === Про сломанные кодировки === === Про сломанные кодировки ===
  
Line 4: Line 6:
  
 {{:wiki:tech:codepages_graph.png?direct&400|}} {{:wiki:tech:codepages_graph.png?direct&400|}}
 +
 +=== remove all .svn folders ===
 +<code>
 +FOR /F "tokens=*" %%G IN ('DIR /B /AD /S *.svn*') DO RMDIR /S /Q "%%G"
 +</code>
wiki/tech/misc.txt · Last modified: 2021/07/28 14:23 by kpc

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki