VOGONS

Common searches


Search results

Display options

A few questions regarding batch scripting

I've been playing around with writing a batch script to be a launcher for my games. It looks something like this: @echo off echo ########### echo Choose Game echo ########### echo 1.) Ultima Underworld echo 2.) Ultima Underworld 2 echo 3.) Ultima 6 echo 4.) Quit choice /n /c:1234 if errorlevel 4 …

Page 1 of 1