I\'m attempting to execute a batch script that currently looks like this:
D: cd D:My Documents\\FtpSolution\\Test getftp.bat call delimconvert.exe call conve
Try using "Goto :EOF" rather than "exit" at the end of the batch file that you're calling - in your case, the getftp.bat file... That's what fixed mine - tested on Win10 enterprise.