home *** CD-ROM | disk | FTP | other *** search
- BLANK.COM Version 1.01, a simpel screen blanker for DESQview.
-
- DESQview is a registered trademark of Quarterdeck Office Systems
-
- Saesoft International, [NMS] Netherlands Message Centre
- Post Office Box: 9179, Telex: Saesoft, 20010 PMS NL
- 3007 AD Rotterdam Holland. Telefax: Saesoft, +31 (10)4113888
- Phone: +31 (10)4795892 PostBank PSTB NL 2A 5506405
-
- Copy the files BLANK.COM and SB-PIF.DVP to your \DV directory and add the
- program with the keys SB to your menu, this is all, blank.com will hide the
- cursor and DESQview will clear the screen for you, strike any key to exit the
- blank program.
-
- What does it do ? the code;
-
- MOV AH,01
- MOV CH,32 ;this will hide the cursor
- XOR CL,CL
- INT 10
- XOR AX,AX ;here we wait for a key to be pressed
- INT 16
- INT 20 ;here we exit blank.com
-
- At start DESQview always clears the screen, blank mearly hides the cursor and
- waits for a key to be pressed...
-
- BLANK2.COM is about the same as blank.com, but it does not wait for a key to
- be pressed, you must kill or close the window first.
-
- BLANK3.COM is about the same as blank.com, but it waits for the EScape key to
- be pressed, then it will close the window.
-
-
- *** DVBLANK.ZIP is hereby moved to the public domain, no copyright. ***
-