Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Run a file
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01525648
Message ID:
01525649
Views:
63
This message has been marked as a message which has helped to the initial question of the thread.
>Hi
>
>How can I run a file other then an .exe ?
>
>Something like:
>
>myExecute = getfile( "myproject.nri) ?
>
>do myExecute
>
>Moises
myExecute = getfile( "myproject.nri")
EXECSCRIPT(myExecute)

*** or
COMPILE (myExecute)
DO (FORCEEXT(myExecute,"FXP"))
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Reply
Map
View

Click here to load this message in the networking platform