![]() |
solving multi case one after another automaticly
Hi there; I have couple of definition files, i want to run them on queue using CFX-11.0 automatically, I know that there is away to do it in CFX but i don't know how, so could you please assist me? I appreciate your corporation
|
Re: solving multi case one after another automatic
Dig into old posts, it is already there.
Basically two ways: a DOS bat file contains batch of commands; or a perl file. |
Re: solving multi case one after another automatic
windows: make a file run.bat (example) containing cfx5solve -def blabla1 ..your options cfx5solve -def blabla2 ..your options
execute run.bat Unix: make a file run.bat (example) containing cfx5solve -def blabla1 ..your options cfx5solve -def blabla2 ..your options sh run.bat & (can't believe I'm writing this) |
| All times are GMT -4. The time now is 22:49. |