home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / h / house_ii.zip / FOR / MKFILE.BAT < prev    next >
DOS Batch File  |  1992-05-08  |  2KB  |  38 lines

  1. REM  --  MKFILE.BAT  --
  2. REM  This file is used to prepare a set of source code files for a
  3. REM  RISC microcomputer with the common blocks in place.
  4. REM  The entire code will be on files MZ1.F,MZ2.F,MZ3.F,AND MZ4.F.
  5. REM  This file (MKFILE.BAT) should be copied to directory \HII\FTN
  6. REM  and then type MKFILE from that directory.
  7. REM
  8. COPY HOUS_II.FTN+ACHB.FTN+ACHL.FTN+ACOND.FTN+AVGWV.FTN FILE1
  9. COPY BLKDAT.FTN+CEIL.FTN+CNDFUR.FTN+CNSLD.FTN+COLLECT.FTN+CONSLD.FTN FILE2
  10. COPY DCTFLW.FTN+DUCTS.FTN+ELCFUR.FTN+ENDDAY.FTN+ENDLP1.FTN FILE3
  11. COPY ENDLP2.FTN+ENDMON.FTN+ENDRUN.FTN+ENRBALS.FTN+EVENT.FTN+EVENTP.FTN FILE4
  12. COPY FLOOR.FTN+FMASS.FTN+GARAG.FTN+GASF.FTN+GROUND.FTN+HBKF.FTN FILE5
  13. COPY HC.FTN+HDUCT.FTN+HILIM.FTN+HUMDF.FTN+IWALLS.FTN+KONSET.FTN FILE6
  14. COPY LOOP.FTN+MRTSWF.FTN+OILBR.FTN+OTVI.FTN+OUTV.FTN+OWALLS.FTN FILE7
  15. COPY PSY.FTN+PLENUM.FTN+QACCUM.FTN+QIZSET.FTN+RATIO.FTN+RESETE.FTN FILE8
  16. COPY RESUTL.FTN+ROOFC.FTN+SOLR.FTN+SOLRLD.FTN+STRCTL.FTN+STRDAY.FTN FILE9
  17. COPY STRLP1.FTN+STRMON.FTN+STRRUN.FTN+TAATTC.FTN+TAZONE.FTN FILE10
  18. COPY TBZONE.FTN+TCONC.FTN+TOTV.FTN+TSTAT.FTN+TSTATD.FTN+TWISET.FTN FILE11
  19. COPY TVD.FTN+VERSION.FTN+VZOUT.FTN+WETHR.FTN+WIZONE.FTN+WWEATH.FTN FILE12
  20. COPY ZERV.FTN+ZERVI.FTN FILE13
  21. COPY FILE1+FILE2+FILE3 MZ1.F
  22. COPY FILE4+FILE5+FILE6+FILE7 MZ2.F
  23. COPY FILE8+FILE9+FILE10 MZ3.F
  24. COPY FILE11+FILE12+FILE13 MZ4.F
  25. DEL FILE1
  26. DEL FILE2
  27. DEL FILE3
  28. DEL FILE4
  29. DEL FILE5
  30. DEL FILE6
  31. DEL FILE7
  32. DEL FILE8
  33. DEL FILE9
  34. DEL FILE10
  35. DEL FILE11
  36. DEL FILE12
  37. DEL FILE13
  38.