Mark, the way i do it is to write a fex
that, itself, runs the script
i often just write the script in the fex.
For example
CMD COPY \\theirserver\dir\*.jpg \\myserver\dir\*.jpg
copies all my pictures
Some installations can use DOS command,
i need to use the CMD syntax.
Your fex , scheduled by Caster, would then run whatever DOS activities you might need.
If your script exists, just filedef it and run it;
FILEDEF MYSCRIPT DISK D:\....\MYSCRIPT.BAT
CMD MYSCRIPT.BAT
To write a script inside a fex, something like this:
FILEDEF MYSCRIPT DISK MYSCRIPT.BAT
-RUN
-WRITE MYSCRIPT first line
-WRITE MYSCRIPT next line
...etc
CMD MYSCRIPT.BAT
| In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID |