Search found 53 matches

by tcpman
22 May 2015 09:15
Forum: DOS Batch Forum
Topic: getting camera info from bath file?
Replies: 6
Views: 6849

Re: getting camera info from bath file?

thank you !
you saved my day!
by tcpman
21 May 2015 09:44
Forum: DOS Batch Forum
Topic: getting camera info from bath file?
Replies: 6
Views: 6849

Re: getting camera info from bath file?

well i am still looking for a way using vbs,cmd,powershell
but if no luck then i will use this
tnx my friend.
by tcpman
19 May 2015 12:49
Forum: DOS Batch Forum
Topic: getting camera info from bath file?
Replies: 6
Views: 6849

getting camera info from bath file?

as many of you guys know when we take a picture with our camera and then send it to our computer if we open the propertes we can see the model and the company name of the camera! now i want to save this model and company name into a text file but i just dont know how! i though it will be possible us...
by tcpman
07 Mar 2015 15:56
Forum: DOS Batch Forum
Topic: echoing other language texts?
Replies: 5
Views: 7700

echoing other language texts?

is there anyway to echo arabic,persian,russian,Chinese,etc texts in cmd?
(i preform not using external tools)
i serached about this and looks like i have to change the font and chcp but still i cant get the correct output i want!

tnx for your help
by tcpman
30 Oct 2014 00:31
Forum: DOS Batch Forum
Topic: locking mouse and keyboard?
Replies: 8
Views: 5819

Re: locking mouse and keyboard?

its not virus like i said there is a password that user must enter it so then when he enter the password he can use computer i want to use this on few computer so just the pepole that have passwords be able to use it its like a desktop locker windows its self has something for this so you can choice...
by tcpman
29 Oct 2014 12:24
Forum: DOS Batch Forum
Topic: locking mouse and keyboard?
Replies: 8
Views: 5819

Re: locking mouse and keyboard?

what do you mean?
you mean i create a service for this?how?

my program has a password that user must know it to close my program
now the user can simpley use mouse to exit my program or he could use hot key to bring up task manger and using task manger close my program
by tcpman
29 Oct 2014 04:02
Forum: DOS Batch Forum
Topic: locking mouse and keyboard?
Replies: 8
Views: 5819

Re: locking mouse and keyboard?

my main target is to disable all of hotkeys and make program uncloseable
by tcpman
28 Oct 2014 14:00
Forum: DOS Batch Forum
Topic: locking mouse and keyboard?
Replies: 8
Views: 5819

locking mouse and keyboard?

hi
i have a program that i need to lock and unlock the keyboard and mouse
there was a way for this using rundle32 but its not working here (i am runing win 7)
also there is a reg way for this but i did not try that yet

is this possible using windows api?
because there are some api for this in windows
by tcpman
20 Sep 2014 09:08
Forum: DOS Batch Forum
Topic: Help with score system
Replies: 7
Views: 4973

Re: Help with score system

when we use set /a score=%score% + 10 we update the value of score but the display update of score is only when we reach echo %score% in each label at the top there is a echo %score% so when we reach the labels the score will be updated but if you mean you want to update it Immediately when the scor...
by tcpman
20 Sep 2014 07:17
Forum: DOS Batch Forum
Topic: Help with score system
Replies: 7
Views: 4973

Re: Help with score system

ok i tested your code and now is works fine foxdrive was correct bytheway! also you can just use set score=0 you dont need /a when you are giving a value to var without operation(+,-,%,...) @echo off title Guess the number! color 04 set score= 0 :start cls set /a number=(%random% %%15)+1 echo ------...
by tcpman
16 Sep 2014 07:02
Forum: DOS Batch Forum
Topic: How display an image/pictures on cmd screen?
Replies: 22
Views: 42147

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

lol nice exmaple tnx



no! is not about money!


ok looks like you convince me! i should post the source then!
by tcpman
15 Sep 2014 08:04
Forum: DOS Batch Forum
Topic: How display an image/pictures on cmd screen?
Replies: 22
Views: 42147

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

@agerman well some of them may worth you dont know that for sure right? tnx for source bmp is ok there is not any problem with picture format @shadowthief i will going to take a look thank you @foxdrive look are you be happy if you write at least 3000 line of code and then you see someone just used ...
by tcpman
14 Sep 2014 10:09
Forum: DOS Batch Forum
Topic: How display an image/pictures on cmd screen?
Replies: 22
Views: 42147

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

@aGerman well realy good stroy i enjoy reading it! its very good that the end was a good end! i want to use the convertor just like you! so then no one can do a right click and then edit the script! i am aware that getting source code its very easy! even if someone want to get the souce and he dont ...
by tcpman
13 Sep 2014 08:33
Forum: DOS Batch Forum
Topic: How display an image/pictures on cmd screen?
Replies: 22
Views: 42147

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

tnx agerman you are correct but see this will make a bat file! and the bat file is the same bat file that we give to the program! now if we dont want to do anything with path things (like %0) it should work! right? but i have an idea that may cause less problems and solve some of path problems! i se...
by tcpman
13 Sep 2014 07:51
Forum: DOS Batch Forum
Topic: How display an image/pictures on cmd screen?
Replies: 22
Views: 42147

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

well agerman i think this mean it will work with complex code but there is a chance to make some problem's because of diffrent path

the exe file make a bat file in local temp and then run it!
and save the result in The current exe file!