Skip to content

Instantly share code, notes, and snippets.

@stansidel
Created November 26, 2013 05:17
Show Gist options
  • Save stansidel/7653807 to your computer and use it in GitHub Desktop.
Save stansidel/7653807 to your computer and use it in GitHub Desktop.
@echo off
rem Every second, check to see if volume is mounted
echo Waiting for volume…
:keepwaiting
ping -n 1 -w 1000 127.0.0.1 > nul
if not exist S:\ goto keepwaiting
start "Dropbox" "C:\Users\UserName\AppData\Roaming\Dropbox\bin\Dropbox.exe"
start "Google Drive" ""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment