I hope that this is easy.
I've been unable to find a sample script that uses
set terminal keyboardfile.
From the help file I would expect the following to
work, but it doesn't. It compiles and runs without
error but the .kbd in use doesn't change.
The file is
"D:\Program Files\Procomm Plus\ANSIBBS.kbd"
word wrap for this form distorts it.
Any help will be appreciated.
Thanks Dave
=============================
PROC MAIN
disconnect
termreset
clear
set terminal type ANSIBBS
set terminal keyboardfile "D:\Program Files\Procomm Plus\ANSIBBS.kbd"
commandmode on
ENDPROC
I've been unable to find a sample script that uses
set terminal keyboardfile.
From the help file I would expect the following to
work, but it doesn't. It compiles and runs without
error but the .kbd in use doesn't change.
The file is
"D:\Program Files\Procomm Plus\ANSIBBS.kbd"
word wrap for this form distorts it.
Any help will be appreciated.
Thanks Dave
=============================
PROC MAIN
disconnect
termreset
clear
set terminal type ANSIBBS
set terminal keyboardfile "D:\Program Files\Procomm Plus\ANSIBBS.kbd"
commandmode on
ENDPROC