Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
DMC's current .bat admin panel
SUBMITTED BY:
Guest
DATE:
Oct. 19, 2013, 3:59 p.m.
FORMAT:
Text only
SIZE:
638 Bytes
Raw
Download
Tweet
HITS:
997
Go to comments
Report
@echo off
color 3
title DMC Admin Panel
:start
echo Hey, Alex.
echo What do you want to do?
echo.
echo 1) Load DMCFaucetBot for WC
echo 2) Load DMCFaucetBot for CC
echo.
echo 0) Quit
set /p choice="Enter your choice: "
if "%choice%"=="1" goto floadWC
if "%choice%"=="2" goto floadCC
if "%choice%"=="0" exit
echo Invalid choice: %choice%
echo.
pause
cls
goto start
:floadWC
cls
cd DMCFaucetBotWC
node DMCFaucetBot.js
pause
cls
goto start
:floadCC
cls
cd DMCFaucetBotCC
node DMCFaucetBot.js
pause
cls
goto start
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus