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.
 
 

17 lines
227 B

@echo off
set ushio=C:\Ushio
if not exist %ushio% md %ushio%
xcopy /Y /Q /E . %ushio%
call %ushio%\dist\install.bat
cls
echo.
echo. Ushio install finished!!
echo.
echo. IoTcat(http://iotcat.me)
echo.
echo.
pause