Comments
-
p.s. i'm starting Dropbox like this: @echo off echo Starting Dropbox with 2 minutes delay and low CPU priority... timeout 120 cd "%USERPROFILE%" cd AppData\Roaming\Dropbox\bin start "Dropbox" /b /low ".\Dropbox.exe" timeout 60 exit 0 and when appending that —trace-deprecation option to Dropbox.exe i get this error…