Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @echo off
- title Presser Beta
- if exist node_modules\ (
- echo You've already installed this
- echo Navigate to "config" folder for bot settings and "src" to start the script
- pause
- exit
- ) else (
- call npm i >> NUL
- echo Succesfully installed!
- echo Please re-run this file.
- pause
- exit
- )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement