Hello everyone, I am trying to install a Sprint Protege Voice mail system and I am communicating via ProcommPlus V4.8 direct connect. Terminal emulation needs to be TVI
The problem I am having is I need to send a ALT Y command to my voice mail unit. I have tried to write a script as follows
;COMWRITE.WAS
proc main
integer ALT_Y = 0x12 ;Key code for <ALT><Y>.
comwrite ALT_Y ;Write <ALT><Y> to the current port.
endproc
Its not working does anyone see what I am doing wrong or can anyone suggest to me how to get Procomm to send the ALT Y to my voice mail? I've tried everything. Any and all help is much appreciated.
Thanks
The problem I am having is I need to send a ALT Y command to my voice mail unit. I have tried to write a script as follows
;COMWRITE.WAS
proc main
integer ALT_Y = 0x12 ;Key code for <ALT><Y>.
comwrite ALT_Y ;Write <ALT><Y> to the current port.
endproc
Its not working does anyone see what I am doing wrong or can anyone suggest to me how to get Procomm to send the ALT Y to my voice mail? I've tried everything. Any and all help is much appreciated.
Thanks