[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference csc32::consolemanager

Title:POLYCENTER Console Manager
Notice:Kits, Scans, Docs on CSC32:: as PCM$KITS:,PCM$DOCS:, PCM$SCANS:
Moderator:CSC32::BUTTERWORTH
Created:Thu Aug 06 1992
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:1541
Total number of notes:6564

671.0. "Unable to do a break with a dialog command !" by LIL08::MALRAS (Knowledge is power, en France aussi) Mon Apr 10 1995 18:55

VAX/VMS 6.1, PCM 1.5 + ECO 1.5

I cannot perform a break with a dialog command. My dialog file contains :

RATE 5
SEND " "
WAIT 10 "Username:"
SEND
WAIT 10 "Do you want to transmit a break? [Y/N]"
SEND "Y"

Error message is :

Dialog error: WAIT timed out
At line 5

Any idea ? (or workaround).

Thanks
JF
T.RTitleUserPersonal
Name
DateLines
671.1OPG::PHILIPAnd through the square window...Mon Apr 10 1995 19:1312
Try the keyword "BREAK" e.g....


RATE 5
SEND " "
WAIT 10 "Username:"
BREAK


Cheers,
Phil
671.2LIL08::MALRASKnowledge is power, en France aussiTue Apr 11 1995 11:283
OK, it works. Thanks Phil.

JF