command prompt IN visual studio .NET

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Shuo Xiang

    command prompt IN visual studio .NET

    Greetings:

    After using it at my place of work, I have found that Visual Studio is
    indeed very convenient -- I can open all sorts of documents and even
    browse the net without ever leaving the IDE. But I would just like to
    know if I could push it a little further:

    could I have the command prompt (cmd) show up as one of the files
    being displayed in Visual Studio under its own tab within my current
    project, or do I HAVE to open up a separate window just for the
    command prompt.

    The reason for this is that I write programs that performs I/O on
    stdin and stdout (scanf, printf, etc), switching between apps on my
    computer at work is kind of slow, and having all those command prompt
    windows open clutters up my taskbar.

    Regards,

    Shuo Xiang
  • Rick Rothstein

    #2
    Re: command prompt IN visual studio .NET

    Almost everybody in this newsgroup is using VB6 or lower. While you may get
    a stray answer to VB.NET questions here, you should ask them in newsgroups
    devoted exclusively to .NET programming. Look for newsgroups with either the
    word "dotnet" or "vsnet" in their name.

    For the microsoft news server, try these newsgroups...

    microsoft.publi c.dotnet.genera l
    microsoft.publi c.dotnet.langua ges.vb
    microsoft.publi c.vsnet.general

    For the news.devx.com news server, try these

    vb.dotnet.discu ssion
    vb.dotnet.techn ical

    There are some others, but these should get you started.

    Rick - MVP




    "Shuo Xiang" <sxiang@student .math.uwaterloo .ca> wrote in message
    news:db3ae3ab.0 311141108.6d880 304@posting.goo gle.com...[color=blue]
    > Greetings:
    >
    > After using it at my place of work, I have found that Visual Studio is
    > indeed very convenient -- I can open all sorts of documents and even
    > browse the net without ever leaving the IDE. But I would just like to
    > know if I could push it a little further:
    >
    > could I have the command prompt (cmd) show up as one of the files
    > being displayed in Visual Studio under its own tab within my current
    > project, or do I HAVE to open up a separate window just for the
    > command prompt.
    >
    > The reason for this is that I write programs that performs I/O on
    > stdin and stdout (scanf, printf, etc), switching between apps on my
    > computer at work is kind of slow, and having all those command prompt
    > windows open clutters up my taskbar.
    >
    > Regards,
    >
    > Shuo Xiang[/color]


    Comment

    Working...