novice012000 | 11 Oct 2011 18:53

map dropbox folder to drive letter

I am trying to map my www.dropbox.com\photos to a drive letter. I have tried 'net use', or through map drive
in my computer, but I have not been successfull. Any help/ideas/solution would be greatly appreciated.
Thanks
Sarah

------------------------------------

To Post a message, send it to:   batchworld@...

To Unsubscribe, send a blank message to:
batchworld-unsubscribe@...! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/batchworld/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/batchworld/join
    (Yahoo! ID required)

<*> To change settings via email:
    batchworld-digest@... 
    batchworld-fullfeatured@...

<*> To unsubscribe from this group, send an email to:
    batchworld-unsubscribe@...

<*> Your use of Yahoo! Groups is subject to:
(Continue reading)

John O'Regan | 11 Oct 2011 22:33
Picon

Re: map dropbox folder to drive letter

Dear Sarah,

  Your Dropbox files are stored on your local machine as well as the
cloud.  Hold down the Windows Key and press R.  Type cmd into the
dialog box and press Enter.  A command prompt should open.  On the
command line, type

cd %UserProfile%\My Documents\My Dropbox\Photos
dir /b

and there are your photos!  If you don't want to type in that long
folder name every time, try this command from the Photos folder

subst x: .

and Drive X: should (temporarily) be mapped to that folder,

hth,
John

------------------------------------

To Post a message, send it to:   batchworld@...

To Unsubscribe, send a blank message to:
batchworld-unsubscribe@...! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/batchworld/

(Continue reading)

Parag Doke | 12 Oct 2011 05:58
Picon

Re: map dropbox folder to drive letter

I haven't used dropbox ... but if one uploads stuff to the account from
another system/computer, will that get synched too ?

Parag Doke
Save paper, save trees. Do not print emails/documents unless absolutely
necessary.

On Wed, Oct 12, 2011 at 2:03 AM, John O'Regan <john.a.oregan@...>wrote:

> **
>
>
> Dear Sarah,
>
> Your Dropbox files are stored on your local machine as well as the
> cloud. Hold down the Windows Key and press R. Type cmd into the
> dialog box and press Enter. A command prompt should open. On the
> command line, type
>
> cd %UserProfile%\My Documents\My Dropbox\Photos
> dir /b
>
> and there are your photos! If you don't want to type in that long
> folder name every time, try this command from the Photos folder
>
> subst x: .
>
> and Drive X: should (temporarily) be mapped to that folder,
>
> hth,
(Continue reading)

John O'Regan | 12 Oct 2011 13:41
Picon

Re: map dropbox folder to drive letter

Dear Parag,

  Here's a good explanation I found:

http://forums.dropbox.com/topic.php?id=1967

And if anyone wants to sign up to Dropbox (it's free), let me know and
I'll "refer" you,

bye for now,
John

------------------------------------

To Post a message, send it to:   batchworld@...

To Unsubscribe, send a blank message to:
batchworld-unsubscribe@...! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/batchworld/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/batchworld/join
    (Yahoo! ID required)

<*> To change settings via email:
(Continue reading)

novice012000 | 12 Oct 2011 19:43

Re: map dropbox folder to drive letter


John,
Thanks for your response. I know that it is a folder on my lcoal computer and I am able to map it on my local
computer. However, I am looking to map the DropBox folder when I connect from another computer with
Internet Explorer. I am using Dropbox for an application and it works great except for this one issue with
mapping the drive. So if anybody can give me any advice it will be greatly appreciated. I have tried other
'clouds', but DropBox is the best , it is incredibly fast etc. WebDrive is an add on for other clouds to map
the drive, but it does not work with Dropbox. So if anybody know how to do this or of an add-on that will work
with DropBox I would appreciate the info.
Thanks
Sarah

--- In batchworld@..., "John O'Regan" <john.a.oregan <at> ...> wrote:
>
> Dear Sarah,
> 
>   Your Dropbox files are stored on your local machine as well as the
> cloud.  Hold down the Windows Key and press R.  Type cmd into the
> dialog box and press Enter.  A command prompt should open.  On the
> command line, type
> 
> cd %UserProfile%\My Documents\My Dropbox\Photos
> dir /b
> 
> and there are your photos!  If you don't want to type in that long
> folder name every time, try this command from the Photos folder
> 
> subst x: .
> 
> and Drive X: should (temporarily) be mapped to that folder,
(Continue reading)

Theodorik OBroin | 12 Oct 2011 21:18
Picon

Re: Re: map dropbox folder to drive letter

Try this:
http://forums.dropbox.com/topic.php?id=1227#post-330738

hth,
D

On 12 October 2011 18:43, novice012000
<sarahk@...> wrote:

> **
>
>
>
>
> John,
> Thanks for your response. I know that it is a folder on my lcoal computer
> and I am able to map it on my local computer. However, I am looking to map
> the DropBox folder when I connect from another computer with Internet
> Explorer. I am using Dropbox for an application and it works great except
> for this one issue with mapping the drive. So if anybody can give me any
> advice it will be greatly appreciated. I have tried other 'clouds', but
> DropBox is the best , it is incredibly fast etc. WebDrive is an add on for
> other clouds to map the drive, but it does not work with Dropbox. So if
> anybody know how to do this or of an add-on that will work with DropBox I
> would appreciate the info.
> Thanks
> Sarah
>
>
> --- In batchworld@..., "John O'Regan" <john.a.oregan <at> ...>
(Continue reading)

Theodorik OBroin | 12 Oct 2011 21:25
Picon

Re: Re: map dropbox folder to drive letter

Or for the techies amongst us:
http://forums.dropbox.com/topic.php?id=9586#post-59968

and another one from before:
http://forums.dropbox.com/topic.php?id=1561#post-8298
(includes pic)

Completely untested as I'm not totally sold on the recently discussed
security issues regarding Dropbox :)

On 12 October 2011 20:18, Theodorik OBroin <theodorik.obroin@...>wrote:

> Try this:
> http://forums.dropbox.com/topic.php?id=1227#post-330738
>
> hth,
> D
>
>
> On 12 October 2011 18:43, novice012000
<sarahk@...> wrote:
>
>> **
>>
>>
>>
>>
>> John,
>> Thanks for your response. I know that it is a folder on my lcoal computer
>> and I am able to map it on my local computer. However, I am looking to map
(Continue reading)


Gmane