|
From: | Arnaud Miege |
Subject: | Re: Run script/function at regular intervals |
Date: | Wed, 1 May 2013 11:01:18 +0100 |
On 1 May 2013 10:45, c. <address@hidden> wrote:
so I'm not really sure I can help much here.
It's been more than 10 years since I used a windows machine last time,
If you can't make executable scripts on windows, you may probably work
around the issue by scheduling a task as
octave --eval 'source D:path\to\script\your_script_name.m'
or if your script is somewhere in Octave's default loadpath, simply
octave --eval 'your_script_name'
this way the executable to run is octave itself, while the script is passed as
a command line option.
HTH,
c.Execute a command like c. said.Finding scheduled tasks is different in XP and Vista/7. (I have not used 8).
There is also a DOS interface: type the following in a DOS prompt to learn moreschtasks /?
--
/* andy buckle */
[Prev in Thread] | Current Thread | [Next in Thread] |