Leaked source code of windows server 2003
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.

192 lines
5.5 KiB

  1. ;/*++
  2. ;
  3. ;Copyright (c) 1992 Microsoft Corporation
  4. ;
  5. ;Module Name:
  6. ;
  7. ; lmatmsg.h
  8. ;
  9. ;Abstract:
  10. ;
  11. ; Definitions for AT command private errors.
  12. ;
  13. ;Author:
  14. ;
  15. ; Vladimir Z. Vulovic (vladimv) 06 - November - 1992
  16. ;
  17. ;Revision History:
  18. ;
  19. ; 06-Nov-1992 vladimv
  20. ; Created
  21. ; 20-Feb-1993 yihsins
  22. ; Move hard-coded strings from atcmd.c to here.
  23. ;
  24. ;Notes:
  25. ;
  26. ; This file is generated by the MC tool from the lmatmsg.mc file.
  27. ;
  28. ;
  29. ; In lanman2.1 and before, messages for AT utility used to be defined in
  30. ; common\h\apperr2.h. In NT windows, error codes belonging to AT utility
  31. ; have been reused by redir statistics. Therefore, we have to invent a
  32. ; whole new message file for these lost messages!
  33. ;
  34. ; Note that %1 was removed from messages for APE2_AT_EACH & APE2_AT_NEXT.
  35. ;
  36. ;--*/
  37. MessageId=4630 SymbolicName=APE2_AT_DEL_WARNING
  38. Language=English
  39. This operation will delete all scheduled jobs.
  40. .
  41. MessageId=+1 SymbolicName=APE2_AT_SCHED_FILE_CLEARED
  42. Language=English
  43. The AT schedule file was cleared.
  44. .
  45. MessageId=+1 SymbolicName=APE2_AT_TODAY
  46. Language=English
  47. Today %0
  48. .
  49. MessageId=+1 SymbolicName=APE2_AT_TOMORROW
  50. Language=English
  51. Tomorrow %0
  52. .
  53. MessageId=+1 SymbolicName=APE2_AT_NEXT
  54. Language=English
  55. Next %0
  56. .
  57. MessageId=+1 SymbolicName=APE2_AT_EACH
  58. Language=English
  59. Each %0
  60. .
  61. ;// ++++++++++++++++++++++++++++ WARNING ++++++++++++++++++++++++++
  62. ;//
  63. ;// The following messages up to APE2_AT_DI_INTERACTIVE are aligned to
  64. ;// look right when printed on the screen (they appear in a table).
  65. ;// If they are changed, make sure they occupy the same number of
  66. ;// chars (text+space). In the case of AT_DUMP_HEADER, the column
  67. ;// headers should start at the same place (left justified).
  68. ;//
  69. ;// ---------------------------------------------------------------
  70. MessageId=+1 SymbolicName=APE2_AT_DUMP_HEADER
  71. Language=English
  72. Status ID Day Time Command Line
  73. .
  74. MessageId=+1 SymbolicName=APE2_AT_DI_TASK
  75. Language=English
  76. Task ID: %0
  77. .
  78. MessageId=+1 SymbolicName=APE2_AT_DI_STATUS
  79. Language=English
  80. Status: %0
  81. .
  82. MessageId=+1 SymbolicName=APE2_AT_DI_SCHEDULE
  83. Language=English
  84. Schedule: %0
  85. .
  86. MessageId=+1 SymbolicName=APE2_AT_DI_TIMEOFDAY
  87. Language=English
  88. Time of day: %0
  89. .
  90. MessageId=+1 SymbolicName=APE2_AT_DI_COMMAND
  91. Language=English
  92. Command: %0
  93. .
  94. MessageId=+1 SymbolicName=APE2_AT_DI_INTERACTIVE
  95. Language=English
  96. Interactive: %0
  97. .
  98. MessageId=10000 SymbolicName=IDS_LOAD_LIBRARY_FAILURE
  99. Language=English
  100. LoadLibrary() fails with winError = %1!d!
  101. .
  102. MessageId=10001 SymbolicName=IDS_UNABLE_TO_MAP_TO_UNICODE
  103. Language=English
  104. Failed to convert input strings to unicode strings.
  105. .
  106. MessageId=10002 SymbolicName=IDS_UNABLE_TO_MAKE_STRING_TO_UNICODE
  107. Language=English
  108. Failed to make unicode string out of %1.
  109. .
  110. MessageId=10003 SymbolicName=IDS_ADD_NEW_JOB
  111. Language=English
  112. Added a new job with job ID = %1!d!
  113. .
  114. MessageId=10004 SymbolicName=IDS_MESSAGE_GET_ERROR
  115. Language=English
  116. FormatMessage(%1!d!) fails with winError = %2!d!
  117. .
  118. MessageId=10005 SymbolicName=IDS_MESSAGE_PRINT_ERROR
  119. Language=English
  120. FormatMessage(%1!d!) fails with winError = %2!d!
  121. .
  122. MessageId=10006 SymbolicName=IDS_INVALID_COMMAND
  123. Language=English
  124. Invalid command.%n
  125. .
  126. MessageId=10007 SymbolicName=IDS_YES
  127. Language=English
  128. YES%0
  129. .
  130. MessageId=10008 SymbolicName=IDS_DELETE
  131. Language=English
  132. DELETE%0
  133. .
  134. MessageId=10009 SymbolicName=IDS_EVERY
  135. Language=English
  136. EVERY%0
  137. .
  138. MessageId=10010 SymbolicName=IDS_NEXT
  139. Language=English
  140. NEXT%0
  141. .
  142. MessageId=10011 SymbolicName=IDS_NO
  143. Language=English
  144. NO%0
  145. .
  146. MessageId=10014 SymbolicName=IDS_USAGE
  147. Language=English
  148. The AT command schedules commands and programs to run on a computer at
  149. a specified time and date. The Schedule service must be running to use
  150. the AT command.%n
  151. AT [\\computername] [ [id] [/DELETE] | /DELETE [/YES]]
  152. AT [\\computername] time [/INTERACTIVE]
  153. [ /EVERY:date[,...] | /NEXT:date[,...]] "command"%n
  154. \\computername Specifies a remote computer. Commands are scheduled on the
  155. local computer if this parameter is omitted.
  156. id Is an identification number assigned to a scheduled
  157. command.
  158. /delete Cancels a scheduled command. If id is omitted, all the
  159. scheduled commands on the computer are canceled.
  160. /yes Used with cancel all jobs command when no further
  161. confirmation is desired.
  162. time Specifies the time when command is to run.
  163. /interactive Allows the job to interact with the desktop of the user
  164. who is logged on at the time the job runs.
  165. /every:date[,...] Runs the command on each specified day(s) of the week or
  166. month. If date is omitted, the current day of the month
  167. is assumed.
  168. /next:date[,...] Runs the specified command on the next occurrence of the
  169. day (for example, next Thursday). If date is omitted, the
  170. current day of the month is assumed.
  171. "command" Is the Windows NT command, or batch program to be run.%n
  172. .
  173. MessageId=10015 SymbolicName=IDS_INTERACTIVE
  174. Language=English
  175. INTERACTIVE%0
  176. .
  177.