Search found 53 matches

by tcpman
13 Sep 2014 07:18
Forum: DOS Batch Forum
Topic: How display an image/pictures on cmd screen?
Replies: 22
Views: 42666

Re: How display an image/pictures on cmd screen?

tnx ok so if we use carlos extenal tool we dont get into any buffer or something problem? and guys just someone posted this in a forum i think this will solve the bat to exe problem m i run it and there was no cmd.exe process i think this may handle complex code's too if anyone can try it to see wha...
by tcpman
13 Sep 2014 06:06
Forum: DOS Batch Forum
Topic: How display an image/pictures on cmd screen?
Replies: 22
Views: 42666

How display an image/pictures on cmd screen?

i saw that some pepole do this kinda thing's in batch i was thinking how it's possible to do this ? also is there any way to convert bat to exe? as you know if you have a complex code it wont work! but it should work because when we run a bat file that we convert it to exe in process list we see cmd...
by tcpman
09 Sep 2014 02:04
Forum: DOS Batch Forum
Topic: Another "MODE" trick demo
Replies: 12
Views: 9377

Re: Another "MODE" trick demo

nice work!
by tcpman
09 Sep 2014 01:46
Forum: DOS Batch Forum
Topic: set/p with time?
Replies: 34
Views: 18872

Re: set/p with time?

thanks guys you helped me a lot :D
by tcpman
05 Sep 2014 14:14
Forum: DOS Batch Forum
Topic: set/p with time?
Replies: 34
Views: 18872

Re: set/p with time?

@agerman
tnx but i could not understand what your script do! sory i am not pro in batch can you add some notes about it?




pepen

what about using vbs file to do the shift + alt job?
by tcpman
05 Sep 2014 13:21
Forum: DOS Batch Forum
Topic: set/p with time?
Replies: 34
Views: 18872

Re: set/p with time?

oh yes sory my mistake

tnx all the problem is now solved

but what about others?? is there any way to change the default language with batch? or do the shft+alt work?
because i going to give this to others
by tcpman
05 Sep 2014 11:55
Forum: DOS Batch Forum
Topic: set/p with time?
Replies: 34
Views: 18872

Re: set/p with time?

@einstein1969


tnx i will give it a try

----------------
also i was thinking maybe we could do what shift+alt do in batch? so then the problem will be solved
by tcpman
05 Sep 2014 10:09
Forum: DOS Batch Forum
Topic: set/p with time?
Replies: 34
Views: 18872

Re: set/p with time?

@foxdrive win 7 no i use choice.exe @penpen look my keybord language is en i start batch need's shif + alt my keybord language is not en i start batch and still need's shft + alt so i think the choice does not care about my language at all its just need me to press shft + alt even when language is e...
by tcpman
05 Sep 2014 09:35
Forum: DOS Batch Forum
Topic: set/p with time?
Replies: 34
Views: 18872

Re: set/p with time?

yes

but what to do?
by tcpman
05 Sep 2014 02:05
Forum: DOS Batch Forum
Topic: set/p with time?
Replies: 34
Views: 18872

Re: set/p with time?

changed the chcp code still does not work! i do some tests looks like the choice command does not care about the language of keys i send its only need to press shft + alt even when my language is english and then i open script still give me beep sound by pressing wasd but after shift + alt when even...
by tcpman
04 Sep 2014 13:54
Forum: DOS Batch Forum
Topic: set/p with time?
Replies: 34
Views: 18872

Re: set/p with time?

thanks! i will try that aacini @squashman yes i want to do that! if i can redirect if no input givven even better but that will do it too! i changed the chcp to 431(united states) still same problem i need to press shift + alt its no problem for me pressing it but because i want to give it to other ...
by tcpman
04 Sep 2014 13:16
Forum: DOS Batch Forum
Topic: set/p with time?
Replies: 34
Views: 18872

Re: set/p with time?

720

what is chcp?
sory my intenet speed is very low these days(more like dial up!) i cant serach!
by tcpman
04 Sep 2014 12:24
Forum: DOS Batch Forum
Topic: set/p with time?
Replies: 34
Views: 18872

Re: set/p with time?

@compo yes i know look for exmaple we have a choice command with wasd and i run the script now even when my language is english when i press w or s or d or a i get a beep sound but when i press shift+alt and then press one of the wasd there is no problem and its work correctly! @squashman look i wan...
by tcpman
04 Sep 2014 11:05
Forum: DOS Batch Forum
Topic: set/p with time?
Replies: 34
Views: 18872

Re: set/p with time?

can you post a code exmaple plz? the problem is choice command has some problems for me! each time i run a program using this command i have to press shift + alt if i dont do this is only give me beep sound! (keybord language is english but i dont know why i have to press the shift+alt) so is better...
by tcpman
04 Sep 2014 08:29
Forum: DOS Batch Forum
Topic: set/p with time?
Replies: 34
Views: 18872

set/p with time?

hi all

i am creating a game and i was wondring
is it possible to use a timer with set/p
so if the timer equal to 0
and no input has been giving we go to a label or something?

i think its inpossible because of batch interpreter runs the line one by one!

but just wanted to ask!