Mineplex/.FILES USED TO GET TO WHERE WE ARE PRESENTLY/xampp/install/portcheck.bat
Daniel Waggner 76a7ae65df PUUUUUSH
2023-05-17 14:44:01 -07:00

6 lines
190 B
Batchfile

@echo off
echo "Checking necessary ports! Please wait ..."
set PHP_BIN=..\php\php.exe
set CONFIG_PHP=portcheck.php -80,443,3306,21,14147,8080
%PHP_BIN% -n -d output_buffering=0 %CONFIG_PHP%