I am trying to execute a script package 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 after running getftp.bat.
What am I doing wrong? It is important that these commands are executed sequentially.
batch-file
zib24
source share