//Copyright (c) 1998 - 1999 Microsoft Corporation #include #include #include "migrate.h" #define VER_FILETYPE VFT_APP #define VER_FILESUBTYPE VFT2_UNKNOWN #define VER_FILEDESCRIPTION_STR "Migration Utility" #define VER_INTERNALNAME_STR "migrate" #define VER_ORIGINALFILENAME_STR "migrate.exe" #include #include "common.ver" STRINGTABLE BEGIN IDS_ERROR_MALLOC L"Error allocating memory\n" IDS_ERROR_INVALID_PARAMETERS L"Invalid parameter(s)\n" IDS_ERROR_INI L"An error occured during .INI file migration\n" IDS_ERROR_GRP L"An error occured during .GRP file migration\n" IDS_ERROR_REG L"An error occured during REG.DAT file migration\n" IDS_MESSAGE_INI L"Migrating .INI files from %S\n" IDS_MESSAGE_GRP L"Migrating .GRP files from %S\n" IDS_MESSAGE_REG L"Migrating %S\\REG.DAT file\n" IDS_MESSAGE_PROCESS L" Processing %S\n" IDS_USAGE1 L"Migrates selected Windows 3.1 .INI file settings.\n\n" IDS_USAGE2 L"MIGRATE {/INI | /GROUP | /REGDATA} [path]\n\n" IDS_USAGE3 L" /INI Migrates file associations, Windows app settings, Desktop\n" IDS_USAGE4 L" configuration settings (except for screen savers).\n" IDS_USAGE5 L" /GROUP Allows migrating program groups not on the Terminal server.\n" IDS_USAGE6 L" /REGDATA Allows migrating Windows 3.1 Registry data (REG.DAT).\n" IDS_USAGE7 L" path Pathname of directory containing Windows 3.1 files to be\n" IDS_USAGE8 L" migrated (default is current).\n\n" END