home *** CD-ROM | disk | FTP | other *** search
/ gondwana.ecr.mu.oz.au/pub/ / Graphics.tar / Graphics / vopl.tar.Z / vopl.tar / vopl / examples / f_2_for.bat < prev    next >
DOS Batch File  |  1989-10-05  |  168b  |  11 lines

  1. echo off
  2. if not exist fex1.f goto 1
  3. rename fex1.f fex1.for
  4. :1
  5. if not exist fex2.f goto 2
  6. rename fex2.f fex2.for
  7. :2
  8. if not exist fex3.f goto 3
  9. rename fex3.f fex3.for
  10. :3
  11.