We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Forum Discussion
TonK
6 years agoHelpful | Level 6
Start Dropbox in batch file - Windows10
When I plan sync with dropbox I start a .bat file. In case dropbox is active, the script is running normally In case dropbox is not actieve dropbox.exe is started but the script doesn't continue un...
- 6 years ago
Hi Rich,
Thank you for your efforts to help.
I tested next script in a separate batch file and it runs as normal. But adding this .bat in my original script (call ..) is is not
@echo off set app="c:\Program Files (x86)\Dropbox\Client\Dropbox.exe" taskkill -F -IM "Dropbox.exe" start "Restart Dropbox" %app% -B; exit
I suggest we stop this matter an I will deal with a minor problem = selecting the shown window by mouseclick :disappointed_relieved:
Rich
Super User II
Some have used scheduled tasks along with taskkill to start and stop the dropbox.exe process.
TonK
6 years agoHelpful | Level 6
Hi Rich,
Thank you for your efforts to help.
I tested next script in a separate batch file and it runs as normal. But adding this .bat in my original script (call ..) is is not
@echo off set app="c:\Program Files (x86)\Dropbox\Client\Dropbox.exe" taskkill -F -IM "Dropbox.exe" start "Restart Dropbox" %app% -B; exit
I suggest we stop this matter an I will deal with a minor problem = selecting the shown window by mouseclick :disappointed_relieved:
About Integrations
Find solutions to issues with third-party integrations from the Dropbox Community. Share advice and help members with their integration questions.
Need more support
If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X or Facebook.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!