第一次调用其他批处理脚本后批处理脚本停止 [英] Batch script stops after first call to other batch script

查看:142
本文介绍了第一次调用其他批处理脚本后批处理脚本停止的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我试图执行一个批处理脚本,目前看起来是这样的:

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

不过getftp.bat运行后该停了下来。

However this stops dead after getftp.bat has run.

我是什么做错了吗?这些命令都按顺序运行是非常重要的。

What am I doing wrong? It's important that these commands all run sequentially.

推荐答案

使用启动命令来启动它在一个新的窗口。

use start command to launch it in a new window.

启动/等待getftp.bat

这篇关于第一次调用其他批处理脚本后批处理脚本停止的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆