用批处理创建一个文本并写入内容
你好,我想用批处理创建一个文本并写入下面内容,可执行后怎么不一样啊?少了后面的那个%1是为什么啊?怎么解决?我不想用这种方法@echooffmore+3"%~0">123...
你好,我想用批处理创建一个文本并写入下面内容,可执行后怎么不一样啊?少了后面的那个%1是为什么啊?怎么解决?我不想用这种方法
@echo off
more +3 "%~0">123.txt
@echo off
(echo[HKEY_CLASSES_ROOT\*\shell\OpenFilePath\Command]
echo@="explorer.exe /e, /select, \"%1\"")>123.txt 展开
@echo off
more +3 "%~0">123.txt
@echo off
(echo[HKEY_CLASSES_ROOT\*\shell\OpenFilePath\Command]
echo@="explorer.exe /e, /select, \"%1\"")>123.txt 展开
4个回答
展开全部
符号%输出时前面要加个%,%1变为%%1
echo 123456>0.txt 输出123456至0.txt并覆盖原先文字
echo 123456>>0.txt 输出123456至0.txt追加至末尾
echo 123456>0.txt 输出123456至0.txt并覆盖原先文字
echo 123456>>0.txt 输出123456至0.txt追加至末尾
本回答被提问者和网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
@echo off
>123.txt (
echo [HKEY_CLASSES_ROOT\*\shell\OpenFilePath\Command]
echo @="explorer.exe /e, /select, \"%%1\""
)
写文件后导入,还不如直接 reg add 方便。。。
>123.txt (
echo [HKEY_CLASSES_ROOT\*\shell\OpenFilePath\Command]
echo @="explorer.exe /e, /select, \"%%1\""
)
写文件后导入,还不如直接 reg add 方便。。。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
[mysqld]
# basedir to your ation path
basedir=D:\distributedsystem\MySQL\MySQL Server 5.1
# datadir to the *** of your data directory
datadir=D:\distributedsystem\MySQL\MySQL Server 5.1/data
[WinMySQLAdmin]
Server=D:\distributedsystem\MySQL\MySQL Server 5.1/bin/mysqld-nt.exe
# basedir to your ation path
basedir=D:\distributedsystem\MySQL\MySQL Server 5.1
# datadir to the *** of your data directory
datadir=D:\distributedsystem\MySQL\MySQL Server 5.1/data
[WinMySQLAdmin]
Server=D:\distributedsystem\MySQL\MySQL Server 5.1/bin/mysqld-nt.exe
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询