i am newbie to vb i need to run dos command through vb coding.pls help me to run dos command from vb .i need the code like this just to open prompt,to give command and lose the prompt.
Printable View
i am newbie to vb i need to run dos command through vb coding.pls help me to run dos command from vb .i need the code like this just to open prompt,to give command and lose the prompt.
You could use Shell() function or ShellExecute API.
What command are you trying to run ?