C:\>pause Press any key to continue . . .


  1. Posts : 72
    Windows 7 build 7600 64 bit
       #1

    C:\>pause Press any key to continue . . .


    Hi, does anybody know if i can change the text that the "pause" command shows?

    Code:
    C:\>pause
    Press any key to continue . . .
    to something like

    Code:
    C:\>pause <something>
    Press any key to exit . . .
    - Hakon
      My Computer


  2. Posts : 4,573
       #2

    In DOS, you could edit the io.sys file to change the string. If you know how to do that, we can talk.
      My Computer


  3. Posts : 72
    Windows 7 build 7600 64 bit
    Thread Starter
       #3

    Now, that was funny.

    Nope i dont, isnt there any parameter i can specify ?
      My Computer


  4. Posts : 4,573
       #4

    Resource Hacker - Tweaking with Vishal

    All About Resource Hacker in a brief Tutorial - Tweaking with Vishal

    You will also need to understand a hex editor.

    I cannot assist you with this unless you have an advanced command of the OS or at least solid image technique.
      My Computer


  5. Posts : 72
    Windows 7 build 7600 64 bit
    Thread Starter
       #5

    Nono, im not interested in that. I just want to know if there is anything i can type after "pause" (or before it) that will display any other text
      My Computer


  6. Posts : 5,642
    Windows 10 Pro (x64)
       #6

    No....should have been obvious from Antman's comments... o.o
      My Computer


  7. Posts : 72
    Windows 7 build 7600 64 bit
    Thread Starter
       #7

    bah, i did it once but cant remember how...

    edit:
    im 98% sure i did it
      My Computer


  8. Posts : 72
    Windows 7 build 7600 64 bit
    Thread Starter
       #8

    i got it!
    Code:
    @echo off
    pause | echo Press any key to exit. . .
    put that in a bat file and try it, exactly what i wanted... noobs
    i know it gives the "The process tried to write to a nonexistent pipe." error but that dosent matter since it exit's right away :)
      My Computer


  9. Posts : 1,377
    Win7x64
       #9

    Hakon said:
    ...
    i know it gives the "The process tried to write to a nonexistent pipe." error but that dosent matter since it exit's right away :)
    Code:
    pause > nul | echo press any key to be more l33t
    Your question was somewhat ambiguous though.
      My Computer


  10. Posts : 72
    Windows 7 build 7600 64 bit
    Thread Starter
       #10

    Thanks a lot H2SO4
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 15:21.
Find Us