Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
What's the command for screen to run windows application
Message
De
11/08/2000 09:35:54
Walter Meester
HoogkarspelPays-Bas
 
 
À
11/08/2000 07:08:05
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00403761
Message ID:
00403885
Vues:
18
Hi Man,

>Thanks for your help. It works.
>But then how can I run text document (I mean *.txt) using the RUN command?

Well, for instance you could use notepad to show your textfile.
!/nNotePad c:\yourfile.txt

You also use:
MODI FILE c:\yourfile.txt

a third solution is to use automation with MS word to show your file
o=CREATEOBJECT("Word.Application")
o.documents.open("C:\autoexec.bat")
o.visible=.t.


>This is because I would like my autorun screen to be able to run the Readme file for the user to view.

Walter,
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform