Command line passing quotes within quotes

孤者浪人 提交于 2019-12-05 02:06:22

Try this:

C:\run.exe "C:\space folder\run.bat \"C:\space folder\input.txt\""

And here is a link that you can see all escape characters http://www.robvanderwoude.com/escapechars.php

I know it's an old topic, but I found the answer and would like to share.

In Windows you don't have to escape the quotes. Just use them normally.

In this case:

C:\run.exe ""C:\space folder\run.bat" "C:\space folder\input.txt""

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!