How to automate a build for a Visual FoxPro project?
Posted
by jpierson
on Stack Overflow
See other posts from Stack Overflow
or by jpierson
Published on 2010-05-25T14:37:50Z
Indexed on
2010/05/25
14:41 UTC
Read the original article
Hit count: 517
I'm interested in figuring out how to automate a build from Visual FoxPro similar to how we can build .NET projects from the command line using MSBuild.
It seems that it is possible to pass command line arguments to VFP.exe which may include the ability to specify some initial startup prg that runs however it is unclear how well starting up the IDE will work from non-interactive accounts such as the Network Service on Windows which is likely where an automated build would run.
Has anybody attempt this before or read about anybody attempting to script a VFP build like this? I would be grateful for any pointers that may lead me to a solution.
© Stack Overflow or respective owner