Files
1800queue/scripts/windows/install.bat
2022-01-31 13:56:39 -06:00

17 lines
289 B
Batchfile

@echo off
@REM change to ccurrent directory
cd %~f0\..\..\..\
@REM run
npm install
@REM discord token
if not exist "token" copy NUL "token"
for /f %%i in ("token") do set size=%%~zi
if %size% equ 0 (
set /p token="Enter your discord bot token: "
echo | set /p=%id% > "token"
)