Keyboards Utilities

  • Thread starter Thread starter AAH
  • Start date Start date
A

AAH

Any utility which explains key settings on
keyboards like key names and numbers so
that keys can be used in batch files.
Thanks.
 
The purpose is to assign some sort of a
function to a particular key.
Examole - Autoexec.bat file

Set prompt=$e[0;133;"Cls"p$P$G
Set prompt=$e[0;134;"Dir /o /p /a"p$p$g

The first line assigns a Cls command to
key 0;133 which is F11.
The second line assigns the function of
Dir /o /p /a to key 0;134 which is F12.
In other words the names and numbers of
keyboard keys.




"John Jay Smith" <-> wrote in message
can you please rephrase that question?
its not so clear what you want to do...
 
Back
Top