home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 2
/
goldfish_vol2_cd1.bin
/
files
/
comm
/
bbs
/
eazybbs
/
c
/
eazygetty.begin
< prev
next >
Wrap
AmigaDOS Script File
|
1994-02-05
|
387b
|
20 lines
.KEY device/A,unit/A
.BRA {
.KET }
; Give user enough time to quit terminal-program
; and to start his "uucico" (or whatsoever) to
; transfer UUCP files ...
;
Wait 25
; Run "Getty" in background so that it keeps on
; running when this scripts ends ...
;
Run Getty >NIL: -S{device} -U{unit} -A -B${EazyBaudModem} -7 -Md -c0 -r0
; Wait a little bit for Getty to start up ...
;
Wait 25