Can u hide an MSDOS window?

wh00t

Registered User.
Local time
Today, 17:55
Joined
May 18, 2001
Messages
264
Greetings all

I have an on exit event which runs an MSDOS NET SEND command, but when it does tis, it gets in the way and will most definitely confuse the user
smile.gif

Is there any way that I can run the command so that the MSDOS window remains hidden?
 
Look up the Shell Function to specify a task and its window style at the same time. Look up the AppActivate statement to see how to activate your MS-DOS function using the Task ID returned from the Shell function. Then look up SendKeys as a way to send Alt-F4 to the app to shut it down when it is finished, assuming you have a way to know that...


[This message has been edited by The_Doc_Man (edited 06-06-2002).]
 

Users who are viewing this thread

Back
Top Bottom