Search found 12 matches

by alontraitel
28 Aug 2013 07:10
Forum: DOS Batch Forum
Topic: start a folder of music
Replies: 3
Views: 3907

Re: start a folder of music

windows media player LOL
by alontraitel
28 Aug 2013 06:07
Forum: DOS Batch Forum
Topic: start a folder of music
Replies: 3
Views: 3907

start a folder of music

what command should i use if i have a folder with songs and i want to start all the songs with one click from the desktop?
by alontraitel
23 Oct 2012 04:46
Forum: DOS Batch Forum
Topic: USB Activator
Replies: 5
Views: 5520

Re: USB Activator

never mind... tnx for the help anyway :D
i quit the project
by alontraitel
22 Oct 2012 14:33
Forum: DOS Batch Forum
Topic: USB Activator
Replies: 5
Views: 5520

Re: USB Activator

Boombox wrote:.
.
A button connected via USB? Some more detail please...


i mean that i will connect a switch to a usb cable and connect to the computer. then i will active the switch and a window (expmple- Facebook) will open.
it is possible to proggram a software that will do it in batch?
by alontraitel
22 Oct 2012 13:46
Forum: DOS Batch Forum
Topic: USB Activator
Replies: 5
Views: 5520

USB Activator

Hello :D
i want to program a file that make a file to open if i press a button connected via USB.
any ideas ??
and if u can, how can i connect a button via USB ? lol (this is just a sec-question, the main one is above)
by alontraitel
18 Oct 2012 09:25
Forum: DOS Batch Forum
Topic: Use User input
Replies: 12
Views: 8889

Re: Use User input

foxidrive wrote:I can't help further if I don't know which part you don't understand.


for now its all :D you answerd my question :)
tnx alot for the help :)
i now testing the SETX command, if i will have troubles i will open another topic
by alontraitel
18 Oct 2012 09:12
Forum: DOS Batch Forum
Topic: Use User input
Replies: 12
Views: 8889

Re: Use User input

tnx ! this is the first time i see the command set alone (not like set/p) LOL what it does? I didn't follow your question: this syntax sets the data in an environment variable called %variable% set variable=data You can also see it written like this when the data has poison characters in it: set &q...
by alontraitel
18 Oct 2012 09:07
Forum: DOS Batch Forum
Topic: Use User input
Replies: 12
Views: 8889

Re: Use User input

foxidrive wrote:It is a command in Win7 and maybe Vista that sets the environment variable in the master environment. You need a resource kit to get it in XP and earlier I think.

Type this for help:

setx /?


tnx !! you help me alot
by alontraitel
18 Oct 2012 08:51
Forum: DOS Batch Forum
Topic: Use User input
Replies: 12
Views: 8889

Re: Use User input

to prevent the crash of the batch when the user not entering any value just he press enter without any input ok but it work the same with out the: set "password=" Not always. and how can i do that the password wont delete after i exit ? Use the command SETX sorry that i'm stupid xD what i...
by alontraitel
18 Oct 2012 08:33
Forum: DOS Batch Forum
Topic: Use User input
Replies: 12
Views: 8889

Re: Use User input

tnx ! this is the first time i see the command set alone (not like set/p) LOL what it does? This set "password=" to prevent the crash of the batch when the user not entering any value just he press enter without any input ok but it work the same with out the: set "password=" and...
by alontraitel
18 Oct 2012 08:26
Forum: DOS Batch Forum
Topic: Use User input
Replies: 12
Views: 8889

Re: Use User input

tnx !
this is the first time i see the command set alone (not like set/p) LOL
what it does?
by alontraitel
18 Oct 2012 08:21
Forum: DOS Batch Forum
Topic: Use User input
Replies: 12
Views: 8889

Use User input

hello, i'm new in batch codding and i have a question. (sorry for my english, i''m not from britain/usa) can i set an Variable that is value will be a user input? i Mean like i set an Variable: set/p Password= : and the value of Password will be the password that the user will choose? hope i wrote e...