home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1998 July
/
Chip_1998-07_cd.bin
/
zkuste
/
PCA
/
DISK6
/
DATA.6
/
switch18
/
header.scr
next >
Wrap
Text File
|
1995-11-29
|
1KB
|
38 lines
;*****************************************************************************
;
; This script file was generated for you by the pcAnywhere script recorder.
; You may edit this file at your leisure.
;
; Some suggestions:
;
; Add a "Type String" command to display error conditions where appropriate
;
; (ex: Type String "A timeout has occured....ending script now^M^J"
;
;
;*****************************************************************************
;************************************************
; initialize event trapping
;************************************************
set cancel on ; enable escape key to cancel the script
on cancel goto @cancel
on timeout goto @timeout ; enable timeouts
set timeout 20 ; set timeout value to 20 seconds
set disconnect on ; set disconnection trap
on disconnect goto @disconnect
set echo on
;************************************************
;************************************************
;
; commands below this line were recorded online
;
;************************************************
;************************************************