I need some help to create a little DOS batch file to select QL 
emulators.

My flash memory drive has QPC, QemuLator and QLay on it, so I need to 
write a short batch file to select which one to start. Something in 
dos along the lines of:

CLS
PRINT'1-QPC2'
PRINT'2-QemuLator'
PRINT'3-QLay'
INPUT'Which one ';choice$
IF choice$ = '1' then ex \qpc2\qpc2.exe
IF choice$ = '2' then ex \Q-emuLator\QemuLator.exe
IF choice$ = '3' then ex \qlay2\qlay2.exe

Which would probably involve some echo commands etc, but I don't know 
how to ask for input in dos.

-- 
Dilwyn Jones

_______________________________________________
QL-Users Mailing List
http://www.q-v-d.demon.co.uk/smsqe.htm

Reply via email to