Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
EXE problem
Message
From
15/08/2001 01:49:12
 
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Title:
Miscellaneous
Thread ID:
00543696
Message ID:
00543918
Views:
11
I tested this on one of my programs (it has a form that acts as a command window):
Public cWinz
cWinz='C:\Program files\Winzip\Winzip32.exe'
Run /N3 &cWinz

and works fine

You can add the following
If File(cWinz)
Run /N3 &cWinz
Else
Messagebox('File not found')
* or put other code or message
EndIf

The public variable maybe is not needed for your app, it only was a test.

Mauricio
Be fast like the Fox
Be free like the Penguin
Se Rápido como el Zorro
Se libre como el Pingüino
Previous
Reply
Map
View

Click here to load this message in the networking platform