Advertisement
FlyFar

Launch.bat

Jun 5th, 2023
931
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.30 KB | Cybersecurity | 0 0
  1. @echo off
  2. title Presser Beta
  3.  
  4. if exist node_modules\ (
  5.   echo You've already installed this
  6.   echo Navigate to "config" folder for bot settings and "src" to start the script
  7.   pause
  8.   exit
  9. ) else (
  10.   call npm i >> NUL
  11.   echo Succesfully installed!
  12.   echo Please re-run this file.
  13.   pause
  14.   exit
  15. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement