Skip to content

Commit 764d67a

Browse files
Restore TestScript.bat
1 parent 1fa6207 commit 764d67a

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

src/geophires_x/TestScript.bat

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
del diff_report_all.txt, Example*V3_diff.txt
2+
python GEOPHIRESv3.py D:\Work\GEOPHIRES3-master\Examples\example1.txt D:\Work\GEOPHIRES3-master\Example1V3.txt
3+
fc.exe /L /N /W D:\Work\GEOPHIRES3-master\Example1V3.txt D:\Work\GEOPHIRES3-master\Results\Example1V3.txt > D:\Work\GEOPHIRES3-master\Example1V3_diff.txt
4+
copy D:\Work\GEOPHIRES3-master\Example1V3_diff.txt diff_report_all.txt
5+
python GEOPHIRESv3.py D:\Work\GEOPHIRES3-master\Examples\example2.txt D:\Work\GEOPHIRES3-master\Example2V3.txt
6+
fc.exe /L /N /W D:\Work\GEOPHIRES3-master\Example2V3.txt D:\Work\GEOPHIRES3-master\Results\Example2V3.txt > D:\Work\GEOPHIRES3-master\Example2V3_diff.txt
7+
copy /A /Y Example2V3_diff.txt + diff_report_all.txt diff_report_all.txt
8+
python GEOPHIRESv3.py D:\Work\GEOPHIRES3-master\Examples\example3.txt D:\Work\GEOPHIRES3-master\Example3V3.txt
9+
fc.exe /L /N /W D:\Work\GEOPHIRES3-master\Example3V3.txt D:\Work\GEOPHIRES3-master\Results\Example3V3.txt > D:\Work\GEOPHIRES3-master\Example3V3_diff.txt
10+
copy /A /Y Example3V3_diff.txt + diff_report_all.txt diff_report_all.txt
11+
python GEOPHIRESv3.py D:\Work\GEOPHIRES3-master\Examples\example4.txt D:\Work\GEOPHIRES3-master\Example4V3.txt
12+
fc.exe /L /N /W D:\Work\GEOPHIRES3-master\Example4V3.txt D:\Work\GEOPHIRES3-master\Results\Example4V3.txt > D:\Work\GEOPHIRES3-master\Example4V3_diff.txt
13+
copy /A /Y Example4V3_diff.txt + diff_report_all.txt diff_report_all.txt
14+
python GEOPHIRESv3.py D:\Work\GEOPHIRES3-master\Examples\example5.txt D:\Work\GEOPHIRES3-master\Example5V3.txt
15+
fc.exe /L /N /W D:\Work\GEOPHIRES3-master\Example5V3.txt D:\Work\GEOPHIRES3-master\Results\Example5V3.txt > D:\Work\GEOPHIRES3-master\Example5V3_diff.txt
16+
copy /A /Y Example5V3_diff.txt + diff_report_all.txt diff_report_all.txt
17+
python GEOPHIRESv3.py D:\Work\GEOPHIRES3-master\Examples\example8.txt D:\Work\GEOPHIRES3-master\Example8V3.txt
18+
fc.exe /L /N /W D:\Work\GEOPHIRES3-master\Example8V3.txt D:\Work\GEOPHIRES3-master\Results\Example8V3.txt > D:\Work\GEOPHIRES3-master\Example8V3_diff.txt
19+
copy /A /Y Example8V3_diff.txt + diff_report_all.txt diff_report_all.txt
20+
python GEOPHIRESv3.py D:\Work\GEOPHIRES3-master\Examples\example9.txt D:\Work\GEOPHIRES3-master\Example9V3.txt
21+
fc.exe /L /N /W D:\Work\GEOPHIRES3-master\Example9V3.txt D:\Work\GEOPHIRES3-master\Results\Example9V3.txt > D:\Work\GEOPHIRES3-master\Example9V3_diff.txt
22+
copy /A /Y Example9V3_diff.txt + diff_report_all.txt diff_report_all.txt

0 commit comments

Comments
 (0)