CPN commit

This commit is contained in:
2026-01-22 20:31:34 +01:00
parent 18defb93fd
commit c75c68b708
4 changed files with 4 additions and 4 deletions

View File

@@ -6,10 +6,10 @@ echo ========================================
echo.
REM Prompt for username
set /p USER="Enter username"
set /p USER="Enter username: "
REM Prompt for server IP
set /p HOST="Enter server IP"
set /p HOST="Enter server IP: "
REM Password hint (SSH will prompt for password)
echo.

View File

@@ -6,10 +6,10 @@ echo ========================================
echo.
REM Prompt for username
set /p USER="Enter username"
set /p USER="Enter username: "
REM Prompt for server IP
set /p HOST="Enter server IP"
set /p HOST="Enter server IP: "
REM Password hint (SSH will prompt for password)
echo.