Search found 100 matches

by Sounak@9434
21 Dec 2016 02:37
Forum: DOS Batch Forum
Topic: Mouse Hovering in Batch
Replies: 35
Views: 29041

Re: Mouse Hovering in Batch

@misol101
Oops. Sorry. Didn't noticed the 'type %~n0.bat'.
%~n0.bat expands to the file name(in my case mouse.bat) and type types that.
Sorry for bothering for such a stupid question. :( :cry:
by Sounak@9434
21 Dec 2016 00:56
Forum: DOS Batch Forum
Topic: Mouse Hovering in Batch
Replies: 35
Views: 29041

Re: Mouse Hovering in Batch

@misol101
I don't know what problem is happening but even when the script is started with "@echo off" though in cmd window it is typing the whole source. Here is a screenshot of my problem.
Image
by Sounak@9434
20 Dec 2016 11:56
Forum: DOS Batch Forum
Topic: Mouse Hovering in Batch
Replies: 35
Views: 29041

Re: Mouse Hovering in Batch

Yeah cmdgfx is not that much tough as it seems to be. I am currently using the gfxtest.bat(and trying to create some new). That's a pretty great tool indeed for graphics. Hope i can move onto 3d and stuff after learning the basics.
by Sounak@9434
20 Dec 2016 00:28
Forum: DOS Batch Forum
Topic: Mouse Hovering in Batch
Replies: 35
Views: 29041

Re: Mouse Hovering in Batch

That is awsome! It is just like the one in my example. Though speed is a little factor. It's a bit slower(in milliseconds), which is obvious as there are so many functions and calculations, but in batch I don't think we can get better than that. I have edited a few lines in you script like directly ...
by Sounak@9434
19 Dec 2016 22:54
Forum: DOS Batch Forum
Topic: Cmdwiz - 54 operation cmd helper tool (now with Unicode)
Replies: 58
Views: 115107

Re: Cmdwiz - cmd helper tools

@misol101 I am not saying about speed or stuff but usually batch files are meant to be small. If there are games or other stuff to be made I think the size really matters. Though 74.4 KB is not much but still. It's obviously upto you. You can just create or add a secondary file in the zip in which n...
by Sounak@9434
18 Dec 2016 23:08
Forum: DOS Batch Forum
Topic: Mouse Hovering in Batch
Replies: 35
Views: 29041

Re: Mouse Hovering in Batch

It would be quite tough to keep on changing the Colors. By the way misol101 your tool cmdwiz is cool. It contains so many features in such a low file size. Insertbmp is awesome too . Same for TSnake41's darkbox, it prints colored text at the maximum speed I have ever seen. I think using this tools c...
by Sounak@9434
18 Dec 2016 23:01
Forum: DOS Batch Forum
Topic: Cmdwiz - 54 operation cmd helper tool (now with Unicode)
Replies: 58
Views: 115107

Re: Cmdwiz - cmd helper tools

A request from me.
Could you possibly remove all the helping text from the tool? (which appears on cmdwiz operation /? or cmdwiz /?)
I think it would lower down the file size significantly and make it more usable. You can add a readme.txt file with the download to explain the features.
by Sounak@9434
18 Dec 2016 06:37
Forum: DOS Batch Forum
Topic: Mouse Hovering in Batch
Replies: 35
Views: 29041

Re: Mouse Hovering in Batch

well, darkbox_i is also fast and works good. But it does not supports both keyboard and mouse input on the same time, does it?
by Sounak@9434
17 Dec 2016 22:19
Forum: DOS Batch Forum
Topic: Mouse Hovering in Batch
Replies: 35
Views: 29041

Re: Mouse Hovering in Batch

Well, Cmdwiz meets almost all my needs. It has a fast mouse detection function as well as supports timer and keyboard but can you guys make the block color inverted on which mouse is in like in the attached file.(It wont works if quickedit is on) P.S. It was Advanced bat to exe's mousecmd menu examp...
by Sounak@9434
16 Dec 2016 23:18
Forum: DOS Batch Forum
Topic: Mouse Hovering in Batch
Replies: 35
Views: 29041

Mouse Hovering in Batch

Well I am a new user here but I have learned decent batch programming with available online resources. Well, I like to keep it short so, Is there any tool available to detect batch hovering? I have found GetInput by Aacini which accesses both mouse and keyboard input(Something I was looking for) but...