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.

44 lines
1.4 KiB

  1. /*
  2. Filename : forceexe.rc
  3. Purpose : Contains resource file for FORCEDOS.EXE
  4. Author : William Hsieh
  5. Contains :
  6. Strings
  7. Revision History :
  8. */
  9. #include <windows.h>
  10. #include <ntverp.h>
  11. #define VER_FILETYPE VFT_APP
  12. #define VER_FILESUBTYPE VFT2_UNKNOWN
  13. #define VER_FILEDESCRIPTION_STR "Force DOS Execute Utility"
  14. #define VER_INTERNALNAME_STR "ForceDOS"
  15. #define VER_ORIGINALFILENAME_STR "ForceDOS.Exe"
  16. #include "common.ver"
  17. #include "forcedos.h"
  18. STRINGTABLE {
  19. ID_NO_FILE L"FORCEDOS: Program file not found\n"
  20. ID_BAD_PATH L"FORCEDOS: Bad program path name\n"
  21. ID_BAD_CMDLINE L"FORCEDOS: Command line too long\n"
  22. ID_BAD_DEFDIR L"FORCEDOS: Bad directory name\n"
  23. ID_BAD_TEMPFILE L"FORCEDOS: Cannot create temporary file\n"
  24. ID_NO_PIF L"FORCEDOS: _default.pif not found\n"
  25. ID_BAD_PIF L"FORCEDOS: _default.pif corrupted\n"
  26. ID_NO_MEMORY L"FORCEDOS: Not enough memory\n"
  27. ID_BAD_PROCESS L"FORCEDOS: Failed to create the process\n"
  28. ID_USAGE_00 L"\nFORCEDOS [/D directory] filename [parameters]\n"
  29. ID_USAGE_01 L"/D directory Specifies the current directory for\n"
  30. ID_USAGE_02 L" the specified program to use.\n"
  31. ID_USAGE_03 L"filename Specifies the program to start.\n"
  32. ID_USAGE_04 L"parameters Specifies parameters to pass to the program.\n"
  33. }