Subversion Repositories delphiutils

Rev

Rev 5 | Go to most recent revision | View as "text/x-msdos-batch" | Blame | Last modification | View Log | RSS feed

  1. @echo off
  2.  
  3. rd /s /q __history
  4. del *.identcache
  5. del *.~*
  6. del *.local
  7.  
  8. cd "_Common"
  9. rd /s /q __history
  10. del *.identcache
  11. del *.~*
  12. del *.local
  13. cd ..
  14.  
  15. cd "Create Shortcut"
  16. rd /s /q __history
  17. del *.identcache
  18. del *.~*
  19. del *.local
  20. cd ..
  21.  
  22. cd "DosLineConv"
  23. rd /s /q __history
  24. del *.identcache
  25. del *.~*
  26. del *.local
  27. cd ..
  28.  
  29. cd "FileExtCh"
  30. rd /s /q __history
  31. del *.identcache
  32. del *.~*
  33. del *.local
  34. cd ..
  35.  
  36. cd "FileMD5"
  37. rd /s /q __history
  38. del *.identcache
  39. del *.~*
  40. del *.local
  41. cd ..
  42.  
  43. cd "Kalenderersatz"
  44. rd /s /q __history
  45. del *.identcache
  46. del *.~*
  47. del *.local
  48. cd ..
  49.  
  50. cd "Uhrersatz (Atomuhr)"
  51. rd /s /q __history
  52. del *.identcache
  53. del *.~*
  54. del *.local
  55. cd ..
  56.  
  57. cd "CmdHere"
  58. rd /s /q __history
  59. del *.identcache
  60. del *.~*
  61. del *.local
  62. cd ..
  63.  
  64. cd "Recycle Bin Unit"
  65. rd /s /q __history
  66. del *.identcache
  67. del *.~*
  68. del *.local
  69. cd ..
  70.  
  71. cd "DNDFC (Drag'n'Drop FileCompare)"
  72. rd /s /q __history
  73. del *.identcache
  74. del *.~*
  75. del *.local
  76. cd ..
  77.