|
xingsys
初级用户
 
积分 80
发帖 31
注册 2005-11-28
状态 离线
|
|
2007-2-14 09:56 |
|
|
yangzhiyi
中级用户
  
积分 261
发帖 123
注册 2006-6-6
状态 离线
|
『第 17 楼』:
使用 LLM 解释/回答一下
强,再改改,直接运动时提示需要参数就完美了.
Strong, modify it again, it would be perfect if it prompts for parameters during direct movement.
|
|
2007-2-14 09:58 |
|
|
slore
铂金会员
      
积分 5212
发帖 2478
注册 2007-2-8
状态 离线
|
『第 18 楼』:
使用 LLM 解释/回答一下
Originally posted by yangzhiyi at 2007-2-13 20:58:
强,再改改,直接运动时提示需要参数就完美了.
映需要改了,但是我感觉这样有什么意义嘛~
Originally posted by yangzhiyi at 2007-2-13 20:58:
Strong, change it again, it will be perfect if it prompts for parameters during direct movement.
Reflects that it needs to be changed, but I feel what's the significance of this~
|
|
2007-2-14 10:41 |
|
|
slore
铂金会员
      
积分 5212
发帖 2478
注册 2007-2-8
状态 离线
|
|
2007-2-15 03:47 |
|
|
luckboy45
中级用户
  
积分 487
发帖 212
注册 2007-4-1
状态 离线
|
『第 20 楼』:
使用 LLM 解释/回答一下
感谢楼主的好意,目前我要实现的不仅仅是这么简单的,我想做个系统分析进程工具,用它在扫描进程后自动分析进程,并调用配置文件里面的病毒进程,一旦扫描到有病毒进程弹出系统气泡,警告有病毒,而你用的是计划任务调动,我搜索别人的帖子里面的那个需要改参数,而且没台电脑都不一定都有这个ICO图标,所以是无法实现调用的!,特别感谢你的帮助!~
Thanks to the LZ's kindness, what I want to implement now is not that simple. I want to make a system analysis process tool. After scanning processes, it will automatically analyze the processes and call the virus processes in the configuration file. Once a virus process is scanned, a system bubble will pop up to warn of the virus. And you are using task scheduling to call. I searched other people's posts and that one needs to change parameters, and not every computer necessarily has that ICO icon, so it can't be implemented to call! Special thanks for your help!
|

逍遥@浪子@反病毒 |
|
2007-5-6 19:34 |
|
|
slore
铂金会员
      
积分 5212
发帖 2478
注册 2007-2-8
状态 离线
|
『第 21 楼』:
使用 LLM 解释/回答一下
我的ICON如果不存在就默认的……
我不是有个2个例子?任务计划是实现定时提示的……
你直接调用就可以直接提示……
所以分析进程你自己用for ,tasklist结合发现了进程就调用提示……
My ICON will use the default one if it doesn't exist...
Don't I have two examples? The task plan is to achieve timing reminders...
You can directly call it to get a reminder directly...
So for analyzing processes, you can use for, tasklist yourself. Once you find the process, call the reminder...
|
|
2007-5-6 21:01 |
|
|
snow2000
新手上路

积分 8
发帖 4
注册 2006-3-9 来自 四川
状态 离线
|
『第 22 楼』:
使用 LLM 解释/回答一下
学习学习 谢谢分享
Learn and learn. Thanks for sharing.
|
|
2007-5-6 23:32 |
|
|
wjq0886
新手上路

积分 13
发帖 7
注册 2006-12-1
状态 离线
|
『第 23 楼』:
使用 LLM 解释/回答一下
想潜水都不行,硬要灌水才能看到代码,郁闷
You can't even lurk, you have to post water content to see the code, depressed
|
|
2007-5-24 22:28 |
|
|
luyuxibaby
新手上路

积分 2
发帖 1
注册 2006-10-20
状态 离线
|
|
2007-5-25 12:50 |
|
|
rot04021
新手上路

积分 6
发帖 5
注册 2006-10-22
状态 离线
|
『第 25 楼』:
使用 LLM 解释/回答一下
thx!~~~~~~~~~~~~~~~~~~~~~~~~
thx!~~~~~~~~~~~~~~~~~~~~~~~~
|
|
2007-5-25 18:52 |
|
|
chengbiner
初级用户
 
积分 105
发帖 44
注册 2006-10-5
状态 离线
|
|
2007-5-26 12:45 |
|
|
look
新手上路

积分 17
发帖 10
注册 2007-5-22
状态 离线
|
|
2007-5-26 16:28 |
|
|
oolongtea
新手上路

积分 14
发帖 8
注册 2007-9-18
状态 离线
|
|
2007-9-18 13:29 |
|
|
leton
初级用户
 
积分 170
发帖 72
注册 2007-3-11
状态 离线
|
『第 29 楼』:
使用 LLM 解释/回答一下
支持,非常不错,最好能帖个代码让偶们莱鸟学一下
Support, very good, it is best to post a code for our beginners to learn
|
|
2007-9-18 17:13 |
|
|
leton
初级用户
 
积分 170
发帖 72
注册 2007-3-11
状态 离线
|
『第 30 楼』:
使用 LLM 解释/回答一下
讨论下:大家怎么利用冒泡功能?
我自己是利用域启动脚本,P方式:在客户端启动时候,自动把相关文件拷贝到客户端机上,然后利用VBS脚本按时间运行相关内容,如:
strComputer = "."
Set objWMIService = GetObject("winmgmts:\\" & strComputer & "\root\cimv2")
Set colProcesses = objWMIService.ExecQuery("Select * from Win32_Process")
Set objShell = CreateObject("WScript.Shell")
for i = 1 to 8 '提醒8次
WScript.Sleep (1000*60*60) '每隔1小时提醒一次
objShell.Run "TrayBalloon.bat"
Next
Wscript.Quit
每天8次,间隔1小时,自动运行 冒泡P处理,提醒大家注意保护眼睛。
胡思乱想:如果能够变成 服务器端+客户端 都是命令行(P调用)就更好了,能够随时发送信息。
比 Net send 强,因为 Net Send 发送时候,必须人为点击确定才能取消(在某时候还是很重要,但平常提醒后自动消失更符合办公环境)。
Discussion: How do everyone utilize the bubble function?
I myself use the domain startup script, P method: When the client starts, automatically copy relevant files to the client machine, and then use a VBS script to run relevant content according to time, such as:
strComputer = "."
Set objWMIService = GetObject("winmgmts:\\" & strComputer & "\root\cimv2")
Set colProcesses = objWMIService.ExecQuery("Select * from Win32_Process")
Set objShell = CreateObject("WScript.Shell")
for i = 1 to 8 'Remind 8 times
WScript.Sleep (1000*60*60) 'Remind once every 1 hour
objShell.Run "TrayBalloon.bat"
Next
Wscript.Quit
8 times a day, with an interval of 1 hour, automatically run the bubble P processing to remind everyone to pay attention to eye protection.
Random thoughts: If it can become both the server side + client side are command line (P call), it would be better, able to send messages at any time.
Better than Net send, because when Net Send is sent, the user must manually click OK to cancel (it is still important at some times, but automatic disappearance after reminder is more in line with the office environment usually).
|
|
2007-9-18 17:39 |
|