• How To?
  • Tips ‘n Tricks
  • WordPress
  • Snippets
  • Software
    • Browsers
    • Downloads
  • Web
  • Tools
    • Character Counter
    • chmod Calculator
    • Entities Encoder
    • Live HTML Editor
    • My IP
  • Contact
Twitter Facebook Google+ RSS
You are here: SumTips » Tips 'n Tricks » Create a Virtual Dropbox Folder Drive in Windows

Create a Virtual Dropbox Folder Drive in Windows

Posted on October 10, 2011 by Renji | Short URL: http://sumtips.com/?p=5066

Dropbox Logo

A quick tip for all dropbox users. If you’d like to treat your Dropbox folder as a drive, and add it to My Computer, you can do so with the SUBST command.

Steps:

Open Command Prompt (Press “Win + R” and type cmd) and run the following command:

subst X: "C:\Users\[username]\Documents\My Dropbox"

That will create a new virtual drive “X” with the contents of your Dropbox folder. Replace “X:” with the drive letter you want and enter the actual path to your Dropbox folder within ” “(double quotes).

This virtual drive will exist as long as you stay logged in Windows. Once you reboot, this setting is lost. To automatically create this drive each time you logon in Windows, we can run a simple BAT file at startup.

To do so, open a text editor (notepad would do) and type in the following statments:

subst /d X:
subst X: "C:\Users\[username]\Documents\My Dropbox"

Save the file on your desktop as .bat file. Again, remember to replace drive letter and Dropbox folder path with the actual path on your computer.

Next open the Startup folder (Press “Win + R” and type Shell:Startup) and move the earlier created BAT file here.

That’s all. Now when you boot up, Drive X: (or the one you entered) is automatically created and will refer to your Dropbox folder.

This is not a new tip by any means, but it certainly makes working with Dropbox easier. You can use SUBST command to create other such virtual drives from folder and it’s very convenient if you create too many tiers in your folder hierarchy.

This tip works on all Windows versions.

If you don’t have a Dropbox account, sign up here and get free 250MB storage space.


Tweet

Related posts:

  • Create Network Drive to Access Files on Dropbox, Google Docs, FTP & More
  • Create Custom Shell Folder
  • Create Bootable Windows ISO Image From Setup Folder
  • Boot Windows from a Virtual Disk
  • Change The Default Installation Folder In Windows
Categories: Tips 'n Tricks | Tags: Dropbox, Tips 'n Tricks
List of YouTube Feed URLs
Set Gravatar as Favicon in Your WordPress Blog

  • Get Updates via Email

  • Recent Posts

    • CMS2CMS: Migrate Site from Drupal or Joomla to WordPress
    • WordPress: Add Preview Button in Distraction Free Writing
    • How to Activate or Deactivate Individual Jetpack Modules
    • Windows 8: Auto Update Defender with Windows Update Disabled
    • Automatically Start and Close Programs at Specific Time
    • How to Copy Code from Notepad++ with Syntax Highlighting
  • Random Posts

    • The Best Offline Dictionary Apps for Windows 8
    • Firefox 15 Gets Responsive Mode & Layout View Developer Tools
    • Now Blogger Gets a New Interface, Try it Now
    • Prevent Users from Installing Modern UI Applications
    • Android 4.0 Codenamed “Ice-Cream” to Come in 2011
    • Search and Delete Unused Post Tags in WordPress
  • Categories

    • Blogging
    • Games
    • Google
    • How To?
    • Linux
    • Microsoft
      • Windows
    • Miscellaneous
    • Phone
    • Snippets
      • AutoHotkey Snippets
      • CSS Snippets
      • htaccess Snippets
      • JavaScript Snippets
      • PowerShell Snippets
      • WordPress Snippets
    • Social
    • Software
      • Browsers
    • Tips 'n Tricks
    • Wallpapers
    • Web
© SumTips. Contact | Sitemap | Privacy Policy