Search found 4 matches

by Heinen
14 Apr 2013 10:05
Forum: DOS Batch Forum
Topic: Send pause command to vlc?
Replies: 3
Views: 6105

Send pause command to vlc?

Hello, i need to know how to send a pause/start command to a program, vlc media player.

I have been googling like a maniac but still didn't find anything.

Thnx so much for your time!
by Heinen
11 Apr 2013 02:55
Forum: DOS Batch Forum
Topic: CHOICE no entry fail
Replies: 5
Views: 5139

Re: CHOICE no entry fail

Thnx, got it! :)

Possible to make the backspace do the same thing as enter in this situation?
by Heinen
11 Apr 2013 01:44
Forum: DOS Batch Forum
Topic: CHOICE no entry fail
Replies: 5
Views: 5139

Re: CHOICE no entry fail

Don't know what you mean with "Backspace to command". Sry, bad English, i meant make the backspace key, do a "goto" command in the batch. The problem was fixed, in a way, i dont get the error. BUT! When i press enter without enter anything, it chooses the last chosen number! So ...
by Heinen
11 Apr 2013 00:42
Forum: DOS Batch Forum
Topic: CHOICE no entry fail
Replies: 5
Views: 5139

CHOICE no entry fail

Hello, i'm doing this batch choise option; set/p "cho=>" if %cho%==1 start something.exe if %cho%==2 start something-else.exe But if i dont enter anything, and hit enter, i get this error code: start was unexpected at this time I need it to "goto something" instead, anyone know h...