Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
EXE problem
Message
De
15/08/2001 01:49:12
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Titre:
Divers
Thread ID:
00543696
Message ID:
00543918
Vues:
22
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform