PortableApps.com Platform and Suite 1.6 have been released.

is it possible to run toucan automatically and regularly i.e. task schedule?

Submitted by ch90 on November 23, 2007 - 5:57am

dear all,

toucan is a great program I enjoy very much, especially the latest 1.2

I would like to set up an automatic and weekly sync operation. I don't think it is possible directly and I was thinking of using vista task scheduler.

any ideas/kelp would be greatly appreciated.

cheers,
chris


( categories: )

use at or schtasks

use at or schtasks

Please search before posting. ~Thanks

Hmm

Sorry I'm a bit new on scheduled tasks...I can get windows to open Toucan at a specific time. What could I use to actually tell Toucan to perform a sync when it comes up...or a minute or two after windows scheduled tasks starts the program anyway....

well if you use at the sytax

well if you use at
the sytax would be somthing like this

at 00:00 /interactive "X:\PortableApps\toucan\toucanportable.exe jobname"

where X is the root of you drive and jobname is the name of the job and 00:00 is the time (military/24...i think)
if you need anything else or if i am wrong please comment

Please search before posting. ~Thanks