CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2001
    Location
    London, England
    Posts
    2

    Writing to the command line. Is it hard or am I being stupid?

    I've got a non-visual VB app that is kicked off by NT Scheduler with a number of command arguments.

    All I want to do is write messages back to the command line like I would do with most other languages (STDIO anybody?) to display configuration error messages or help messages to help the installation and debugging stuff.

    Maybe I'm being stupid but I can't find how this is done in MSDN.

    Cheers,


    Jai.


  2. #2
    Join Date
    Jul 2000
    Location
    Milano, Italy
    Posts
    7,726

    Re: Writing to the command line. Is it hard or am I being stupid?

    Maybe the Great Lothar may help you:

    http://codeguru.com/cgi-bin/bbs/wt/s...age=&view=&sb=

    Special thanks to Lothar "the Great" Haensler, Tom Archer, Chris Eastwood,
    Bruno Paris and all the other wonderful people who made and make Codeguru
    a great place.
    Come back soon, you Gurus.

    The Rater
    ...at present time, using mainly Net 4.0, Vs 2010



    Special thanks to Lothar "the Great" Haensler, Chris Eastwood , dr_Michael, ClearCode, Iouri and
    all the other wonderful people who made and make Codeguru a great place.
    Come back soon, you Gurus.

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