Label D: Foo works fine because D: is a local drive. If D: were a mapped network drive then this would fail and give the error "the network request was not supported".
 
I am on Windows 2000 Pro, Service Pack 1.
 
Stacey
-----Original Message-----
From: Nello Sestini [mailto:[EMAIL PROTECTED]]
Sent: Monday, 5 March 2001 1:19 p.m.
To: Multiple recipients of list delphi
Subject: Re: [DUG]: Renaming/Relabeling A Shared Drive from Delphi.

and for the Label command
 
    Label G: Bob
    Label G:\ Bob
 
    Label \\machinename\C Bob
    Label \\machinename\C: Bob
hmmmm
 
i just tried a quick
   
      Label D: FOO
 
and it worked as expected (changed the label on drive D)
 
 
This was on NT 4.0 WS
 
 
Maybe this is an OS specific problem.    What are you running?
 
Or perhaps some problem with permissions?
 
 
-ns

Reply via email to