Computing.Net > Forums > Disk Operating System > Auto caps lock

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Auto caps lock

Reply to Message Icon

Name: Banfield
Date: May 28, 2007 at 09:46:55 Pacific
OS: dos 710
CPU/Ram: 80486
Product: UMC
Comment:

Does anybody know a program (I believe a .com) that put on the keyboard in caps lock "on" from a batch file?
Thanks.



Sponsored Link
Ads by Google

Response Number 1
Name: Mechanix2Go
Date: May 28, 2007 at 10:23:35 Pacific
Reply:

This BAT will create CAPS_ON.COM:

::==
@echo off > d.d

>> d.d echo a 100
>> d.d echo mov ax,0040
>> d.d echo mov ds,ax
>> d.d echo or byte ptr [0017],40
>> d.d echo mov ah,1
>> d.d echo int 16
>> d.d echo mov ax,4c00
>> d.d echo int 21
>> d.d echo.
>> d.d echo r cx
>> d.d echo 0013
>> d.d echo n CAPS_ON.COM
>> d.d echo w
>> d.d echo q

debug < d.d
::==


=====================================
If at first you don't succeed, you're about average.

M2



0

Response Number 2
Name: Banfield
Date: May 28, 2007 at 11:58:28 Pacific
Reply:

Sorry, I don“t know any of machine language. How do it work????
Thanks


0

Response Number 3
Name: Mechanix2Go
Date: May 28, 2007 at 12:17:05 Pacific
Reply:

Save it as my.bat, run it and you will have CAPS_ON.COM


=====================================
If at first you don't succeed, you're about average.

M2



0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Disk Operating System Forum Home


Sponsored links

Ads by Google


Results for: Auto caps lock

System Cannot Find Path Specified www.computing.net/answers/dos/system-cannot-find-path-specified/12435.html

EMM386 memory problems www.computing.net/answers/dos/emm386-memory-problems/15994.html

my d drive can't load any cd or disc? www.computing.net/answers/dos/my-d-drive-cant-load-any-cd-or-disc/6375.html