You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
264 B

4 years ago
@echo off
set ushio=C:\Ushio
4 years ago
set src=%ushio%\src
4 years ago
if not exist %ushio% md %ushio%
4 years ago
if not exist %src% md %src%
4 years ago
4 years ago
xcopy /Y /Q /E . %src%
4 years ago
cls
echo.
4 years ago
echo. Ushio is installing!!
4 years ago
echo.
echo. IoTcat(http://iotcat.me)
echo.
echo.
4 years ago
call %src%\bin\fix.bat
4 years ago
pause