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/qh2.vi

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