mirror of
https://github.com/ksherlock/x65.git
synced 2024-12-28 04:31:46 +00:00
5 lines
187 B
Batchfile
5 lines
187 B
Batchfile
@echo off
|
|
rmdir /S /Q %USERPROFILE%\.vscode\extensions\x65
|
|
mkdir %USERPROFILE%\.vscode\extensions\x65
|
|
xcopy %~dp0*.* %USERPROFILE%\.vscode\extensions\x65 /EXCLUDE:%~dp0\install.bat /Q /Y
|