批处理文件,要求具有PAUSE它一个exe,如何跳过? [英] Batch file, calling an exe that has PAUSE in it, how to skip?

查看:676
本文介绍了批处理文件,要求具有PAUSE它一个exe,如何跳过?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

forfiles /p "P:\a3\" /s /m *.wss /c "cmd /c dewssdos @file" 

DeWssDos.exe,我在这里呼吁中有一个暂停,我不能修改exe文件。

DeWssDos.exe, that I call here has a PAUSE in it and I can not edit the exe.

我如何从我的code内跳过暂停?

How do I skip the PAUSE from within my code?

推荐答案

感谢您的回答!

我很抱歉浪费了你的时间。不幸的是我完全忽略了在DOS工具本身的一个选项... -P禁用暂停。好家伙。 :)

I am sorry to have wasted your time. Unfortunately I totally overlooked an option in the DOS Tool itself... -P disables the pause. Oh boy. :)

是任何人的工作与Mikero的DeWssDos工具,试试这个:

Anyone that's working with Mikero's DeWssDos tool, try this:

FORFILES / P路径\\为\\文件/ S / M * .wss / CCMD / C dewssdos -P @file

forfiles /p "Path\To\Files" /s /m *.wss /c "cmd /c dewssdos -P @file"

这篇关于批处理文件,要求具有PAUSE它一个exe,如何跳过?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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