6 lines
86 B
Batchfile
6 lines
86 B
Batchfile
@echo off
|
|
setlocal
|
|
set PHP_EXE="C:\xampp\php\php.exe"
|
|
cd /d "%~dp0"
|
|
%PHP_EXE% bot.php
|