rem If you have multiple FTP scripts that all use the same login information to your FTP rem site then you may wish to manage the login information separately from your FTP scripts rem in a single place. That way if the username, password or hostname for the FTP connection rem changes you only need to edit a single place instead of having to edit all FTP scripts rem one by one. @type %1|ftp -i -s:"%~f0"&GOTO:EOF open example.com username password