Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

position of command screen

Featured Replies

Just changed the color of the text and the size of the command window but i was wondering if the position of the window can be defined when running my batch files? I would like it in the middle up the top.

Sets the default console foreground and background colors.

COLOR [attr]

attr Specifies color attribute of console output

Color attributes are specified by TWO hex digits -- the first corresponds to the background; the second the foreground. Each digit can be any of the following values:

0 = Black 8 = Gray

1 = Blue 9 = Light Blue

2 = Green A = Light Green

3 = Aqua B = Light Aqua

4 = Red C = Light Red

5 = Purple D = Light Purple

6 = Yellow E = Light Yellow

7 = White F = Bright White

EDIT: heres the link. http://www.computerhope.com/color.htm

it gives an example..

hope this helps :)

I see that the original post is a couple of days old but I'll respond anyway...

You can use the CMDOW utility to postion your window.

cmdow @ /mov [ left ] [ top ]

example:

cmdow @ /mov 100 0

The above example will position your window 100 pixels from the left and 0 from the top.

Just make this the first line in your batch file. you'll have to fool around with the numbers to get the exact center.

Cheers,

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.