Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save lospejos/658ac556c2877ba4e2ef1da7441991a1 to your computer and use it in GitHub Desktop.
Save lospejos/658ac556c2877ba4e2ef1da7441991a1 to your computer and use it in GitHub Desktop.
батник для очистки кеша 1с (на Windows XP и более новых)
@echo off
setlocal EnableExtensions
IF NOT DEFINED LOCALAPPDATA set LOCALAPPDATA=%HOMEDRIVE%%HOMEPATH%\Local Settings\Application Data
for /D %%i in ("%LOCALAPPDATA%\1C\1Cv8\*-*-*-*-*") do (rmdir /q /s "%%i")
for /D %%i in ("%LOCALAPPDATA%\1C\1Cv82\*-*-*-*-*") do (rmdir /q /s "%%i")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment