Files
1800queue/scripts/windows/install.bat
2022-02-01 13:47:52 -06:00

17 lines
305 B
Batchfile

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