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.

38 lines
1.4 KiB

  1. #include "resource.h"
  2. #include "cmdlineres.h"
  3. #include "cmdline.rc"
  4. STRINGTABLE DISCARDABLE
  5. BEGIN
  6. IDS_MAIN_HELP_BEGIN "\nCLIP\n\n"
  7. IDS_HELP_LINE2 "Description:\n"
  8. IDS_HELP_LINE3 " Redirects output of command line tools to the Windows clipboard.\n"
  9. IDS_HELP_LINE4 " This text output can then be pasted into other programs.\n\n"
  10. IDS_HELP_LINE5 ""
  11. IDS_HELP_LINE6 "Parameter List:\n"
  12. IDS_HELP_LINE7 ""
  13. IDS_HELP_LINE8 " /? Displays this help message.\n\n"
  14. IDS_HELP_LINE9 ""
  15. IDS_HELP_LINE10 "Examples:\n"
  16. IDS_HELP_LINE11 " DIR | CLIP Places a copy of the current directory\n"
  17. IDS_HELP_LINE12 " listing into the Windows clipboard.\n\n"
  18. IDS_HELP_LINE13 " CLIP < README.TXT Places a copy of the text from readme.txt\n"
  19. IDS_HELP_LINE14 " on to the Windows clipboard.\n"
  20. IDS_MAIN_HELP_END ""
  21. END
  22. STRINGTABLE DISCARDABLE
  23. BEGIN
  24. IDS_HELP_MESSAGE "Type ""CLIP /?"" for usage.\n"
  25. END
  26. //
  27. // Version resources
  28. //
  29. #include <ntverp.h>
  30. #define VER_FILETYPE VFT_APP
  31. #define VER_FILESUBTYPE VFT2_UNKNOWN
  32. #define VER_FILEDESCRIPTION_STR "Clip - copies the data into clipboard"
  33. #define VER_INTERNALNAME_STR "clip.exe"
  34. #define VER_ORIGINALFILENAME_STR "clip.exe"
  35. #include <common.ver>