home *** CD-ROM | disk | FTP | other *** search
- ; *****************************************************
- ; Example14.ftp
- ; =============
- ; This example shows the use of the commands:
- ; SILENT
- ; RESTORE
- ; -----------------------------------------------------
-
-
- Message "The Script window will now disappear for 10 seconds..."
-
- SILENT
-
- WaitSeconds "10"
-
- Restore
-
- Message "The Script window has now restored to it's previous position..."
-