Jump to content

DIY: Wait For a Mouse Event


Recommended Posts

Description: Wait For a Mouse Event (Useful for Your Batch Programming)Screenshot:

Please follow step-by-step as the screenshot shown below:

Note:DEBUG is an internal DOS command.

* There was a small mistake in the screenshot shown below. It should be 0Eh bytes instead of 0Ch bytes when specifying for CX register.

post-337315-0-15268600-1321204671_thumb.

100 MOV AX,0003
103 INT 33 // Mouse Interrupt Call
105 CMP BX,01 // Left Mouse Click?
108 JNZ 0100 // Loop
10A MOV AH,4C // Exit to DOS
10C INT 21

You will notice new CLICK.COM file in the directory.

After you run this tiny program, you have to click using your left mouse button on any part of the screen in order to continue (or return to command prompt)

Edited by FlierMate
Link to comment
Share on other sites


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...