diff --git a/Start.cmd b/Start.cmd new file mode 100644 index 0000000..3e6a9de --- /dev/null +++ b/Start.cmd @@ -0,0 +1,14 @@ +@echo off +title Console Connector +color f0 + +echo Enter the server IP you wish to connect to +set /p ip= + +echo Enter the server PORT you wish to connect to +set /p port= + +echo Attempting to Lauch Connection... +./phantom-Windows -server %ip%:%port% +echo success! +timeout /t 3 >nul