; 
; --- WinPack Script Editor ---
; --- (C) 1996 by IK4GBX Jo ---
; ---       FREEWARE        ---
; 
; ----------------------------
; --- YAPP DOWN (BBS MODE) ---
; ----------------------------
;
; All lines in script files that start with ';' are ignored.
;
; The hot key.
HOTKEY F3
;
; The title.
TITLE YDownload from Local BBS
;
WAITDISC
;
; Send the command to connect to my local BBS.
SEND C $BBS
;
; Wait for the connection to be established.
WAITCON
;
; Wait for the prompt.
WAITPROMPT
;
send yd winpack\winp553.arj
WAITPROMPT
;
;send yd news-7pl\nscc12.zip
;WAITPROMPT
;
;send yd windows\comets.arj
;WAITPROMPT
;
;send yd windows\WINSNC31.ARJ
;WAITPROMPT
;
;send yd win95\setup.exe
;WAITPROMPT
;
;send yd internet\N32E20.ARJ
;waitprompt
;
SEND B
;

