8 lines
111 B
Plaintext
8 lines
111 B
Plaintext
|
echo off
|
||
|
assign %a = /Enter Windows Function: /
|
||
|
input %a
|
||
|
if lastrc == ERR_NO_ERR
|
||
|
so qh.vi %a
|
||
|
endif
|
||
|
echo on
|