Re: Mapping search drives
Since Dynamic Link Libraries are never called directly, their
location does not need to be listed in the path. AFAIK, DLLs
either reside in the System32 folder or in the folder where the
application resides that invokes them.
To set the %path% for a specific user, use setx.exe. You can
download it from the Windows Resource Kit.
"Paul0426" <Paul0426@discussions.microsoft.com> wrote in message
news:6BC6B3C4-1671-4F78-A366-F40432301747@microsoft.com...
>I am looking to modify the environment path either based on user, or user
> group at logon. But I need to find both exe's and dll's.
>
>
> --
> Paul
>
>
> "Pegasus (MVP)" wrote:
>
>>
>> "Paul0426" <Paul0426@discussions.microsoft.com> wrote in message
>> news:19A5318C-2831-410F-87B1-73264884A5F3@microsoft.com...
>> > Ok, but I am failing to see what makes them a "search". The example
>> > you
>> > gave
>> > looks to be to be like any other mapping. Am I missing something?
>> >
>> > --
>> > Paul
>>
>> This is because I failed to understand the term "Search Drive".
>> Best to use Windows terminology when asking Windows-related
>> questions.
>>
>> Does this mean that you wish to specify a %path% that is composed
>> of two elements:
>> a) The standard Windows directories
>> b) A number of user-specific directories
>>
>> Note that the %path% variable is used for executables only.
>> It is not used when looking for data files.
>>
>>
>>