Easiest Way To Run Multiple Instances of Dropbox in Windows 7

Punniya seelan
0

All that you need at the starting

1. You must have the admin privilege.
2. PsExec for execute programs on remote systems. Download it from Microsoft Windows Sysinternals page. It is a Zip file.
3. Next you have to extract the zipped file and copy the whole content to c: > Windows > System32 folder. But Windows 7 will deny the access if you normally open that location and simply paste the files. To overcome this problem
  • Click on Starr menu > All Programs > Accessories.
  • Right click on Windows Explorer > select “Run as administrator”.
  • Now navigate to c: > Windows > System32.
  • Copy the content of the extracted file and paste here.
It would ask you to replace or not some files. Simply click “Yes”.

Setting up the process by some script

1. We assume that you have already installed Dropbox in your primary user account. If not, install Dropbox at first to your primary user account.
2. Download the batch file from here.
3. Extract the downloaded file and place (startdb.bat) at the location
[System dive] > Users >[user name] > AppData > Roaming > Dropbox
My system drive is c and the user name is TTG. So the location for me is
C: > Users >TTG > AppData > Roaming > Dropbox
Your Windows 7 is now ready to run the script.

How to run the script for running multiple instances of Dropbox

1. Run the command prompt with administrator privilege. For that type “cmd” at the Start menu search box > Right click on cmd.exe > Select “Run as administrator”.
2. The command prompt appears. Change the path to the location of the startdb.bat file by executing the following command
cd C:UsersTTGAppDataRoamingDropbox (TTG is my user account, change it to your own)
3. Now you can create any number of users for your Windows 7 with their password. The command for that is
startdb <username> <password>
As example,
startdb Dropboxusr1 mypass1
Voila! You have just created the new user account pre-installed with the Dropbox. Now you can see the Dropbox setup wizard box. Just follow the instructions to add your Dropbox account.
Repeat the step 3 as many times as you like. Each time you will find the Dropbox setup wizard box.
Important note: Set a different Dropbox folder for each Dropbox account.
Note: The file synchronization may not start at the very first time of creation. First exit from the running Dropbox and again start that. It will start to sync files.
How to run those instances
At the first time you run the command “startdb it creates a file Dropboxusr.txt at same location of the startdb.bat. The file contains the command for starting the Dropbox account  for each user. Evey time you create a new Dropbox user in your computer it will append the command in that txt file.
So you can individually run each commands from the txt file at command prompt or just rename the file Dropboxuser.txt as Dropboxuser.bat to run all the Dropbox instances at the same time. If you want the Dropbox instances to run when you start your computer then just create a shortcut of Dropboxuser.bat and place at the Windows 7 start up folder for each user.

Post a Comment

0Comments

Post a Comment (0)