Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Hide the DOS command window
Message
From
21/02/2003 14:47:18
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Hide the DOS command window
Miscellaneous
Thread ID:
00756356
Message ID:
00756356
Views:
36
Hi,

I am working on a small application which makes the NET SEND command more user friendly.

I have the following:
lcMessage = THIS.txtMessage.Value
lcSendTo = "COMPUTER" (this holds the name of the destination)
lcRunFile = "NET SEND" +" "+ lcSendTo + " " + ALLTRIM(lcMessage)

When I issue the following line:
RUN &lcRunFile

the message is delivered OK except that the DOS command window flashes in full view to the user prior to the message being delivered.

Is there any way to hide the DOS Window from the User during execution?

Thank you,
Next
Reply
Map
View

Click here to load this message in the networking platform