home *** CD-ROM | disk | FTP | other *** search
- cls
- rem Compile Template Application
- if "%1"=="a" goto a
- if "%1"=="b" goto b
- if "%1"=="c" goto c
- if "%1"=="d" goto d
- goto exit
- :a
- foxgen msaa
- if exist msaa.log goto exit
- del msa_1.000
- ren msaa.cod msa_1.000
- goto exit
- :b
- foxgen msab
- if exist msab.log goto exit
- del msa_1.001
- ren msab.cod msa_1.001
- goto exit
- :c
- foxgen msac
- if exist msac.log goto exit
- del msa_1.002
- ren msac.cod msa_1.002
- goto exit
- :d
- foxgen msad
- if exist msad.log goto exit
- del msa_1.003
- ren msad.cod msa_1.003
- :exit