home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a040 / 2.ddi / SHRWARE4.ARC / MSA_ONE.BAT < prev    next >
Encoding:
DOS Batch File  |  1988-06-03  |  515 b   |  32 lines

  1. cls
  2. rem Compile Template Application
  3. if "%1"=="a" goto a
  4. if "%1"=="b" goto b
  5. if "%1"=="c" goto c
  6. if "%1"=="d" goto d
  7. goto exit
  8. :a
  9. foxgen msaa
  10. if exist msaa.log goto exit
  11. del msa_1.000
  12. ren msaa.cod msa_1.000
  13. goto exit
  14. :b
  15. foxgen msab
  16. if exist msab.log goto exit
  17. del msa_1.001
  18. ren msab.cod msa_1.001
  19. goto exit
  20. :c
  21. foxgen msac
  22. if exist msac.log goto exit
  23. del msa_1.002
  24. ren msac.cod msa_1.002
  25. goto exit
  26. :d
  27. foxgen msad
  28. if exist msad.log goto exit
  29. del msa_1.003
  30. ren msad.cod msa_1.003
  31. :exit
  32.