English 中文(简体)
如何操作一个没有细微的窗户铺?的批子?
原标题:How can i run a .bat file without cmd window popping up?

I have a .batc file that i am trying to run in Jenkins. Jenkins is running as a service so wont recognize the pop ups. Is there a way i can run this .bat file in silent mode or not allow the cmd window to popup ?

问题回答

届时,您可使用<代码><><>>>。 指令/min/b 转换成以尽量减少或背景的方式管理批次档案。

start /min /b yourfile.bat 




相关问题
complex batch replacement linux

I m trying to do some batch replacement for/with a fairly complex pattern So far I find the pattern as: find ( -name *.php -o -name *.html ) -exec grep -i -n hello {} + The string I want ...

How to split a string by spaces in a Windows batch file?

Suppose I have a string "AAA BBB CCC DDD EEE FFF". How can I split the string and retrieve the nth substring, in a batch file? The equivalent in C# would be "AAA BBB CCC DDD EEE FFF".Split()[n]

How to check which Operating System?

How can I check OS version in a batch file or through a vbs in an Windows 2k/2k3 environment ? You know ... Something like ... : "If winver Win2k then ... or if winver Win2k3 then ....

热门标签