Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Don't want dos window
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00126830
Message ID:
00126836
Views:
21
Try using RUN /N when you need to run a Windows program:
lcCommand = "c:\winnt\system32\notepad somefile"
run /N &lcCommand
>How do you prevent the dos window from appearing when issueing a run on something in winnt\system32 ie.
>
>lcCommand = "c:\winnt\system32\notepad somefile"
>run &lcCommand
>
>Eric K.
Previous
Reply
Map
View

Click here to load this message in the networking platform