How to mention C:\Program Files in batchfile

后端 未结 7 2232
迷失自我
迷失自我 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:14

    use this as somethink

    "C:/Program Files (x86)/Nox/bin/nox_adb" install -r app.apk
    

    where

    "path_to_executable" commands_argument
    

提交回复
热议问题