home *** CD-ROM | disk | FTP | other *** search
-
-
- ;************************************************
- ;************************************************
- ;
- ; commands above this line were recorded online
- ;
- ;************************************************
- ;************************************************
- set echo off
-
-
- ;************************************************
- ; a timeout occurred - end script
- ;************************************************
- @timeout:
- goto @end
-
- ;************************************************
- ; user pressed escape - end script
- ;************************************************
- @cancel:
- set cancel off ; disable escape key trap
- goto @end
-
- ;************************************************
- ; a disconnection was detected - end script
- ;************************************************
- @disconnect:
- goto @end
-
-
- ;************************************************
- ; end of script
- ;************************************************
- @end:
- beep
- end terminal