Download presentation
Presentation is loading. Please wait.
Published byRussell Matthews Modified over 9 years ago
1
Running Modflow with Batch Files
2
Dos basics cd = change directory (dOs Is NoT cAsE sEnSiTiVe) dir = shows you what is in the directory (It gives you a list of everything that is in the folder) copy = copies one file to a new file name (copy sample.txt newsample.txt) md = make directory Don’t fear the command prompt box. Start > Programs > Accessories > Command Prompt
3
Basic Batch File Batch files just take an input file and run it with an executable file (*.exe) rem = remark line File extension is *.bat
4
Simple Tips for Batch Files Keep all files are in the same folder. (*.bat, *.in, *.exe) Make comments (rem) Add a pause
5
Creating Data Sets in GWV
6
rem Basic Batch File by Chris Lowry rem Run Model using Modflow mf2k.exe <mf2k.in pause
7
Run Model
8
Import Results
10
More Complex Batch File
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.