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 convert-to-xls.bat However this stops dead after getftp.bat has run.
What am I doing wrong? It's important that these commands all run sequentially.