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.
 
can you please rephrase that question?
its not so clear what you want to do...
 
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...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top