is there a way to get what key there user is pressing ... ie
if user_presses(1)
run(1.bat)

or

if user_presses(1)
run(goto 1)

or eney think like that ...