home *** CD-ROM | disk | FTP | other *** search
- ; ScriptFTP V1.2 -- exemple of script to use the script done.
- ;
- ; It uses MountFTP.
- ; It logs to the site named 'aminet' and then, execut the script
- ; (done by ScriptFTP). you want that's in "aminet:" directory
- ; my default script is named ScriptFTP.data
- ;
- ; Important: FTPMount must be installed and mounted !!!
-
- ; so if there is an error the script continue
- failat 21
-
- ; we use FTPMount
- cd ftp:
-
- ; and enter in the aminet ftp (look at the FTMount.guide)
- cd aminet
-
- ; now the script ask which script done by ScriptFTP i want to use
- execute `c:requestfile DRAWER AmiTCP: FILE ScriptFTP.data`
-
- ; execute it.....
-
- ; now the script done by ScriptFTP is over and this script warn me
- c:requestchoice "ScriptFTP" "ScriptFTP has finished its job!" "Ok"
-
- ; close the cli
- endcli