Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Loading the local _Command.prg
Message
From
02/06/2017 21:29:17
 
 
To
02/06/2017 08:03:08
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
01651743
Message ID:
01651770
Views:
73
Hi Greg,

Same as Gregory Adam, I create a bat file VFP.BAT in the project folder, for example,
VFP.BAT:
C:\VFPA\VFPA.EXE -CVFP.FPW

VFP.FPW:
*SCREEN=OFF
*RESOURCE=OFF
RESOURCE=.\FOXUSER.DBF
RESOURCE=ON
STATUS=OFF
STATUS BAR=OFF
MVCOUNT=60000
STACKSIZE=1000
COMMAND=DO VFPSTART.EXE

When I call VFP.BAT, it will use the local files foxuser.dbf and _command.prg.

Best regards.

Chen
2017.6.3
Welcome to VFP C++ Compiler: http://www.baiyujia.com/vfpcompiler
Previous
Reply
Map
View

Click here to load this message in the networking platform