Last active
January 10, 2022 08:09
-
-
Save b4tman/43946211cce8a051107093d6f7d9c001 to your computer and use it in GitHub Desktop.
батник для очистки кеша 1с (на Windows XP и более новых)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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
@alexeyp280296 это для батника, если копировать в консоль то нужно вместо %%i вводить %i