CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2000
    Posts
    1

    How to write to a DOS window

    I am trying to write a simple program that runs from a Windows NT DOS windows. I have found how to read parameters I am passing in (function Command()), but I cannot write any message to the DOS window. I looked at the Print method, but it just prints in the VB exec window. I also tried to open the CON, but it does not work either.



  2. #2
    Join Date
    Feb 2000
    Location
    Indiana
    Posts
    308

    Re: How to write to a DOS window

    Lothar posted an answer to roughly the same question in January.
    http://codeguru.developer.com/bbs/wt...age=&view=&sb=


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured