ftp automation

ScriptFTP

The professional tool to automate FTP, SFTP, FTPS and schedule FTP batch jobs

The forum is now read only. Please, go to the the main ScriptFTP website if you need help.
Need help writing a script? Have any question about ScriptFTP?
I need to be able to exit ScriptFTP after an EXEC function.
EXEC("success.vbs")
EXIT

The VBS script is a simple MSGBox
msgbox("SUCCESS! Your files are up to date.",0+64,"Success")

Is there a way to close ScriptFTP without it 'waiting' for the return code from the msgbox?
Not really used VBS, so not sure if this'll work.

Can you call a .VBS script which itself calls the Messagebox .VBS and then closes itself? So ScriptFTP will then see that the .VBS script that it called has closed, but the .VBS with the message box should still be there?