interactive window to execute dos commands in visual studio

Posted by Anirudh Goel on Stack Overflow See other posts from Stack Overflow or by Anirudh Goel
Published on 2010-05-25T09:05:47Z Indexed on 2010/05/25 9:11 UTC
Read the original article Hit count: 285

Hi, I know using External Tools options i can run a batch script or a cmd prompt. But here is what i need to do

I want to be able to call a dos prompt inside visual studio, which must be interactive. That way i won't be outside visual studio and can run all my dos commands in it. Is it possible? Or can i extend the command window and capture the commands which are typed and process them using my custom code?

Thanks

© Stack Overflow or respective owner

interactive window to execute dos commands in visual studio

Posted by Anirudh Goel on Stack Overflow See other posts from Stack Overflow or by Anirudh Goel
Published on 2010-05-25T09:06:29Z Indexed on 2010/05/25 9:11 UTC
Read the original article Hit count: 285

Hi, I know using External Tools options i can run a batch script or a cmd prompt. But here is what i need to do

I want to be able to call a dos prompt inside visual studio, which must be interactive. That way i won't be outside visual studio and can run all my dos commands in it. Is it possible? Or can i extend the command window and capture the commands which are typed and process them using my custom code?

Thanks

© Stack Overflow or respective owner

Related posts about visual-studio

Related posts about command-prompt