简体   繁体   中英

Bat file - prompt command

I have the following command

explorer "http://10.0.100.5/QvAJAXZfc/AccessPoint.aspx?open=&id=QVS@srv-qlickview%7C.qvw&client=Plugin"

I saved this command in bat file but when I run it , it loops. The command is executed so many time . How to use it properly in batch file ?

尝试使用%%转义%符号,因此

explorer "http://10.0.100.5/QvAJAXZfc/AccessPoint.aspx?open=&id=QVS@srv-qlickview%%7C.qvw&client=Plugin"

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM