Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: update command prompt  (Read 2820 times)

0 Members and 1 Guest are viewing this topic.

batchmaster60

  • Guest
update command prompt
« on: June 08, 2009, 04:16:11 PM »
I want to know if you can update command prompt and if you can how to do so. ???

T                       ,     '     ,     
H                   ,   O    O     ,   
A                        , ' ,          ,'  ,   
N                         ,   ' ' ' ' ',       
K                            ,           
Y
O
U

BatchFileBasics



    Hopeful

    Thanked: 18
    Re: update command prompt
    « Reply #1 on: June 08, 2009, 04:28:27 PM »
    i looked google and microsoft.com
    but no luck

    all i can recommend is windows updates
    When the power of love overcomes the love of power the world will know peace - Jimi Hendrix.

    batchmaster60

    • Guest
    Re: update command prompt
    « Reply #2 on: June 08, 2009, 04:55:23 PM »
    Thank you ;D

    BC_Programmer


      Mastermind
    • Typing is no substitute for thinking.
    • Thanked: 1140
      • Yes
      • Yes
      • BC-Programming.com
    • Certifications: List
    • Computer: Specs
    • Experience: Beginner
    • OS: Windows 11
    Re: update command prompt
    « Reply #3 on: June 08, 2009, 05:24:30 PM »
    update command prompt?
    I was trying to dereference Null Pointers before it was cool.

    Helpmeh



      Guru

    • Roar.
    • Thanked: 123
      • Yes
      • Yes
    • Computer: Specs
    • Experience: Familiar
    • OS: Windows 8
    Re: update command prompt
    « Reply #4 on: June 08, 2009, 07:19:58 PM »
    update command prompt?
    Exactly what I was going to ask. How/why are you doing this? What could this possibly accomplish? What possible additions would you add to the command prompt? Can you accomplish this without modifying the prompt?
    Where's MagicSpeed?
    Quote from: 'matt'
    He's playing a game called IRL. Great graphics, *censored* gameplay.

    gh0std0g74



      Apprentice

      Thanked: 37
      Re: update command prompt
      « Reply #5 on: June 08, 2009, 07:26:33 PM »
      I want to know if you can update command prompt and if you can how to do so. ???
      if what you mean is you want to see more features and capabilities of cmd.exe, then no, i suggest you use a good programming/scripting language.  Otherwise, i don't really think M$ would update. Or else you can switch to powershell...considered and "update" to me...

      billrich

      • Guest
      Re: update command prompt
      « Reply #6 on: June 08, 2009, 08:17:17 PM »

      C:\>prompt /?
      Changes the cmd.exe command prompt.

      PROMPT [text]

        text    Specifies a new command prompt.

      Prompt can be made up of normal characters and the following special codes:

        $A   & (Ampersand)
        $B   | (pipe)
        $C   ( (Left parenthesis)
        $D   Current date
        $E   Escape code (ASCII code 27)
        $F   ) (Right parenthesis)
        $G   > (greater-than sign)
        $H   Backspace (erases previous character)
        $L   < (less-than sign)
        $N   Current drive
        $P   Current drive and path
        $Q   = (equal sign)
        $S     (space)
        $T   Current time
        $V   Windows XP version number
        $_   Carriage return and linefeed
        $$   $ (dollar sign)

      If Command Extensions are enabled the PROMPT command supports
      the following additional formatting characters:

        $+   zero or more plus sign (+) characters depending upon the
             depth of the PUSHD directory stack, one character for each
             level pushed.

        $M   Displays the remote name associated with the current drive
             letter or the empty string if current drive is not a network
             drive.

      C:\>prompt $$

      $prompt $T$G

      21:15:18.56>prompt $P$G

      C:\>

      batchmaster60

      • Guest
      Re: update command prompt
      « Reply #7 on: June 08, 2009, 08:47:54 PM »
      thank you
      for all of your help