mirror of
https://github.com/ksherlock/x65.git
synced 2025-01-01 15:30:06 +00:00
5 lines
191 B
Batchfile
5 lines
191 B
Batchfile
|
@echo off
|
||
|
if not exist "%USERPROFILE%\.vscode\extensions\x65" mkdir %USERPROFILE%\.vscode\extensions\x65
|
||
|
xcopy %~dp0*.* %USERPROFILE%\.vscode\extensions\x65 /EXCLUDE:%~dp0\install.bat /Q /Y
|
||
|
|