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.

64 lines
1.2 KiB

  1. ;/*++
  2. ;
  3. ;Copyright (c) 1997 Microsoft Corporation
  4. ;
  5. ;Module Name:
  6. ;
  7. ; delrpmsg.mc (will create delrpmsg.h when compiled)
  8. ;
  9. ;Abstract:
  10. ;
  11. ; This file contains the delrp messages.
  12. ;
  13. ;Author:
  14. ;
  15. ; Felipe Cabrera (cabrera) 27-Aug-97
  16. ;
  17. ;Revision History:
  18. ;
  19. ;--*/
  20. MessageId=1 SymbolicName=MSG_DELRP_HELP
  21. Language=English
  22. Deletes a file, including files with associated NTFS reparse points
  23. of any kind.
  24. DELRP [/?] Filename
  25. When run without arguments this program will display the help
  26. message.
  27. /? Print this help message
  28. This program will delete the named file/directory whether it has
  29. a reparse point or not.
  30. All the characters in FileName must be in the ASCII character set. Usage of arbitrary
  31. Unicode characters is not supported.
  32. Type "DELRP /? | more" if you need to see all the help text
  33. .
  34. MessageId=2 SymbolicName=MSG_DELRP_WRONG_NAME
  35. Language=English
  36. The name passed in was not a valid NT name.
  37. .
  38. MessageId=3 SymbolicName=MSG_DELRP_OPEN_FAILED
  39. Language=English
  40. The open call failed.
  41. .
  42. MessageId=4 SymbolicName=MSG_DELRP_DELETE_FAILED
  43. Language=English
  44. The delete call failed.
  45. .
  46. MessageId=5 SymbolicName=MSG_DELRP_DISPLAY_NL
  47. Language=English
  48. %1
  49. .
  50. MessageId=6 SymbolicName=MSG_DELRP_OPEN_FAILED_NL
  51. Language=English
  52. Cannot open: %1
  53. .