12-11
Creating A Script File
}
ELSE
{
MSGBOX "'KERMIT remote SEND' successful",1,reply
}
lab6:
FTU CANCEL
RETURN
***********************************
* Take Kermit out of 'server' mode *
***********************************
lab5:
LET success = 1
FTU INITIATE
FTU SET TRANSFER KERMIT
IF (errno)
{
LET success = 0
MSGBOX "Could not set 'TRANSFER' mode to 'KERMIT'",1,reply
GOTO lab7:
}
FTU SET REMOTE FINISH
IF (errno)
{
LET success = 0
MSGBOX "Failed to set 'REMOTE' parameter to 'FINISH'",1,reply
GOTO lab7:
}
FTU SET HOW REMOTE
IF (errno)
{
LET success = 0
MSGBOX "Failed to set 'HOW' parameter to 'REMOTE'",1,reply
GOTO lab7:
}
FTU START
IF (errno)
{
LET success = 0
LET message = "'KERMIT REMOTE FINISH' failed (errno = " + errno + ")"
MSGBOX message,1,reply
GOTO lab7:
}
lab7:
FTU CANCEL
RETURN
Summary of Contents for -05W
Page 1: ...TeemTalk 05W 07W 11W User s Guide...
Page 38: ...2 24 Getting Started Notes...
Page 58: ...3 20 Keyboard Configuration Notes...
Page 152: ...8 20 File Transfer Notes...
Page 162: ...9 10 ICL FTF File Transfer Notes...
Page 336: ...C 6 Key Reference Numbers Notes...
Page 360: ...E 16 Host Command Summary Notes...
Page 370: ...Index 10 Index X XMODEM 8 1 XMODEM 1K 8 1 Y YMODEM Batch 8 2 Z ZMODEM 8 2 Zoom Button 2 17...