Laserfiche WebLink
<br />Operations Guide <br /> <br />- .:. d." ~' l' <br />Module Processihg :: - I;; <br /> <br />Examole: where ProjectName equals 'TEST1"; <br />H450 P=TESTl ~ Will run the H450 module using the following files: <br />TEST1.0DS (ODS) <br />TEST1.REP (REPT) <br />TEST1.PRN (RPRN) if needed <br />TEST1.UF (UFIL) <br />TEST1.MSG (MSG) <br /> <br />Example: where ProjectName equals" A:\TESTl"; <br />H4S0 P=A:\TESTl ~ Will run the H450 module using the following files: <br />A:\TEST1.0DS (ODS) <br />A:\TEST1.REP (REPT) <br />A:\TEST1.PRN (RPRN) ifneeded <br />A:\TEST1.UF (UFIL) <br />A:\TEST1.MSG (MSG) <br /> <br />The ProjectNa11U! option will override any other command line parameter appearing before <br />the P= parameter, any command line parameter appearing after the P= parameter will override the <br />filenames set by the P= parameter. <br /> <br />Examole: where PrajectName equals "TESTl", and a standard units (UFIL) file is used for <br />this report.; <br />H4S0 P=TESTl U=C:\DATA\SfANDARD.UF ~ Will run the H450 module using <br />the following files: <br />TEST1.0DS (ODS) <br />TEST1.REP (REPT) <br />TEST1.PRN (RPRN) ifneeded <br />C:\DATA\STANDARD.UF (UFIL) [instead afTEST1.UF] <br />TEST1.MSG (MSG) <br /> <br />2.3 Sample Batch Files <br />2.3.1 Standard Batch File: This batch file (which we will name H4.BAT) will <br />process any study. The %1 in most of the lines will pull the first entry of the command line that <br />called this batch file, add "P=" to it, and pass it to each module. This way we only need to type H4 <br />ProjectName to run the entire process for a given study. The batch file will pause after H400 is run, <br />allowing the user to abort the process without waiting for H450 to finish (should an adverse message <br />be displayed). <br /> <br />Batch File listinl!: <br />Del %1.msg ~ delete the previous message file (we want a new one for this pass). <br />H410 P=%l ~ this command will run the Table Processor. <br />H420 P=%1 ~ this command will run the Flow Processor. <br />H430 P=%1 ~ this command will run the Network Processor. <br />H440 P=%l .... this command will generate a siation map. <br />H400 P=%1 ~ this command will run the Calculations Process. <br />@ECHO <Cntl+C> to abort, or ~ this message will echo back to the screen <br />@pause ~ wait for user to strike a key (or < Ctrl+ C > to abort batch <br />file) <br />H4S0 P=%1 U=UFlL ~ this command will run the Report Generator <br /> <br />March 25, 1991 <br /> <br />HYDROSS 4.1 <br /> <br />Page 13 <br />