Set a path variable with spaces in the path in a Windows .cmd file or batch file

前端 未结 9 771
孤独总比滥情好
孤独总比滥情好 2020-12-02 05:43

I\'m new to script writing and can\'t get this one to work. I could if I moved the files to a path without a space in it, but I\'d like it to work with the space if it coul

9条回答
  •  遥遥无期
    2020-12-02 06:41

    I always place the path in double quotes when I am creating a .bat file. (I just added the PAUSE so it wont close the screen.)

    For example:

    "C:\Program Files\PageTech\PCLReader64_131\PCLReader64.exe"
    PAUSE
    

提交回复
热议问题