How to mention C:\Program Files in batchfile

后端 未结 7 2127
迷失自我
迷失自我 2021-02-01 17:03

I need to invoke an exe file in C:\\Program Files directory from a batch file.How can we mention the directory name \"Program Files\" in batch file.I am getting error like C:\\P

7条回答
  •  遇见更好的自我
    2021-02-01 17:10

    On my pc I need to do the following:

    @echo off
    start C:\"Program Files (x86)\VirtualDJ\virtualdj_pro.exe" 
    start C:\toolbetech\TBETECH\"Your Toolbar.exe"
    exit
    

提交回复
热议问题