Hi DW
I'm creating an application in VB.Net which is using the command to complete the tasks the reason why I'm doing this on VB.Net is that I have an interface where the user will be able to type in and also choose the prefered options, the vapplication will then send the kesy to the command to perform it so now the problem is that the command shows I want to hide it, let say I have this System.Diagnostics.process.Start("command")
SendKeys.Send("path & "{enter}") now let say I want to hide the command but send keys to it any help? Sorry for not formating the codes I'm using a phone so it doesn't show the options of formating. Or let say I want to copy a file to another file using the command the paths of the file that will be copied will be typed on a textbox and on the other textbox you can type the directory file to copy the file to and when you click the button the command will be executed and be feeded with these instructions while it hiden. Thank you