Computing.Net > Forums > Programming > CMD Window Change

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

CMD Window Change

Reply to Message Icon

Name: AJ (by William Jimenez)
Date: October 24, 2008 at 13:17:44 Pacific
OS: windows XP
CPU/Ram: Dell
Comment:

Hello

I know I can modify the Title of the CMD window also de size by usin MODE and also the color fo teh background and foregrownd.

Does anyone know if I can change the possition on the screen?

Thanks.



Sponsored Link
Ads by Google

Response Number 1
Name: ccooper03
Date: October 24, 2008 at 18:07:51 Pacific
Reply:

In Windows XP, you should be able to right click in the upper left corner, select properties / layout, and adjust the position of the window. If you change it, you will be prompted to save settings for all future windows with this title.


0

Response Number 2
Name: AJ (by William Jimenez)
Date: October 27, 2008 at 05:07:12 Pacific
Reply:

Thank you ccooper03. I guess I should have been more specific. I meant programatically. I currently hava a script that runs daily and the user needs to see the entire screen but sometimes it is not positioned in the right place and they cant see the information. So what I want to do is at the begining of the script send come command to the cmd windows to position itself at 1,1.

Thanks thought


0

Response Number 3
Name: IVO
Date: October 27, 2008 at 07:50:10 Pacific
Reply:

You need a VBS script as that is not possible via batch commands. Once set up the VBS script can be invoked at the beginning of your batch to tailor the window's look.

Send a private message to Razor2.3 as he solved a similar problem some time ago.


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: CMD Window Change

Edit batch file while in a cmd window www.computing.net/answers/programming/edit-batch-file-while-in-a-cmd-window/19639.html

Changing dos font with dos code www.computing.net/answers/programming/changing-dos-font-with-dos-code/16832.html

DOS Batch Window Position www.computing.net/answers/programming/dos-batch-window-position/18399.html