Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Compile from batch
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00383993
Message ID:
00384072
Vues:
36
> All I need to do is compile a PRG into a FXP. Even if you could write a >program that compiles another (which I don't think you can),

Ohhh, yes, you can. I used to do it all the time, making a big batch compiler PRG.

> then I'd have to >always have that program accessable to the BAT file.

Nope, good ol' ECHO can save the day. For instance:

echo COMPILE MyProg.prg > compiler.prg
rem Next line uses double ">" to concatenate
echo COMPILE MyOtherPrg.prg >> compiler.prg
vfp6.exe compiler.prg
Mike Stewart
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform