Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Running vfp automatically
Message
From
23/02/2005 10:12:12
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00989617
Message ID:
00989624
Views:
36
>Is it possible to run vfp automatically, that is, start vfp, execute one program, then quit that instance of vfp, done.

Do you mean an EXE?
Yes. You could use Windows task scheduler to run your EXE whenever, then make sure your EXE ends in QUIT and totally gets out of memory ,else you'd have to kill it from Windows' Task Manager

If you mean within the VFP IDE, I don't know why you'd want to do that, but you could use a CONFIG.FPW with a line like:
command = DO C:\MyPath\MyApp.PRG   && (or FXP or APP)
See: Modify Command Sys(2019)

HTH


Alex Feldstein, MCP, Microsoft MVP
VFP Tips: English - Spanish
Website - Blog - Photo Gallery


"Once again, we come to the Holiday Season, a deeply religious time that each of us observes, in his own way, by going to the mall of his choice." -- Dave Barry
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform