Source code of Windows XP (NT5)
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.

114 lines
2.8 KiB

  1. ;/*++
  2. ;
  3. ;Copyright (c) 1997 Microsoft Corporation
  4. ;
  5. ;Module Name:
  6. ;
  7. ; linkdmsg.mc (will create linkdmsg.h when compiled)
  8. ;
  9. ;Abstract:
  10. ;
  11. ; This file contains the linkd messages.
  12. ;
  13. ;Author:
  14. ;
  15. ; Felipe Cabrera (cabrera) 27-Aug-97
  16. ;
  17. ;Revision History:
  18. ; Felipe Cabrera (cabrera) 11-Aug-99 -- Scrubbed NT out of the text.
  19. ;
  20. ;--*/
  21. MessageId=1 SymbolicName=MSG_LINKD_HELP
  22. Language=English
  23. Links an NTFS directory to a target valid object name in Windows 2000.
  24. LINKD Source [/D] Destination
  25. Source - Displays the Windows 2000 name targeted by Source
  26. Source Destination - Links source directory to Destination directory or a
  27. Windows 2000 device or any valid Windows 2000 name
  28. Source /D - Deletes Source, regardless of whether a link exists at
  29. source
  30. /? - Prints this help message
  31. LINKD grafts (links) the target name directly into the name space at Source,
  32. so that Source subsequently acts as a name space junction. The Source directory
  33. must reside on a disk formatted with NTFS in Windows 2000. The destination
  34. (the target of the link) can be any valid directory name or device name or valid
  35. object name in Windows 2000. When the target name does not resolve to a directory
  36. or a device, open calls fail.
  37. All characters in both the Source and Destination names must be in the ASCII
  38. character set. Usage of arbitrary Unicode characters is not supported.
  39. Type "LINKD /? | more" if you need to see all the help text
  40. .
  41. MessageId=2 SymbolicName=MSG_LINKD_WRONG_NAME
  42. Language=English
  43. The name passed in was not a valid Windows 2000 name.
  44. .
  45. MessageId=3 SymbolicName=MSG_LINKD_OPEN_FAILED
  46. Language=English
  47. Could not open: %1
  48. .
  49. MessageId=4 SymbolicName=MSG_LINKD_NO_MEMORY
  50. Language=English
  51. The system could not allocate memory for a buffer.
  52. .
  53. MessageId=5 SymbolicName=MSG_LINKD_GET_OPERATION_FAILED
  54. Language=English
  55. %1 is not linked to another directory.
  56. .
  57. MessageId=6 SymbolicName=MSG_LINKD_DID_NOT_FIND_A_LINKD
  58. Language=English
  59. The name grafting operation failed.
  60. .
  61. MessageId=7 SymbolicName=MSG_LINKD_PATH_NOT_FOUND
  62. Language=English
  63. The name specified was not found in the system.
  64. .
  65. MessageId=8 SymbolicName=MSG_LINKD_SET_OPERATION_FAILED
  66. Language=English
  67. Cannot create a link at: %1
  68. .
  69. MessageId=9 SymbolicName=MSG_LINKD_CREATE_OPERATION_SUCCESS
  70. Language=English
  71. Link created at: %1
  72. .
  73. MessageId=10 SymbolicName=MSG_LINKD_DELETE_OPERATION_SUCCESS
  74. Language=English
  75. The delete operation succeeded.
  76. .
  77. MessageId=11 SymbolicName=MSG_LINKD_DELETE_OPERATION_FAILED
  78. Language=English
  79. The delete operation failed.
  80. .
  81. MessageId=12 SymbolicName=MSG_LINKD_CREATE_FAILED
  82. Language=English
  83. Cannot create link at: %1
  84. .
  85. MessageId=13 SymbolicName=MSG_LINKD_DISPLAY_NL
  86. Language=English
  87. %1
  88. .
  89. MessageId=14 SymbolicName=MSG_LINKD_DISPLAY_NL_A
  90. Language=English
  91. Source %1 is linked to
  92. .