If you have a recent release of FME, the syntax for calling a workspace from the command line can be found in the first few lines of the .fmw file when you open it in a text editor. You can copy this from each fmw file into a single batch file, modify as required, and run them all sequentially. I haven't played with batch deploy, but I'd imagine that you could just call a series of the generated batch files from another batch file.
Personally, I use VBS to automate my nightly translations. This allows me to easily do date-based file change detection and (when available) timestamp based SQL change detections, and only run the translations when required. Jason -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of rg_dubbya Sent: Tuesday, July 26, 2005 09:16 To: [email protected] Subject: [fme] batch files Hello, I have multiple workspace files that I would like to run automatically in one batch process. It looks like this is possible via a batch/tcl file, however I couldn't find much info on the subject. Should I run the batch deploy on each .fmw file and then execute all the resulting batch files using a tcl script or is there a better way? Any extra info on the subject would be appreciated. Thanks, rg Get the maximum benefit from your FME, FME Objects, or SpatialDirect via our Professional Services team. Visit www.safe.com/services for details. Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/fme/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
