两个同一行批处理文件 - 只有一行正在工作
每条生产线都在自己工作。但如果它们位于同一文件中,则只有第一行有效。
pyuic4 C:\file1.ui -o C:\file1.py
pyuic4 C:\file2.ui -o C:\file2.py
怎么了?
它是Windows。
并且暂停在此文件中不起作用。它只是在第一行之后结束(但它执行正确)
Every line is working by itself. But only first line is working if they are in the same file.
pyuic4 C:\file1.ui -o C:\file1.py
pyuic4 C:\file2.ui -o C:\file2.py
What is wrong?
It is Windows.
And pause did not working in this file. It just end after first line (but it is executed right)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
心灵调试:
pyuic
是一个批处理文件。代替使用
。
Psychic debugging:
pyuic
is a batch file.Use
instead.