|
pzppzp
初级用户
 
积分 110
发帖 52
注册 2007-7-25
状态 离线
|
『第 16 楼』:
使用 LLM 解释/回答一下
12楼和13楼的不行啊
转出后内容变成了
㉗㌺㐺㔺㘺㜺㠺㤺ㄺ㨰ㄱㄺ㨲㌱ㄺ㨴㔱ㄺ㨶㜱ㄺ㨸㤱㈺㨰ㄲ㈺㨲㌲㈺㨴㔲㈺㨶㜲㈺㨸㤲㌺㨰ㄳ㌺㨲㌳㌺㨴㔳㌺㨶㜳㌺㨸㤳㐺㨰ㄴ㐺㨲㌴㐺㨴㔴㐺㨶㜴ഺ
The ones on floor 12 and floor 13 are not okay. After transferring, the content becomes ㉗㌺㐺㔺㘺㜺㠺㤺ㄺ㨰ㄱㄺ㨲㌱ㄺ㨴㔱ㄺ㨶㜱ㄺ㨸㤱㈺㨰ㄲ㈺㨲㌲㈺㨴㔲㈺㨶㜲㈺㨸㤲㌺㨰ㄳ㌺㨲㌳㌺㨴㔳㌺㨶㜳㌺㨸㤳㐺㨰ㄴ㐺㨲㌴㐺㨴㔴㐺㨶㜴ഺ
|
|
2008-5-20 20:21 |
|
|
bat-zw
金牌会员
      永远的学习者
积分 3105
发帖 1276
注册 2008-3-8
状态 离线
|
『第 17 楼』:
使用 LLM 解释/回答一下
我都测试了的,不知道怎么你那里就不行了。
附转换后的内容:
Windows Registry Editor Version 5.00
@="ProtelDesignFile"
@="ProtelPCBFile"
@="ProtelSchematicFile"
@="D:\\批处理\\System\\SmartDoc.ico"
@="\"D:\\批处理\\Client99SE.exe\" \"%1\""
@="D:\\批处理\\System\\AdvPCB.dll,0"
@="D:\\批处理\\Client99SE.exe %1"
@="D:\\批处理\\System\\Advsch.dll,0"
@="D:\\批处理\\Client99SE.exe %1"
Last edited by zw19750516 on 2008-5-20 at 08:26 PM ]
I have all tested, I don't know why it doesn't work on your side.
Attached converted content:
Windows Registry Editor Version 5.00
@="ProtelDesignFile"
@="ProtelPCBFile"
@="ProtelSchematicFile"
@="D:\\Batch Processing\\System\\SmartDoc.ico"
@="\"D:\\Batch Processing\\Client99SE.exe\" \"%1\""
@="D:\\Batch Processing\\System\\AdvPCB.dll,0"
@="D:\\Batch Processing\\Client99SE.exe %1"
@="D:\\Batch Processing\\System\\Advsch.dll,0"
@="D:\\Batch Processing\\Client99SE.exe %1"
Last edited by zw19750516 on 2008-5-20 at 08:26 PM ]
|

批处理之家新域名:www.bathome.net |
|
2008-5-20 20:23 |
|
|
pzppzp
初级用户
 
积分 110
发帖 52
注册 2007-7-25
状态 离线
|
『第 18 楼』:
使用 LLM 解释/回答一下
我在XP下用12楼的代码试了,还是变成了
ㄺ㨴㔱ㄺ㨶㜱ㄺ㨸㤱㈺㨰ㄲ㈺㨲
可惜这里不方便发附件
I tried the code from the 12th floor under XP, but it still became ㄺ㨴㔱ㄺ㨶㜱ㄺ㨸㤱㈺㨰ㄲ㈺㨲. Unfortunately, it's not convenient to attach files here.
|
|
2008-5-20 21:06 |
|
|
pzppzp
初级用户
 
积分 110
发帖 52
注册 2007-7-25
状态 离线
|
『第 19 楼』:
使用 LLM 解释/回答一下
好人帮帮忙啊,在线急等
Good people, please help. Urgently waiting online
|
|
2008-5-20 21:49 |
|
|
zqz0012005
中级用户
  
积分 297
发帖 135
注册 2006-10-21
状态 离线
|
『第 20 楼』:
使用 LLM 解释/回答一下
注册表导出的是Unicode字符集。findstr和for等大部分命令都不能识别。但type可以,且输出为ANSI
('type a.reg^|findstr /n .*')
The registry exports are in the Unicode character set. Most commands like findstr and for can't recognize it. But type can, and the output is ANSI ('type a.reg^|findstr /n .*')
|

hh.exe ntcmds.chm::/ntcmds.htm
 |
|
2008-5-20 22:08 |
|
|
pzppzp
初级用户
 
积分 110
发帖 52
注册 2007-7-25
状态 离线
|
『第 21 楼』:
使用 LLM 解释/回答一下
注册表导出的是Unicode字符集,REG文件也就是txt文本文件呀
不明白,具体要怎么弄啊
The registry export is in the Unicode character set, and the REG file is also a txt text file. I don't understand. Specifically, how to do it?
|
|
2008-5-20 22:14 |
|
|
zqz0012005
中级用户
  
积分 297
发帖 135
注册 2006-10-21
状态 离线
|
|
2008-5-20 22:17 |
|
|
pzppzp
初级用户
 
积分 110
发帖 52
注册 2007-7-25
状态 离线
|
|
2008-5-20 22:24 |
|
|
pzppzp
初级用户
 
积分 110
发帖 52
注册 2007-7-25
状态 离线
|
『第 24 楼』:
使用 LLM 解释/回答一下
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{042BADC5-5E58-11CE-B610-524153480001}\InprocServer32]
@="C:\\Program Files\\Design Explorer 99 SE\\System\\VCF132.OCX"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{042BADC5-5E58-11CE-B610-524153480001}\ToolboxBitmap32]
@="C:\\Program Files\\Design Explorer 99 SE\\System\\VCF132.OCX, 19401"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{042BADC9-5E58-11CE-B610-524153480001}\InprocServer32]
@="C:\\Program Files\\Design Explorer 99 SE\\System\\VCF132.OCX"
不好意思,这些内容必须发到论坛再复制回去才能用上面的批处理正确的加上\\
@="C:\\Program Files\\Design Explorer 99 SE\\System\\VCF132.OCX"
@="C:\\Program Files\\Design Explorer 99 SE\\System\\VCF132.OCX, 19401"
@="C:\\Program Files\\Design Explorer 99 SE\\System\\VCF132.OCX"
I'm sorry, these contents must be posted to the forum and then copied back to use the above batch processing to correctly add \\
|
|
2008-5-24 11:28 |
|
|
yjq635
初级用户
 
积分 109
发帖 42
注册 2007-5-12
状态 离线
|
『第 25 楼』:
使用 LLM 解释/回答一下
inf文件支持相对路径,,
hkcr,"豪杰超级解霸_DAT\Shell\Open\Command",,,"%01%\豪杰V9.exe %%1"
The .inf file supports relative paths.
hkcr,"豪杰超级解霸_DAT\Shell\Open\Command",,,"%01%\豪杰V9.exe %%1"
|
|
2008-5-24 12:21 |
|