1LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US 2 3STRINGTABLE 4BEGIN 5 IDS_INCORRECT_PARAMETER_COUNT "Incorrect number of parameters - %s\n" 6 IDS_INVALID_PARAMETER "Incorrect number of parameters - %s\n" 7 IDS_INVALID_PARAMETER2 "Invalid parameter - %s\n" 8 IDS_PATH_NOT_FOUND "Path not found - %s\n" 9 IDS_ACCESS_DENIED "Access denied - %s\n" 10 IDS_DRIVE_ALREADY_SUBSTED "Drive already SUBSTed\n" 11 IDS_FAILED_WITH_ERRORCODE "Failed with error code 0x%x: %s\n" 12 IDS_USAGE "Associates a path with a drive letter.\n\n\ 13SUBST [drive1: [drive2:]path]\n\ 14SUBST drive1: /D\n\n\ 15 drive1: Specifies a virtual drive to which you want to assign a path.\n\ 16 [drive2:]path Specifies a physical drive and path you want to assign to\n\ 17 a virtual drive.\n\ 18 /D Deletes a substituted (virtual) drive.\n\n\ 19Type SUBST with no parameters to display a list of current virtual drives.\n" 20END 21