CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Guest

    How to increase the size of command line?

    Hi,

    Is it possible to increase the default size of command line
    in NT's "Dos command prompt" progmatically?

    If yes then where? Maybe in Registry?

    Regards

    Mikko



  2. #2
    Join Date
    Apr 1999
    Posts
    23

    Re: How to increase the size of command line?

    If you click on the control box and select "Properties" you can select the height and width of the cmd box. You then should be able to set the size of the cmd box. You should be able to find the entry in the registry. If you can not find it then mail me and I will have a look when I am at work.


  3. #3
    Guest

    Re: How to increase the size of command line?

    Sorry, but I dont mean screen size or screenbuffer size.

    Maybe I did'n write it clear enought.

    I mean keyboard buffer size. (How many characters can be written to commandline)
    Is it possible to increase it's size progmatically or just setting a new
    size to registry?

    Problem is that when I "must" launch java standalone application from command promt via java intepreter it's classpath and other parameters lenght grows
    too much. (And I NOT able to make classpath shorter because that program is
    written by a third part wendor!!!!)


    Regards

    Mikko





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