mirror of https://github.com/tongzx/nt5src
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.
22 lines
600 B
22 lines
600 B
//+----------------------------------------------------------------------------
|
|
//
|
|
// File: allcmdir.rc
|
|
//
|
|
// Module: CMSTP.EXE and CMCFG32.DLL
|
|
//
|
|
// Synopsis: Resource script for the function GetAllUsersCmDir,
|
|
// see common\source\allcmdir.cpp.
|
|
//
|
|
// Copyright (c) 1999 Microsoft Corporation
|
|
//
|
|
// Author: quintinb Created 08/05/99
|
|
//
|
|
//+----------------------------------------------------------------------------
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
|
|
IDS_CMSUBFOLDER "\\Microsoft\\Network\\Connections\\Cm"
|
|
IDS_APPDATA "Application Data"
|
|
|
|
END
|
|
|