Hi everyone,
Im new at this forum and look forward to share knowledge with you.
Im trying to run two or more files by creating a bat file. Im doing it this way:
set OMP_NUM_THREADS=4
“C:\Program Files (x86)\DHI\2014\bin\x64\FemEngine.exe" C:\Users\s092855\Dropbox\Master_Thesis\\Convergence_Lx4000_Ly1000_mesh50_125_testrun.m21fm
“C:\Program Files (x86)\DHI\2014\bin\x64\FemEngine.exe" C:\Users\s092855\Dropbox\Master_Thesis\\Convergence_Lx4000_Ly1000_mesh25_625_testrun.m21fm
The run.bat file will not start. Im not sure that Im typing in the path right?
Looking forward to an answer :)