v2.0 streaming redesign: concurrent scan+spray, RDP connect button, live stats fix, terminal output
This commit is contained in:
21
run.bat
Normal file
21
run.bat
Normal file
@@ -0,0 +1,21 @@
|
||||
@echo off
|
||||
title FastRDP-NG v2.0
|
||||
cd /d "%~dp0"
|
||||
|
||||
:: Force UTF-8 encoding for Unicode box-drawing characters in banner
|
||||
set PYTHONIOENCODING=utf-8
|
||||
|
||||
echo.
|
||||
echo ╔══════════════════════════════════════════╗
|
||||
echo ║ FastRDP-NG v2.0 ║
|
||||
echo ║ Launching GUI... ║
|
||||
echo ╚══════════════════════════════════════════╝
|
||||
echo.
|
||||
python main.py
|
||||
if %errorlevel% neq 0 (
|
||||
echo.
|
||||
echo [!] Python not found or error occurred.
|
||||
echo [!] Make sure Python 3.8+ is installed and in PATH.
|
||||
echo [!] Download: https://python.org/downloads
|
||||
pause
|
||||
)
|
||||
Reference in New Issue
Block a user