You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
495 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

batch
===
在系统不繁忙的时候执行定时任务
## 说明
**batch命令** 用于在指定时间当系统不繁忙时执行任务用法与at相似
## 选项
```
batch(选项)(参数)
```
```
-f指定包含具体指令的任务文件
-q指定新任务的队列名称
-m任务执行完后向用户发送E-mail
```
### 参数
日期时间:指定任务执行的日期时间
## 实例
```
batch
at> echo 1234
at> <EOT>
job 5 at Sun Apr 28 08:49:00 2013
```