2011-04-25 16:08:00 +00:00
|
|
|
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
|
|
|
|
|
|
|
STRINGTABLE
|
|
|
|
BEGIN
|
|
|
|
IDS_INCORRECT_PARAMETER_COUNT "Incorrect number of parameters - %s\n"
|
|
|
|
IDS_INVALID_PARAMETER "Incorrect number of parameters - %s\n"
|
|
|
|
IDS_INVALID_PARAMETER2 "Invalid parameter - %s\n"
|
2016-06-28 20:22:07 +00:00
|
|
|
IDS_PATH_NOT_FOUND "Path not found - %s\n"
|
2016-06-29 00:38:51 +00:00
|
|
|
IDS_ACCESS_DENIED "Access denied - %s\n"
|
2013-09-27 12:54:05 +00:00
|
|
|
IDS_DRIVE_ALREADY_SUBSTED "Drive already SUBSTed\n"
|
|
|
|
IDS_FAILED_WITH_ERRORCODE "Failed with error code 0x%x: %s\n"
|
2011-05-10 15:48:54 +00:00
|
|
|
IDS_USAGE "Associates a path with a drive letter.\n\n\
|
|
|
|
SUBST [drive1: [drive2:]path]\n\
|
|
|
|
SUBST drive1: /D\n\n\
|
|
|
|
drive1: Specifies a virtual drive to which you want to assign a path.\n\
|
2016-06-27 20:10:59 +00:00
|
|
|
[drive2:]path Specifies a physical drive and path you want to assign to\n\
|
|
|
|
a virtual drive.\n\
|
2011-05-10 15:48:54 +00:00
|
|
|
/D Deletes a substituted (virtual) drive.\n\n\
|
|
|
|
Type SUBST with no parameters to display a list of current virtual drives.\n"
|
2011-04-25 16:08:00 +00:00
|
|
|
END
|