8 lines
138 B
Plaintext
8 lines
138 B
Plaintext
echo off
|
|
assign %a = /Enter Windows Function: /
|
|
input %a
|
|
if lastrc == ERR_NO_ERR
|
|
winhelp win31wh.hlp HELP_PARTIALKEY %a
|
|
endif
|
|
echo on
|