Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Create Process Problems
Message
 
To
18/03/2004 16:19:27
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00887680
Message ID:
00887715
Views:
9
>I tried copying the .xfdf file to an .exe and createprocess attempts to run it so that must be it...
>
>Is there any other way to run an app and wait for it to close that will use file association and not require the app to be an '.exe' file?

Tracy, try
loWshShell = CreateObject("WScript.Shell")
loWshShell.Run('MyDocument.pdf', 1, .t.)
Hugo
"The five senses obstruct or deform the apprehension of reality."
Jorge L. Borges?

"Premature optimization is the root of all evil in programming."
Donald Knuth, repeating C. A. R. Hoare

"To die for a religion is easier than to live it absolutely"
Jorge L. Borges
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform