My typical projects feature a basic scenery calculated for various parameters. Therefore I create a single project file with multiple cases derived from the basic scenery instead of separate files for every case.
As shown below I've tried to use a batch file to export ascii files of every case within the project. By the way the number of data columns to export differs from case to case.
Code: Select all
"C:\Program Files (x86)\IBP-Software\WUFI5\WUFI.exe" "E:\project_001.W5P" -c -v111111111111
"C:\Program Files (x86)\IBP-Software\WUFI5\WUFI.exe" "E:\project_001.W5P" -c -v1111111111111111
"C:\Program Files (x86)\IBP-Software\WUFI5\WUFI.exe" "E:\project_001.W5P" -c -v1111111
...
Can anyone help me with this problem, please?
Thanks in advance!