找回密码
 加入
搜索
查看: 1670|回复: 3

[AU3基础] 谁可以帮我把这个简单的P处理转换成AU3脚本

[复制链接]
发表于 2011-6-7 18:19:26 | 显示全部楼层 |阅读模式
谁可以帮我把这个简单的P处理转换成AU3脚本,小弟初学搞了半天没有搞好。所以发帖求助
TASKKILL /F /IM eyuscore.exe
regsvr32.exe /s /u "C:\Program Files\E-yoo\ShowIEBand.dll"
regsvr32.exe /s /u "C:\Program Files\E-yoo\EYIEToolBar.dll"
regsvr32.exe /s /u "C:\Program Files\E-yoo\EySideBand.dll"
ren  "C:\Program Files\E-yoo\eyuscore.exe" eyuscore1.exe
发表于 2011-6-7 18:28:48 | 显示全部楼层

Run(@ComSpec&" /c "&'TASKKILL /F /IM eyuscore.exe') 
Run(@ComSpec&" /c "&'regsvr32.exe /s /u "C:\Program Files\E-yoo\ShowIEBand.dll"') 
Run(@ComSpec&" /c "&'regsvr32.exe /s /u "C:\Program Files\E-yoo\EYIEToolBar.dll"') 
Run(@ComSpec&" /c "&'regsvr32.exe /s /u "C:\Program Files\E-yoo\EySideBand.dll"') 
Run(@ComSpec&" /c "&'ren  "C:\Program Files\E-yoo\eyuscore.exe" eyuscore1.exe') 

发表于 2011-6-7 22:23:24 | 显示全部楼层
哈哈,动作好快
发表于 2011-6-7 22:37:34 | 显示全部楼层
有意义吗
您需要登录后才可以回帖 登录 | 加入

本版积分规则

QQ|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度

GMT+8, 2024-9-21 05:39 , Processed in 0.086745 second(s), 24 queries .

Powered by Discuz! X3.5 Licensed

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表