Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/batch-file/6.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Batch file 如何通过url链接在命令行中创建空格_Batch File_Cmd - Fatal编程技术网

Batch file 如何通过url链接在命令行中创建空格

Batch file 如何通过url链接在命令行中创建空格,batch-file,cmd,Batch File,Cmd,我需要腾出空间像这样链接 这是我的密码 if %X% EQU 2 start http://www.teledunet.com/?channel=mbc%202 我的问题是空格不起作用您可以通过将%符号加倍来批量转义它们。使用 如果%X%eq 2启动http://www.teledunet.com/?channel=mbc%%202

我需要腾出空间像这样链接

这是我的密码

if %X% EQU 2 start http://www.teledunet.com/?channel=mbc%202

我的问题是空格不起作用

您可以通过将%符号加倍来批量转义它们。使用
如果%X%eq 2启动http://www.teledunet.com/?channel=mbc%%202