If an error occurred or the following message in Chinese (Simplified) language and you cannot find a solution, than check answer in English. Table below helps to know how correctly this phrase sounds in English.
id |
Chinese (Simplified) |
English |
0x1216 | 该操作将删除所有已计划的作业。 |
This operation will delete all scheduled jobs. |
0x1217 | AT 计划文件已经清除。 |
The AT schedule file was cleared. |
0x1218 | 今天 %0 |
Today %0 |
0x1219 | 明天 %0 |
Tomorrow %0 |
0x121A | 下月执行日期: %0 |
Next %0 |
0x121B | 每月执行日期: %0 |
Each %0 |
0x121C | 状态 ID 日期 时间 命令行 |
Status ID Day Time Command Line |
0x121D | 任务 ID: %0 |
Task ID: %0 |
0x121E | 状态: %0 |
Status: %0 |
0x121F | 计划: %0 |
Schedule: %0 |
0x1220 | 时间: %0 |
Time of day: %0 |
0x1221 | 命令: %0 |
Command: %0 |
0x1222 | 交互: %0 |
Interactive: %0 |
0x00002710 | LoadLibrary() 调用失败,winError = %1!d! |
LoadLibrary() fails with winError = %1!d! |
0x00002711 | 无法将输入字符串转换成 Unicode 字符串。 |
Failed to convert input strings to unicode strings. |
0x00002712 | 无法将 %1 转换成 Unicode 字符串。 |
Failed to make unicode string out of %1. |
0x00002713 | 新加了一项作业,其作业 ID = %1!d! |
Added a new job with job ID = %1!d! |
0x00002714 | FormatMessage(%1!d!)调用失败,winError = %2!d! |
FormatMessage(%1!d!) fails with winError = %2!d! |
0x00002716 | 无效的命令。%n |
Invalid command.%n |
0x00002717 | YES%0 |
YES%0 |
0x00002718 | DELETE%0 |
DELETE%0 |
0x00002719 | EVERY%0 |
EVERY%0 |
0x0000271A | NEXT%0 |
NEXT%0 |
0x0000271B | NO%0 |
NO%0 |
0x0000271C | 警告: 由于有安全增强功能,此任务将在预期时间运行,但不以交互方式运行。如果要求交互式任务,则使用 schtasks.exe 实用程序(使用 \"schtasks /?\" 命令获取详细信息)。 |
Warning: Due to security enhancements, this task will run at the timeexpected but not interactively.Use schtasks.exe utility if interactive task is required ('schtasks /?'for details). |
0x0000271E | AT 命令安排在特定日期和时间运行命令和程序。要使用 AT 命令,计划服务必须已在运行中。%n AT [\\\\computername] [ [id] [/DELETE] | /DELETE [/YES]] AT [\\\\computername] time [/INTERACTIVE] [ /EVERY:date[,...] | /NEXT:date[,...]] \"command\"%n\\\\computername 指定远程计算机。如果省略这个参数, 会计划在本地计算机上运行命令。id 指定给已计划命令的识别号。/delete 删除某个已计划的命令。如果省略 id, 计算机上所有已计划的命令都会被删除。/yes 不需要进一步确认时,跟删除所有作业 的命令一起使用。time 指定运行命令的时间。/interactive 允许作业在运行时,与当时登录的用户 桌面进行交互。/every:date[,...] 指定在每周或每月的特定日期运行命令。 如果省略日期,则默认为在每月的 本日运行。/next:date[,...] 指定在下一个指定日期(如,下周四)运 行命令。如果省略日期,则默认为在每 月的本日运行。\"command\" 准备运行的 Windows NT 命令或批处理 程序。%n |
The AT command schedules commands and programs to run on a computer at a specified time and date. The Schedule service must be running to use the AT command.%n AT [\\\\computername] [ [id] [/DELETE] | /DELETE [/YES]] AT [\\\\computername] time [/INTERACTIVE] [ /EVERY:date[,...] | /NEXT:date[,...]] \"command\"%n\\\\computername Specifies a remote computer. Commands are scheduled on the local computer if this parameter is omitted. id Is an identification number assigned to a scheduled command. /delete Cancels a scheduled command. If id is omitted, all the scheduled commands on the computer are canceled./yes Used with cancel all jobs command when no further confirmation is desired.time Specifies the time when command is to run./interactive Allows the job to interact with the desktop of the user who is logged on at the time the job runs./every:date[,...] Runs the command on each specified day(s) of the week or month. If date is omitted, the current day of the month is assumed. /next:date[,...] Runs the specified command on the next occurrence of the day (for example, next Thursday). If date is omitted, the current day of the month is assumed.\"command\" Is the Windows NT command, or batch program to be run.%n |
0x0000271F | INTERACTIVE%0 |
INTERACTIVE%0 |
0x00002720 | AT 命令已弃用。请改用 schtasks.exe。%n |
The AT command has been deprecated. Please use schtasks.exe instead.%n |