帮助运行一个带有空格的dos脚本
我正在运行这个:
C:\Program Files\Microsoft SQL Server\80\Tools\Binn\osql -E -S Sql server-hl7\timeclockplus timeclockplus.sql -oresults.txt
它不喜欢目录中有空格。我该如何解决这个问题?
i am running this:
C:\Program Files\Microsoft SQL Server\80\Tools\Binn\osql -E -S Sql server-hl7\timeclockplus timeclockplus.sql -oresults.txt
and it doesnt like that there are spaces in the directory. how do i fix this problem?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
尝试:
您可能还必须包含“.exe”,但通常在 DOS 中这是处理空格的方式。
Try:
You may have to include the ".exe" as well, but generally in DOS this is how spaces are handled.
这有效吗?
Does this work?