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
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?
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.
Summary: I want to change the font in a batch file cmd window but only that window(like the color code for dos)? is there a code for that? Also is there a code that makes the window start at the top of the tex...
Summary: There is no internal command to set window position that I know of but a workaround can be achieved using unique window titles. The easiest way to set this up would be open up a command prompt and for...