PDA

View Full Version : Where are the GUI scripts saved? Or are they?


10-Apr-2004, 11:15 PM
I have set up three scripts in the BC GUI that sync files on my desktop with a server. The scripts work great, but I'd like to automate them--scheduled tasks. They have filters so not EVERYTHING gets copied over--just the files I want. I've named and saved these scripts as "Documents," "Pictures" and "Desktop." Since I've saved these, I'm imagining they're on my computer somewhere? If so, couldn't I setup Windoze Task Scheduler to run them at a specific time? Any help appreciated on this one!

Thanks!
Corey

Chris
12-Apr-2004, 09:35 AM
You can load a particular session in a script using the command:
load "SessionName"
so in your case, something like
load "Pictures"

For information on running a script as a scheduled task, refer to the knowledge base article:
Automating a Synchronization (http://www.scootersoftware.com/support.php?c=kb_schedule)

If you need any help with the script, post again, or email support.