Hi Robert:
Does the BUILD command give you what you need?
BUILD EXE EXEFileName FROM ProjectName [RECOMPILE]
I hope this helps.
This posting is provided "AS IS" with no warranties, and confers no rights.
Sincerely,
Microsoft FoxPro Technical Support
Lee Mitchell
*-- VFP9 HAS ARRIVED!! --*
Read about all the new features of VFP9 here:
http://msdn.microsoft.com/vfoxpro/
*--Purchase VFP 9.0 here:
http://www.microsoft.com/PRODUCTS/info/product.aspx?view=22&pcid=54787e64-52
69-4500-8bf2-3f06689f4ab3&type=ovr
Keep an eye on the product lifecycle for Visual FoxPro here:
http://support.microsoft.com/default.aspx?id=fh;[ln];lifeprodv
- VFP5 Mainstream Support retired June 30th, 2003
- VFP6 Mainstream Support retired Sept. 30th, 2003
>Is there a way to compile vfp9 via command line like one would do for a
>Visual Studio project/solution with msdev.com or devenv.com? The plan is to
>build via NAnt with <exec>. Please advise. Thanks!
Robert Smith - 24 May 2005 23:18 GMT
That's from within the FoxPro IDO, isn't it? What I'm looking to do is create
an automated process that calls the project file and results in an exe. For
instance with Microsoft's devenv at command line I could type/invoke by
batch/call by nant, etc "devenv ProjectA.sln /rebuild Release" or something
similar...
~Robert
> Hi Robert:
>
[quoted text clipped - 27 lines]
> to
> >build via NAnt with <exec>. Please advise. Thanks!
Fred Taylor - 25 May 2005 02:36 GMT
Create a .PRG file that has the BUILD command in it. You could then start
VFP with that .PRG.

Signature
Fred
Microsoft Visual FoxPro MVP
> That's from within the FoxPro IDO, isn't it? What I'm looking to do is
> create
[quoted text clipped - 39 lines]
>> to
>> >build via NAnt with <exec>. Please advise. Thanks!