|
|
Script to enable/disable Caps LockOctober 9, 2003
Platform:Windows NT(with WSH 2.0, and WMI 1.1 /Windows 2000 Type:WSH, VBScript , DESCRIPTION:apCslock turns on and off the keyboard CAPS. Run it once, the Caps lock is turned on. Run it again, turns off the Caps lock. Save as a .VBS file and run with CScript. This is particularly useful when user input must be a specific case.
Download the script. set WshShell = CreateObject("WScript.Shell") WshShell.SendKeys "{CAPSLOCK}" Disclaimer: We hope that the information in these pages is valuable to you. Your use of the information contained in these pages, however, is at your sole risk. All information on these pages is provided "as - is", without any warranty, whether express or implied, of its accuracy, completeness, fitness for a particular purpose, title or non-infringement, and none of the third-party products or information mentioned in the work are authored, recommended, supported or guaranteed by me. I shall not be liable for any damages you may sustain by using this information, whether direct, indirect, special, incidental or consequential, even if it has been advised of the possibility of such damages.
|
|
|
|
|