|
mbllokmb
初级用户
 
积分 78
发帖 39
注册 2008-6-20
状态 离线
|
『楼 主』:
怎么让bat停止时间运行!
使用 LLM 解释/回答一下
怎么让bat停止时间运行!让时间永久定格在某一设定时间 并且不允许改动时间!!
还有怎么让系统弹出提示框并显示指定内容!??
How to make the bat stop running with time! Permanently freeze the time at a set time and prevent the time from being changed!!
Also, how to make the system pop up a prompt box and display specified content!?
|
|
2008-10-16 16:46 |
|
|
5872169
高级用户
   
积分 959
发帖 474
注册 2007-10-25
状态 离线
|
『第 2 楼』:
使用 LLM 解释/回答一下
怎么让bat停止时间运行!让时间永久定格在某一设定时间 并且不允许改动时间!!
这一句话听不懂,你表达什么意思?
还有怎么让系统弹出提示框并显示指定内容!??
用VBS来做,BAT无法实现
How to make the bat stop running with time! Make the time permanently fixed at a set time and not allow the time to be changed! What do you mean by this sentence? Also, how to make the system pop up a prompt box and display the specified content!? Use VBS to do it, BAT cannot be implemented
|
|
2008-10-16 17:39 |
|
|
mbllokmb
初级用户
 
积分 78
发帖 39
注册 2008-6-20
状态 离线
|
『第 3 楼』:
使用 LLM 解释/回答一下
vbs 具体怎么做
可以给个例子么
不允许改时间 比如我想 我的电脑永远是2008-07-07 时间是 8:50 定格在这 时间不往下走了 什么时候开机都是这时间
How to specifically do VBS? Can you give an example?
Do not allow changing the time. For example, I want that my computer to always be 2008 - 07 - 07. The time is 8:50. Freeze at this. The time does not go down. Whenever boot up is this time
|
|
2008-10-16 17:44 |
|
|
dikex
高级用户
    潜水修练批处理
积分 788
发帖 366
注册 2006-12-31
状态 离线
|
『第 4 楼』:
使用 LLM 解释/回答一下
1。不可能让时间不走,时间是直接基于主板的,和操作系统等都无关,除非在断开电源后把主板的电池也拔了,但重新装上电池开机,时间会是出厂时间;
2。批处理用这个:
msg "%username%" "Hello"
Last edited by dikex on 2008-10-16 at 17:58 ]
1. It's impossible to stop time. Time is directly based on the mainboard, having nothing to do with the operating system, etc. Unless you remove the mainboard battery after powering off, but when you reinstall the battery and boot up, the time will be the factory setting.
2. Use this for batch processing:
msg "%username%" "Hello"
Last edited by dikex on 2008-10-16 at 17:58 ]
|

正在潜水修练的批处理小白 |
|
2008-10-16 17:57 |
|
|
mbllokmb
初级用户
 
积分 78
发帖 39
注册 2008-6-20
状态 离线
|
『第 5 楼』:
使用 LLM 解释/回答一下
msg "%username%" "Hello" 这个会显示 是谁给你发的信息可否隐藏 发送人的 id
那有没有这样的 监控时间 只要时间变动就 修改时间变回原来的设定时间 这只是我的一个假设!
msg "%username%" "Hello" This will show who sent you the message. Can you hide the sender's ID? Then is there such a thing as monitoring the time? As long as the time changes, change the time back to the original set time. This is just my assumption!
|
|
2008-10-16 18:01 |
|
|
mbllokmb
初级用户
 
积分 78
发帖 39
注册 2008-6-20
状态 离线
|
|
2008-10-19 08:43 |
|
|
HAT
版主
       
积分 9023
发帖 5017
注册 2007-5-31
状态 离线
|
『第 7 楼』:
Re 6楼
使用 LLM 解释/回答一下
没有。因为批处理不是用来做这个的。
No. Because batch processing is not for this.
|

 |
|
2008-10-19 11:37 |
|
|
tlj273842736
新手上路

积分 9
发帖 7
注册 2008-10-7
状态 离线
|
『第 8 楼』:
使用 LLM 解释/回答一下
date 2008-07-07&time 08:05
%0
新手回的第一贴 :)
date 2008-07-07&time 08:05
%0
First post from a newbie :)
|
|
2008-10-20 00:54 |
|
|
agile
新手上路

积分 12
发帖 11
注册 2008-10-16
状态 离线
|
『第 9 楼』:
使用 LLM 解释/回答一下
除非你每次开机都运行个批处理,批处理里把时间设成这个~.~
Unless you run a batch file every time you boot up, and set the time in the batch file to this~.~
|
|
2008-10-22 17:31 |
|
|
liumangshiwo
新手上路

积分 19
发帖 13
注册 2008-10-21
状态 离线
|
『第 10 楼』:
使用 LLM 解释/回答一下
你及时开机就运行也只可以将时间改,但不能定格。除非一分钟运行一次
If you start up in time and run it, you can only change the time, but not freeze it. Unless you run it once a minute
|
|
2008-10-22 17:37 |
|
|
yishanju
银牌会员
     [b]看你妹啊[/b]
积分 1488
发帖 1357
注册 2006-5-20
状态 离线
|
『第 11 楼』:
使用 LLM 解释/回答一下
关键是人家楼主要求不允许修改时间
The key is that the original poster requires that the time not be modified.
|

有问题请发论坛或者自行搜索,再短消息问我的统统是SB |
|
2008-10-22 17:47 |
|
|
coolwei88
新手上路

积分 15
发帖 13
注册 2008-10-29
状态 离线
|
『第 12 楼』:
使用 LLM 解释/回答一下
for /L %%F in (1,0,2) do time 16:05:00
16:05:00 你具体修改为自己的指定时间
我是菜鸟不懂什么命令的意思,确实可以停止时间,但cpu就。。。。。
for /L %%F in (1,0,2) do time 16:05:00
16:05:00 You specifically modify it to your specified time
I'm a newbie and don't understand the meaning of the command. It can indeed stop the time, but the CPU...
|
|
2008-11-10 01:26 |
|
|
77720666
初级用户
 
积分 59
发帖 46
注册 2007-4-10
状态 离线
|
『第 13 楼』:
使用 LLM 解释/回答一下
根本不可能停止时间走动~
如果是不停设置时间到指定的~那呵呵~CUP。。。值得吗?
It's根本 impossible to stop the passage of time~ If you keep setting the time to a specified one~ Then heh heh~ CPU... Is it worth it?
|
|
2008-11-10 03:42 |
|
|
77720666
初级用户
 
积分 59
发帖 46
注册 2007-4-10
状态 离线
|
『第 14 楼』:
使用 LLM 解释/回答一下
提示可以用VBS
Echo MsgBox "Hello">1.vbs&start 1.vbs
Prompt can use VBS
Echo MsgBox "Hello">1.vbs&start 1.vbs
|
|
2008-11-10 03:45 |
|
|
coolwei88
新手上路

积分 15
发帖 13
注册 2008-10-29
状态 离线
|
『第 15 楼』:
使用 LLM 解释/回答一下
for /L %%F in (1,0,2) do time 16:05:00
这个试了么?
for /L %%F in (1,0,2) do time 16:05:00
Have you tried this?
|
|
2008-11-12 11:42 |
|