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 / CMP.BAT < prev    next >
DOS Batch File  |  1992-05-11  |  539b  |  17 lines

  1. ECHO OFF
  2. REM  CMP.BAT
  3. REM   RUN EX.   CMP ACHL 
  4. REM    1st par is subprogram name.
  5. REM   All common blocks will be inserted with cblks,
  6. REM   the file will be called %1.FTN and will be compiled.
  7. REM   If you change CMDKS.FOR with parameter stmts & common blocks,
  8. REM   delete the file CMDKS.INF so that this file will get updated.
  9. REM   Remark the next three lines to compile w/o replacing common blks!
  10. CBLKS %1
  11. COPY %1.FTN C:\HII\FTN
  12. DEL %1.FTN
  13. F:
  14. CD\F77L
  15. F77L C:\HII\FTN\%1.FTN,C:\HII\OBJ\%1.OBJ,,C:\HII\GASPAT\%1.SLD
  16. C:
  17.