home *** CD-ROM | disk | FTP | other *** search
/ CD Shareware Magazine 1999 April / CD_Shareware_Magazine_31.iso / WIN95 / INTERNET / ftpctrl3b8.exe / %MAINDIR% / Scripts / Example17.ftp < prev    next >
Encoding:
Text File  |  1999-02-07  |  411 b   |  19 lines

  1. ; *****************************************************
  2. ; Example14.ftp
  3. ; =============
  4. ; This example shows the use of the commands:
  5. ;    SILENT 
  6. ;    RESTORE
  7. ; -----------------------------------------------------
  8.  
  9.  
  10. Message "The Script window will now disappear for 10 seconds..."
  11.  
  12. SILENT
  13.  
  14. WaitSeconds "10"
  15.  
  16. Restore
  17.  
  18. Message "The Script window has now restored to it's previous position..."
  19.