'
'注意:1编辑本文件时请不要用自动换行
'
'
dim constComList,ComCell,constComLike,constSystemComList,MsgKill
dim ComListComLike,SystemComList
'1系统进程列表,为了查找进程提高速度,此列表中的进程不会杀掉,也不会去和COM的列表去匹配
constSystemComList="system;smssexe;csrssexe;winlogonexe;servicesexe;lsassexe;svchostexe;"&_
"spoolsvexe;explorerexe;ctfmonexe;inetinfoexe;taskmgrexe;conimeexe;"
'end 1
'2这里是COM的列表,在Conductor的RegComINI文件中有包括客户端和服务器端的所有元件也就是要杀掉的进程
'注意最后一个分号一定要加
constComList="VALIDATORCDLL;F2WINDOWCDLL;CounterCDll;QueueManagerCexe;ReportViewerCdll;"&_
"CodeWinCdll;LoadBOMCdll;LeaderWorkCenterexe;DSCPagerCexe;TextViewerCdll;AttachCdll;"&_
"DMSCdll;TransManagerCdll;DSCFAXexe;GridViewerCdll;"&_
"ReportCounterSexe;F2WindowSexe;ReportViewerSexe;TransManagerexe;CounterSexe;"&_
"ValidatorSexe;VoucherSexe;HtmlGeneratorSexe;CodeWinSexe;LoadBOMSexe;CopIS01Sexe;"&_
"DsQuerySexe;DSCPagerSexe;AttachSexe;DMSSexe;LeaderWorkCenterSexe;TextViewerSexe;Rgrr01Sexe;"&_
"EFCoordinatorOfERPdll;DSCFAXSVRexe;GridViewerSexe;MainMenuexe;VarManagersexe;ntsdexe"
'end 2
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)