Skip to main content
Solved

How do I schedule an FMW script to run at regular intervals?

  • September 20, 2013
  • 1 reply
  • 27 views

sidneygis
Contributor
Forum|alt.badge.img
Hello everybody,

 

 

I am a new-be to FME - can someone give me a step by step process on how to schdule an FMW script to run at a particular time and at particular intervals. For example,  9pm every second day.

 

 

I know when I run an FMW script, there's this at the beginning fo the log:

 

 

fme.exe WT-RoadSegment-AnnoToPolyAttrib.fmw

--SourceDataset_AUTOCAD_OD "\\\\data\\Sidney\\CorporateData\\Drawings\\AREA MAPS\\Town Maps\\RoadSegments.dwg"

--DestDataset_FILEGDB D:\\Fme\\Output-TEST\\WTRS.gdb

 

 

Where do I put this and how do I set up the time and interval. Thanks.

 

 

Jesse

 

GIS Technician / Town of Sidney

 

 

 

 

Best answer by fmelizard

Hi Jesse,

 

Via file > batch deploy you can create a batch (.bat) file of your ws.

 

this you can then schedule via your windows scheduler.

 

Hope this helps,

 

Itay
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

fmelizard
Safer
Forum|alt.badge.img+21
  • Safer
  • Best Answer
  • September 21, 2013
Hi Jesse,

 

Via file > batch deploy you can create a batch (.bat) file of your ws.

 

this you can then schedule via your windows scheduler.

 

Hope this helps,

 

Itay