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

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