Command windows

Hi how can I open the command window in Visual Basic Express Edition. I looked in the help content, and It guided me to View > Other Windows and Command Window, but there is no such option in there. 


Answer this question

Command windows

  • PregJ

     

    There are two places you can rig this up if your question is about the IDE.

    At least on the larger systems, there is an option under Program | Properties | debug (I believe). Secondly I've used Tools - External Tools  to add the command.

    if as looking for code:

    Define Proc as Process("<windows directory>\system32\cmd.exe")

    Proc.Start

     

    Show start one up in your program.

     



  • hiren

    Yes it is available in all editions.

  • nobugz

    I think the Command Window is not available in Express Editions.

  • Griffin62

    Where is it located

  • Command windows