|
Hello My Dear Chinese friends,
i wan to understand the function of HOTK , of PECMD . like i have seen
TEAM HOTK Alt+#0x5A,pecmd LOAD %W%\FILE.INI
OR
HOTK Alt+#0x53,PECMD EXEC =!%WS%\shell.CMD
where is table for keys , #0x5A or #0x53 ?
also , i want to give user prompt to run an EXE file when loading PE , i tried to do this as follow
- TEAM FIND Explorer.EXE,!SHEL %WinDir%\EXPLORER.EXE|WAIT 1500
- TEAM TEXT Press Ctrl to create ppApps Shortcuts...... $18|WAIT -5000
- FIND KEY=#17,CALL PPAPPS
- _SUB PPAPPS
- EXEC %CurDir%\ppAppsGenPE.exe
-
- _END
复制代码
in above , when the TEXT shows OK , i press CTRL key , but ppAppsgenPE.EXE , does not run on PE 1.X .
i use same code on WIN7 PE English , and this EXE , run OK when i press CTRL .
there can be any other key like F1 , but the problem is , it does not working in PE 1.X English (2k3 SP2) ,
can you people advise me ?
Regards,
Maanu from Pakistan
你好我亲爱的中国朋友,
我婉了解HOTK功能PECMD,。像我见过
团队HOTK ALT +#为0x5A,PECMD LOAD%W%\ FILE.INI
或
HOTK ALT +#0x53,PECMD EXEC=!%%\ shell.CMD
键表在哪里,[B]#为0x5A[/ B][B]#0x53[/ B]?
另外,我想给用户提示符下运行的EXE文件加载PE时,我试着做如下
- TEAM FIND Explorer.EXE,!SHEL %WinDir%\EXPLORER.EXE|WAIT 1500
- TEAM TEXT Press Ctrl to create ppApps Shortcuts...... $18|WAIT -5000
- FIND KEY=#17,CALL PPAPPS
- _SUB PPAPPS
- EXEC %CurDir%\ppAppsGenPE.exe
-
- _END
复制代码
在上面,文字显示OK时,我按下Ctrl键,但ppAppsgenPE.EXE,不运行在PE1.X。
我上WIN7的PE英语使用相同的代码,这个EXE文件,运行OK,当我按CTRL。
喜欢F1,可以是任何其他的关键,但问题是,它不工作在PE1.X英语(2K3 SP2),
你这样的人可以告诉我吗?
此致,
Maanu从巴基斯坦 |
|