|
qq82015930
中级用户
  
积分 235
发帖 109
注册 2006-8-24
状态 离线
|
|
2006-10-12 11:56 |
|
|
swlove
初级用户
 
积分 84
发帖 28
注册 2006-10-2
状态 离线
|
『第 17 楼』:
使用 LLM 解释/回答一下
谢谢,学到东西....
Last edited by swlove on 2006-10-12 at 12:28 ]
Thanks, learned something....
Last edited by swlove on 2006-10-12 at 12:28 ]
|
|
2006-10-12 12:23 |
|
|
eech
高级用户
   
积分 906
发帖 346
注册 2006-7-10
状态 离线
|
『第 18 楼』:
使用 LLM 解释/回答一下
Originally posted by h2o at 2006-10-9 13:48:
喜欢这个功能
以后也不用新建记事本了
"新建 " 这个,似乎是在这里……( xp sp2 )
system32 目录下的 shell32.dll 文件里的 字符串 的 第 260 个的 ...
老大.我试了你的,不行啊.再找找吧
Originally posted by h2o at 2006-10-9 13:48:
Like this function
No need to create a new notepad in the future
The "New" is here... (xp sp2)
In the shell32.dll file in the system32 directory, the... at the 260th position of the string...
Boss. I tried yours, but it didn't work. Let's look for it again
|
|
2006-11-19 11:36 |
|
|
zgren1979
初级用户
 
积分 52
发帖 24
注册 2006-11-16
状态 离线
|
『第 19 楼』:
使用 LLM 解释/回答一下
多谢...好列子....研究先
Thanks...Good example....Let's study first
|
|
2006-11-19 13:05 |
|
|
ccwan
金牌会员
     
积分 2725
发帖 1160
注册 2006-9-23 来自 河北廊坊
状态 离线
|
『第 20 楼』:
使用 LLM 解释/回答一下
xp系统的话,这样不是更简洁?
reg add HKCR\.bat\ShellNew /v nullfile /f
reg add HKCR\batfile /ve /d testbat /f
反正是该注册表嘛。^_^
For XP system, isn't this more concise?
reg add HKCR\.bat\ShellNew /v nullfile /f
reg add HKCR\batfile /ve /d testbat /f
Anyway, it's about this registry. ^_^
|

三人行,必有吾师焉。 学然后知不足,教然后知困,然后能自强也。 |
|
2006-11-19 21:08 |
|
|
andred0421
初级用户
 
积分 114
发帖 47
注册 2006-11-20
状态 离线
|
『第 21 楼』:
使用 LLM 解释/回答一下
这么好的东西
支持/......................
学习ing
Such a good thing
Support/......................
Learning ing
|
|
2006-11-20 15:54 |
|
|
hxuan999
中级用户
   DOS之日
积分 337
发帖 161
注册 2006-11-4
状态 离线
|
『第 22 楼』:
使用 LLM 解释/回答一下
不错
|

for /f %%h in (`echo hxuan`) do for /f %%x in (`echo hxuan`) do if %%h==%%x nul |
|
2006-11-23 07:43 |
|
|
redtek
金牌会员
     
积分 2902
发帖 1147
注册 2006-9-21
状态 离线
|
『第 23 楼』:
使用 LLM 解释/回答一下
跟楼主学到了很多东西,感谢楼主提供了这么好玩又方便的内容~:)
Learned a lot from the landlord, thank you landlord for providing such fun and convenient content ~ : )
|

Redtek,一个永远在网上流浪的人……
_.,-*~'`^`'~*-,.__.,-*~'`^`'~*-,._,_.,-*~'`^`'~*-,._,_.,-*~'`^`'~*-,._ |
|
2006-11-25 03:01 |
|
|
bootp
初级用户
 
积分 66
发帖 25
注册 2006-11-26
状态 离线
|
『第 24 楼』:
使用 LLM 解释/回答一下
把
echo @="TestBat" >>tmp.reg
中的TestBat去掉,即:
echo @="" >>tmp.reg
系统就自动生成文件名“新建 BATFILE.bat”、“新建 BATFILE (2).bat”,很方便。
If you remove TestBat from
echo @="TestBat" >>tmp.reg
so it becomes:
echo @="" >>tmp.reg
the system will automatically generate file names "New BATFILE.bat", "New BATFILE (2).bat", which is very convenient.
|
|
2006-11-27 12:48 |
|
|
ccuu668
初级用户
 
积分 57
发帖 29
注册 2006-12-27
状态 离线
|
『第 25 楼』:
使用 LLM 解释/回答一下
谢谢分享.刚刚才来这个论坛.的确不错的网站.
Thanks for sharing. Just came to this forum. It's really a good website.
|
|
2007-1-21 10:16 |
|
|
hdzc
初级用户
 
积分 146
发帖 86
注册 2007-10-1
状态 离线
|
|
2007-10-9 14:26 |
|
|
ktv98
初级用户
 
积分 112
发帖 81
注册 2008-4-11
状态 离线
|
『第 27 楼』:
使用 LLM 解释/回答一下
正想提这样的问题.搜索 一下.没想到还真有这问题
Just about to ask such a question. Searched and didn't expect there really is this problem
|
|
2008-10-28 00:14 |
|
|
tireless
银牌会员
    
积分 2025
发帖 1122
注册 2007-9-5
状态 离线
|
『第 28 楼』:
使用 LLM 解释/回答一下
exe 文件的右键添加 /?
Windows Registry Editor Version 5.00
@="cmd /k \"%1\" /?"
Add /? to the right-click of exe files
Windows Registry Editor Version 5.00
@="cmd /k \"%1\" /?"
|
|
2008-10-28 03:36 |
|
|
everest79
金牌会员
      一叶枝头,万树皆春
积分 2564
发帖 1127
注册 2006-12-25
状态 离线
|
『第 29 楼』:
使用 LLM 解释/回答一下
|

49206C6F766520796F752067757973 54656C3A3133383238343036373837 |
|
2008-10-28 15:52 |
|
|
jycel
初级用户
 
积分 75
发帖 46
注册 2007-9-25
状态 离线
|
『第 30 楼』:
使用 LLM 解释/回答一下
新建二字肯定是有的,除百去改系统文件,你随便建新WORD和记事本这些都有新建二字
The word "New" must be there. Except for modifying system files, you can casually create new WORD and Notepad, etc., and there are the words "New" in them.
|
|
2008-10-28 21:59 |
|