Search found 2 matches

by LifeRunner
24 Jul 2013 07:37
Forum: DOS Batch Forum
Topic: Batch Buttons / toggles?
Replies: 3
Views: 5118

Re: Batch Buttons / toggles?

A text menue could be created, receiving inputs from keyboard as done in the controller part of: http://www.dostips.com/forum/viewtopic.php?f=3&t=4741&start=30 @echo off setlocal enableDelayedExpansion set "up=w" set "down=s" set "toggle= " set "quit=q&quo...
by LifeRunner
22 Jul 2013 11:32
Forum: DOS Batch Forum
Topic: Batch Buttons / toggles?
Replies: 3
Views: 5118

Batch Buttons / toggles?

Hi! Just joined the forum and I'm on holiday + shitty internet and my bike was just stolen so I'm just sitting here coding some batch. So, as the title suggests I want buttons / toggles in my batch code. Did some googling but I didn't find anything that helped me. What I need buttons for is a joke t...