; *****************************************************
; Example45.ftp
; =============
; This example shows :
; - How to change the caption of the application
;
; - How to change the caption of the Window.
;
; - How to change the caption of the "TransSoft Label"
; ( Should not be done too much... :o)
;
; - How to change the caption of the "Cancel" button"
;
; -----------------------------------------------------
; NOTE: You are able to execute the script unchanged...
; *****************************************************
ApplicationCaption "My Own Application"
; This is not normally seen on the new window type
; However, other application are able to see this captions.
WindowCaption "FTP-site lister"
TransSoftLabel "My FTP Program"
CancelButton "S T O P"
Message "Here I Am//13////13//Now see the captions!"