Du kan evt bruge SET /P til at få input fra brugeren.
:Loop SET Choice= SET /P Choice=Tryk 1, 2 eller 3 og tryk enter: IF NOT '%Choice%'=='' SET Choice=%Choice:~0,1% IF /I '%Choice%'=='1' Goto Label1 IF /I '%Choice%'=='2' Goto Label2 IF /I '%Choice%'=='3' Goto Label3 goto Loop :Label1 osv
wsh kræver at scripting-host er installeret. Det er den som standard i windows 2k og xp
Tilladte BB-code-tags: [b]fed[/b] [i]kursiv[/i] [u]understreget[/u] Web- og emailadresser omdannes automatisk til links. Der sættes "nofollow" på alle links.