Re: [PHP] How to get a network drive name

2006-02-02 Thread Gerry Danen
Please define network drive name. There are drive letters, volume labels and share names. What exactly are you looking for? Gerry On 2/2/06, Ibrahima TALL <[EMAIL PROTECTED]> wrote: > Hi everybody ! > > I would need a help in php or a portable javascript solution (for several > browsers). > > My

Re: [PHP] How to get a network drive name

2006-02-02 Thread Richard Lynch
On Thu, February 2, 2006 8:44 am, Ibrahima TALL wrote: > i have already tryed this command barry, in fact the name of the > volume is > different from the name of a network drive. A volume concerns a > partition i > think > For exemple, you can define many drives, let say COMMON1(X:), > COMMON2(Y:)

Re: [PHP] How to get a network drive name

2006-02-02 Thread John Nichel
Ibrahima TALL wrote: *plonk* -- John C. Nichel IV Programmer/System Admin (ÜberGeek) Dot Com Holdings of Buffalo 716.856.9675 [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] How to get a network drive name

2006-02-02 Thread Ibrahima TALL
- Original Message - From: "Jim Moseby" <[EMAIL PROTECTED]> To: "'Ibrahima TALL'" <[EMAIL PROTECTED]>; Sent: Thursday, February 02, 2006 4:44 PM Subject: RE: [PHP] How to get a network drive name > > Is there anything you can type

RE: [PHP] How to get a network drive name

2006-02-02 Thread Jim Moseby
> > > > Is there anything you can type at the command line to see > the drive name > > info you want? 'LABEL' perhaps? If not, I do not know of > any way to get > > what you are looking for. > > LABEL and VOL give the name of the volume (ie of the > partition), but not the > drive name. > Th

RE: [PHP] How to get a network drive name

2006-02-02 Thread Jim Moseby
> The NET USE command gives many infos about the network drives > by the name of > the drive is not given. > See the Net Use output in the joined file of this message > > tat Local Distant R,seau > -- > --

Re: [PHP] How to get a network drive name

2006-02-02 Thread Ibrahima TALL
- Original Message - From: "Jim Moseby" <[EMAIL PROTECTED]> To: "'Ibrahima TALL'" <[EMAIL PROTECTED]>; "Jim Moseby" <[EMAIL PROTECTED]>; Sent: Thursday, February 02, 2006 4:22 PM Subject: RE: [PHP] How to get a network d

RE: [PHP] How to get a network drive name

2006-02-02 Thread Jim Moseby
> The "Distant" column is the UNC name of the X: notation, but > on my computer > this X: letter is in fact IBRAHIMA(X:) named. > You can do it by mapping a network driver on your desktop, > then do a right > click to rename it, so you can give the name you want. For > example the X: > become

Re: [PHP] How to get a network drive name

2006-02-02 Thread Ibrahima TALL
- Original Message - From: "Jim Moseby" <[EMAIL PROTECTED]> To: "'Ibrahima TALL'" <[EMAIL PROTECTED]>; "Jim Moseby" <[EMAIL PROTECTED]>; Sent: Thursday, February 02, 2006 3:59 PM Subject: RE: [PHP] How to get a network dr

RE: [PHP] How to get a network drive name

2006-02-02 Thread Shaw, Chris - Accenture
> >i have already tryed this command barry, in fact the name of >the volume is >different from the name of a network drive. A volume concerns >a partition i >think >For exemple, you can define many drives, let say COMMON1(X:), >COMMON2(Y:) in >the DISK(C:). >In this situation, the volum

Re: [PHP] How to get a network drive name

2006-02-02 Thread Ibrahima TALL
- Original Message - From: "Jim Moseby" <[EMAIL PROTECTED]> To: "'Ibrahima TALL'" <[EMAIL PROTECTED]>; Sent: Thursday, February 02, 2006 3:41 PM Subject: RE: [PHP] How to get a network drive name i have already tryed this command barry, i

Re: [PHP] How to get a network drive name

2006-02-02 Thread Barry
Ibrahima TALL wrote: i have already tryed this command barry, in fact the name of the volume is different from the name of a network drive. A volume concerns a partition i think For exemple, you can define many drives, let say COMMON1(X:), COMMON2(Y:) in the DISK(C:). In this situation, the vo

RE: [PHP] How to get a network drive name

2006-02-02 Thread Jim Moseby
> > i have already tryed this command barry, in fact the name of > the volume is > different from the name of a network drive. A volume concerns > a partition i > think > For exemple, you can define many drives, let say COMMON1(X:), > COMMON2(Y:) in > the DISK(C:). > In this situation, the volu

Re: [PHP] How to get a network drive name

2006-02-02 Thread Ibrahima TALL
- Original Message - From: "Barry" <[EMAIL PROTECTED]> To: Sent: Thursday, February 02, 2006 3:16 PM Subject: Re: [PHP] How to get a network drive name Ibrahima TALL wrote: - Original Message - From: "Jim Moseby" <[EMAIL PROTECTED]>

Re: [PHP] How to get a network drive name

2006-02-02 Thread Barry
Ibrahima TALL wrote: - Original Message - From: "Jim Moseby" <[EMAIL PROTECTED]> To: Sent: Thursday, February 02, 2006 2:34 PM Subject: RE: [PHP] How to get a network drive name Hi everybody ! I would need a help in php or a portable javascript solution (for severa

RE: [PHP] How to get a network drive name

2006-02-02 Thread Jim Moseby
> Nothing > > about PHP 'runs' in the browser. In other words, you can > probably get all > > the information you want about the SERVER's network drive > names, and > > display > > that on the user's browser, > > Ok, so in php, how can i get the netowok drive names i mapped > on the server >

Re: [PHP] How to get a network drive name

2006-02-02 Thread Ibrahima TALL
- Original Message - From: "Jim Moseby" <[EMAIL PROTECTED]> To: Sent: Thursday, February 02, 2006 2:34 PM Subject: RE: [PHP] How to get a network drive name Hi everybody ! I would need a help in php or a portable javascript solution (for several browsers). My

RE: [PHP] How to get a network drive name

2006-02-02 Thread Jim Moseby
> > Hi everybody ! > > I would need a help in php or a portable javascript solution > (for several browsers). > > My problem is : i have no solution about how to get a > network drive name. > For exemple, getting COMMON in COMMON(X:). > > The only solution i saw was using activeX controls wi