ASKOK - popup a confirmation window
This little program simply draws a small window
with two buttons "o.k." and "Cancel".
Button push delivers status codes (DCL symbol $STATUS):
1 o.k.
3 cancel
Program source files:
- askok C main program
- askok.uil XRM resource source file for UIL
- make_askok.com compile and link commands
To make the command available to DCL, either
$ askok :== $location:askok.EXE ,or
put askok.EXE into DCL$PATH .
And have askok.uid in current directory, or (as usual)copy it to
DECW$USER_DEFAULTS or DECW$SYSTEM_DEFAULTS.
Joseph Huber , huber AT mppmuDOTmpgDOTde