Home > Software design >  The string is missing terminator: ' . Batch
The string is missing terminator: ' . Batch

Time:08-24

@echo off
color 2
echo UWP Helper & echo.

:begin
echo 1. Install game
echo 2. Install DLC
echo 3. Enable Developer Mode
echo 4. Disable Developer Mode
echo 5. Exit

set /p action="Choose action: "

IF NOT "           
  • Related