User Tools

Site Tools


wiki:tech:misc

Differences

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

Link to this comparison view

Last revisionBoth sides next revision
wiki:tech:misc [2019/02/26 17:27] – created kpcwiki:tech:misc [2019/09/09 01:13] kpc
Line 4: Line 4:
  
 {{: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