change prompt color in 6.22???
Results 1 to 5 of 5

Thread: change prompt color in 6.22???

  1. #1
    Registered User
    Join Date
    Jan 2005
    Posts
    1

    change prompt color in 6.22???

    Hey guys I just recently got a hold of the 3 floppy DOS 6.22 and I want to change my prompt color and background color and I can't remember how to do that. So if anyone could help me out that would be great of you.

    thanks


    -teh

  2. #2
    Registered User shamus's Avatar
    Join Date
    Apr 2001
    Location
    Cornish,Maine,USA
    Posts
    3,140
    Welcome to Windrivers teh ( there's an inside joke there...nevermind )
    been awhile for me to remember but here's a good source :http://www.computerhope.com/cooltrik.htm

  3. #3
    Registered User Atodini's Avatar
    Join Date
    Oct 2002
    Location
    Leighton Buzzard
    Posts
    433
    Or you could try here:

    http://www.vfrazee.com/ms-dos/6.22/help/

    John

  4. #4
    Intel Mod Platypus's Avatar
    Join Date
    Jan 2001
    Location
    Australia
    Posts
    5,783
    You can use ANSI.SYS, but that's clumsy & slows the display down so I suppose you want the DEBUG hack for COMMAND.COM.

    It can be found here:

    http://www.textfiles.com/magazines/RRR/rrr199306.txt

    (Remember the addresses will be different for each version of DOS. It can also be used as a rather nasty trick to make someone's display constantly flash...)

    "DEBUG \COMMAND.COM
    -RCX
    CX BAE5

    -S 100 L BAE5 CD 10
    22CC:432B
    22CC:4337
    22CC:435F
    22CC:436C
    22CC:4370
    22CC:4376
    -U 4300
    -
    - Enter U a few times
    -
    -U
    22CC:4366 B406 MOV AH,06
    22CC:4368 B707 MOV BH,07
    22CC:436A 32DB XOR BL,BL
    -Q

    What you're looking for is the MOV BH,07 instruction.
    Remember to hit ENTER twice after the RCX instruction. Note that
    the address above for the MOV you're looking for is 4368. Add 1 to
    that address (whatever you come up with) and then do the following:
    DEBUG \COMMAND.COM
    -D 4369 L1
    22CC:4369 07
    -Q

    You should see 07, otherwise go back and search again. When
    you've found the correct address, then do the following:
    DEBUG COMMAND.COM
    -E 4369
    22CC:4369 07.
    -W
    Writing 0BAFB bytes
    -Q

    After you do the E instruction, debug will return the address
    with the "07."; now you select the colors you want and enter them
    after the period. The first number is the background, the second
    is foreground. Don't enter a number larger than 7 for the first
    number or your screen will blink. Here's the list of colors:
    Black - 0 Grey - 8
    Blue - 1 Bright Blue - 9
    Green - 2 Bright Green - A
    Cyan - 3 Bright Cyan - B
    Red - 4 Bright Red - C
    Magenta - 5 Bright Magenta - D
    Brown - 6 Yellow - E
    White - 7 Bright White - F

    You may want to change where you start searching from. In my
    own personal case, the address was 4A52. But the important thing
    to look for is MOV BH,07 instruction.
    Of course, you might want to format a disk with the system
    files on it so you don't screw up your COMMAND.COM."
    Last edited by Platypus; January 7th, 2005 at 07:38 AM.

  5. #5
    Registered User
    Join Date
    Feb 2005
    Posts
    1
    yes i konw. once there was CLRS (COLOR SCREEN)!

    i ve lost this tool. it was gereat to change the color of dos-prompt.

    does anyone have it?

    greez
    bassix

Similar Threads

  1. Copy/Paste in a DOS Prompt window
    By confus-ed in forum Tech Tips
    Replies: 7
    Last Post: November 4th, 2004, 11:26 PM
  2. unable to change user password at logon
    By techie211 in forum Windows NT/2000
    Replies: 6
    Last Post: February 12th, 2002, 02:24 PM
  3. Synchronize domain at CMD prompt?
    By Ya_know in forum Tech-To-Tech
    Replies: 1
    Last Post: August 1st, 2001, 05:09 PM
  4. [RESOLVED] display adapter change option not highlighted?
    By djdoz07 in forum Video Adapter/Monitor Drivers
    Replies: 1
    Last Post: May 20th, 2000, 03:41 PM
  5. Windows 95/98 prompt to change user info
    By rusabus in forum Windows 95/98/98SE/ME
    Replies: 1
    Last Post: June 27th, 1999, 04:54 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •