Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What's the command for screen to run windows application
Message
From
11/08/2000 09:35:54
Walter Meester
HoogkarspelNetherlands
 
 
To
11/08/2000 07:08:05
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00403761
Message ID:
00403885
Views:
17
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,
Previous
Reply
Map
View

Click here to load this message in the networking platform