home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a070 / 3.ddi / FOXPRO / TEMPLGEN / COMALL.BAT < prev    next >
Encoding:
DOS Batch File  |  1988-05-10  |  396 b   |  21 lines

  1. cls
  2. foxcode apps1 
  3. if exist apps1.log goto exit
  4. foxcode ap1a 
  5. if exist ap1a.log goto exit
  6. del apps1.000 
  7. ren ap1a.cod apps1.000
  8. foxcode ap1b  
  9. if exist ap1b.log goto exit
  10. del apps1.001 
  11. ren ap1b.cod apps1.001
  12. foxcode ap1c  
  13. if exist ap1c.log goto exit
  14. del apps1.002 
  15. ren ap1c.cod apps1.002
  16. foxcode ap1d 
  17. if exist ap1d.log goto exit
  18. del apps1.003
  19. ren ap1d.cod apps1.003
  20. :exit
  21.