English 中文(简体)
由于特殊性,无法开始申请
原标题:not able to start application because of special character in bat

我正试图从批量卷宗中开出一席之地,但无法开立......。

页: 1

@echo off
start "C:Program FilesMarketmakerMarketmaker CFD-FX FrançaisMM5iidownloader.exe"
@pause

提前感谢。

问题回答

你可以尝试使用短名:

@echo off
start "C:Program FilesMarketmakerMarket~1MM5iidownloader.exe"
@pause

2. 核对正确的短名,开立一盘 do,然后打字:

dir /x "C:Program FilesMarketmaker"




相关问题
xml and html escaping special characters

i store my article in a xml file, so if i write into it special characters " xml automatically escapes this characters and when i get(via PHP) the xml content i get something like ". so if i write ...

C# Special Characters not displayed propely in XML

i have a string that contains special character like (trademark sign etc). This string is set as an XML node value. But the special character is not rendered properly in XML, shows ??. This is how im ...

Storing special characters in database

Can somebody provide some best practices when storing special characters such as the trademark (tm or r) or copyright (c)? I am storing them in a varchar field with other text in SQL Server, and ...

java regular expression , how to add [ to expression

I want to create a regular expression for strings which uses special characters [ and ]. Value is "[action]". Expression I am using is "[\[[\x00-\x7F]+\]]". I tried doing it by adding \ before ...

热门标签