home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1998 July
/
Chip_1998-07_cd.bin
/
zkuste
/
PCA
/
DISK6
/
DATA.6
/
switch18
/
trailer.scr
< prev
next >
Wrap
Text File
|
1995-11-29
|
1KB
|
38 lines
;************************************************
;************************************************
;
; 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