This repository has been archived on 2024-12-16. You can view files and clone it, but cannot push or open issues or pull requests.
CodeBlocksPortable/WATCOM/eddat/wqh2.vi

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