Tagged Questions
0
votes
2answers
293 views
Mirror a Dropbox repository in Sharepoint and restrict access
I'm looking for an elegant way to solve the following problem:
My development team uses Dropbox for sharing documents amongst our immediate group. We'd like to put some of those documents into a ...
1
vote
0answers
109 views
How do I schedule a task to run when a new file is detected in a folder?
I'd like to use windows task scheduler to execute a synctoy synchronization. Basically
C:\Program Files\SyncToy 2.1\SyncToyCmd.exe -R "Contacts Sync"
I'd like the task only to run when a new file ...
2
votes
1answer
5k views
Using Task Scheduler to Run a Task Before Shutdown
As of writing, the only options available are to "Begin the task"
On a schedule
At logon
At startup
On idle
On an event
At task modification/creation
On connect to user session
On disconnect from ...