2017-04-15 20:34:16 +00:00
|
|
|
@echo off
|
2017-04-16 03:51:09 +00:00
|
|
|
rmdir /S /Q %USERPROFILE%\.vscode\extensions\x65
|
|
|
|
mkdir %USERPROFILE%\.vscode\extensions\x65
|
2017-04-15 20:34:16 +00:00
|
|
|
xcopy %~dp0*.* %USERPROFILE%\.vscode\extensions\x65 /EXCLUDE:%~dp0\install.bat /Q /Y
|