Did MS DOS itself ever use blinking text? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)How did Windows ME “cripple” DOS?Do you need to allocate memory before you use it in MS-DOS?Where did DOS store graphics fonts?Is DOS being shipped with or as an installed OS?Where was MS-DOS used?Why did MS-DOS choose percent symbol to designate variable?Why did DOS use dollar-terminated strings?Is there a reason why MS-DOS didn't use more English words for commands?How to convert .ttf to .fnt for use with M10_SCR.COM DOS font driverAlternatives for TurboVision on DOS

Compare a given version number in the form major.minor.build.patch and see if one is less than the other

Fantasy story; one type of magic grows in power with use, but the more powerful they are, they more they are drawn to travel to their source

Is it ethical to give a final exam after the professor has quit before teaching the remaining chapters of the course?

When the Haste spell ends on a creature, do attackers have advantage against that creature?

また usage in a dictionary

Is it common practice to audition new musicians 1-2-1 before rehearsing with the entire band?

How can I use the Python library networkx from Mathematica?

How to down pick a chord with skipped strings?

How would a mousetrap for use in space work?

Can you use the Shield Master feat to shove someone before you make an attack by using a Readied action?

Would "destroying" Wurmcoil Engine prevent its tokens from being created?

An adverb for when you're not exaggerating

What is the longest distance a player character can jump in one leap?

What does the "x" in "x86" represent?

Why aren't air breathing engines used as small first stages

Why do the resolve message appear first?

How to react to hostile behavior from a senior developer?

Amount of permutations on an NxNxN Rubik's Cube

Is there a holomorphic function on open unit disc with this property?

Do square wave exist?

How could we fake a moon landing now?

How to compare two different files line by line in unix?

Most bit efficient text communication method?

Is it cost-effective to upgrade an old-ish Giant Escape R3 commuter bike with entry-level branded parts (wheels, drivetrain)?



Did MS DOS itself ever use blinking text?



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)How did Windows ME “cripple” DOS?Do you need to allocate memory before you use it in MS-DOS?Where did DOS store graphics fonts?Is DOS being shipped with or as an installed OS?Where was MS-DOS used?Why did MS-DOS choose percent symbol to designate variable?Why did DOS use dollar-terminated strings?Is there a reason why MS-DOS didn't use more English words for commands?How to convert .ttf to .fnt for use with M10_SCR.COM DOS font driverAlternatives for TurboVision on DOS










4















I know that it was possible to create blinking text, but did the operating system itself (I mean, in output from functions of command.com and similar executables) ever make use of blink formatting?



You'd think it would be useful for confirmations of really dangerous things like format C: and such, but perhaps also seen as "over the top" and or just not necessary.










share|improve this question


























    4















    I know that it was possible to create blinking text, but did the operating system itself (I mean, in output from functions of command.com and similar executables) ever make use of blink formatting?



    You'd think it would be useful for confirmations of really dangerous things like format C: and such, but perhaps also seen as "over the top" and or just not necessary.










    share|improve this question
























      4












      4








      4








      I know that it was possible to create blinking text, but did the operating system itself (I mean, in output from functions of command.com and similar executables) ever make use of blink formatting?



      You'd think it would be useful for confirmations of really dangerous things like format C: and such, but perhaps also seen as "over the top" and or just not necessary.










      share|improve this question














      I know that it was possible to create blinking text, but did the operating system itself (I mean, in output from functions of command.com and similar executables) ever make use of blink formatting?



      You'd think it would be useful for confirmations of really dangerous things like format C: and such, but perhaps also seen as "over the top" and or just not necessary.







      ms-dos






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked 3 hours ago









      KlaymenDKKlaymenDK

      22817




      22817




















          1 Answer
          1






          active

          oldest

          votes


















          4















          [...] did the operating system itself [...] ever make use of blink formatting?




          No.



          MS-DOS was, at the core, machine agnostic. It only used the most basic features provided by the BIOS. While function 09h would have provided the ability to set attributes (via BL), its meaning already varies across video cards offered by IBM and even more so with third party cards or non IBM machines. Not to mention that MS-DOS was intended to work with terminals as well, where attributes are even more diverse.



          MS-DOS only used the most basic characters for output control:



          • CR

          • LF

          • FF (clear screen)

          • BEL





          share|improve this answer


















          • 2





            MS-DOS 2.0 to 5.x included a driver called ANSI.SYS which provided support for escape codes to control character attributes; I'm pretty certain escape-leftbracket-5m was supported as a means of enabling blinking, along with ...[1m for bright text, ...[30m to ...[37m for foreground color, etc.

            – supercat
            2 hours ago











          • @supercat Jup, another optional add-on, nothing a cor OS can rely on.

            – Raffzahn
            1 hour ago











          Your Answer








          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "648"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          noCode: true, onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fretrocomputing.stackexchange.com%2fquestions%2f9724%2fdid-ms-dos-itself-ever-use-blinking-text%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          4















          [...] did the operating system itself [...] ever make use of blink formatting?




          No.



          MS-DOS was, at the core, machine agnostic. It only used the most basic features provided by the BIOS. While function 09h would have provided the ability to set attributes (via BL), its meaning already varies across video cards offered by IBM and even more so with third party cards or non IBM machines. Not to mention that MS-DOS was intended to work with terminals as well, where attributes are even more diverse.



          MS-DOS only used the most basic characters for output control:



          • CR

          • LF

          • FF (clear screen)

          • BEL





          share|improve this answer


















          • 2





            MS-DOS 2.0 to 5.x included a driver called ANSI.SYS which provided support for escape codes to control character attributes; I'm pretty certain escape-leftbracket-5m was supported as a means of enabling blinking, along with ...[1m for bright text, ...[30m to ...[37m for foreground color, etc.

            – supercat
            2 hours ago











          • @supercat Jup, another optional add-on, nothing a cor OS can rely on.

            – Raffzahn
            1 hour ago















          4















          [...] did the operating system itself [...] ever make use of blink formatting?




          No.



          MS-DOS was, at the core, machine agnostic. It only used the most basic features provided by the BIOS. While function 09h would have provided the ability to set attributes (via BL), its meaning already varies across video cards offered by IBM and even more so with third party cards or non IBM machines. Not to mention that MS-DOS was intended to work with terminals as well, where attributes are even more diverse.



          MS-DOS only used the most basic characters for output control:



          • CR

          • LF

          • FF (clear screen)

          • BEL





          share|improve this answer


















          • 2





            MS-DOS 2.0 to 5.x included a driver called ANSI.SYS which provided support for escape codes to control character attributes; I'm pretty certain escape-leftbracket-5m was supported as a means of enabling blinking, along with ...[1m for bright text, ...[30m to ...[37m for foreground color, etc.

            – supercat
            2 hours ago











          • @supercat Jup, another optional add-on, nothing a cor OS can rely on.

            – Raffzahn
            1 hour ago













          4












          4








          4








          [...] did the operating system itself [...] ever make use of blink formatting?




          No.



          MS-DOS was, at the core, machine agnostic. It only used the most basic features provided by the BIOS. While function 09h would have provided the ability to set attributes (via BL), its meaning already varies across video cards offered by IBM and even more so with third party cards or non IBM machines. Not to mention that MS-DOS was intended to work with terminals as well, where attributes are even more diverse.



          MS-DOS only used the most basic characters for output control:



          • CR

          • LF

          • FF (clear screen)

          • BEL





          share|improve this answer














          [...] did the operating system itself [...] ever make use of blink formatting?




          No.



          MS-DOS was, at the core, machine agnostic. It only used the most basic features provided by the BIOS. While function 09h would have provided the ability to set attributes (via BL), its meaning already varies across video cards offered by IBM and even more so with third party cards or non IBM machines. Not to mention that MS-DOS was intended to work with terminals as well, where attributes are even more diverse.



          MS-DOS only used the most basic characters for output control:



          • CR

          • LF

          • FF (clear screen)

          • BEL






          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered 2 hours ago









          RaffzahnRaffzahn

          56.7k6137228




          56.7k6137228







          • 2





            MS-DOS 2.0 to 5.x included a driver called ANSI.SYS which provided support for escape codes to control character attributes; I'm pretty certain escape-leftbracket-5m was supported as a means of enabling blinking, along with ...[1m for bright text, ...[30m to ...[37m for foreground color, etc.

            – supercat
            2 hours ago











          • @supercat Jup, another optional add-on, nothing a cor OS can rely on.

            – Raffzahn
            1 hour ago












          • 2





            MS-DOS 2.0 to 5.x included a driver called ANSI.SYS which provided support for escape codes to control character attributes; I'm pretty certain escape-leftbracket-5m was supported as a means of enabling blinking, along with ...[1m for bright text, ...[30m to ...[37m for foreground color, etc.

            – supercat
            2 hours ago











          • @supercat Jup, another optional add-on, nothing a cor OS can rely on.

            – Raffzahn
            1 hour ago







          2




          2





          MS-DOS 2.0 to 5.x included a driver called ANSI.SYS which provided support for escape codes to control character attributes; I'm pretty certain escape-leftbracket-5m was supported as a means of enabling blinking, along with ...[1m for bright text, ...[30m to ...[37m for foreground color, etc.

          – supercat
          2 hours ago





          MS-DOS 2.0 to 5.x included a driver called ANSI.SYS which provided support for escape codes to control character attributes; I'm pretty certain escape-leftbracket-5m was supported as a means of enabling blinking, along with ...[1m for bright text, ...[30m to ...[37m for foreground color, etc.

          – supercat
          2 hours ago













          @supercat Jup, another optional add-on, nothing a cor OS can rely on.

          – Raffzahn
          1 hour ago





          @supercat Jup, another optional add-on, nothing a cor OS can rely on.

          – Raffzahn
          1 hour ago

















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Retrocomputing Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fretrocomputing.stackexchange.com%2fquestions%2f9724%2fdid-ms-dos-itself-ever-use-blinking-text%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          名間水力發電廠 目录 沿革 設施 鄰近設施 註釋 外部連結 导航菜单23°50′10″N 120°42′41″E / 23.83611°N 120.71139°E / 23.83611; 120.7113923°50′10″N 120°42′41″E / 23.83611°N 120.71139°E / 23.83611; 120.71139計畫概要原始内容臺灣第一座BOT 模式開發的水力發電廠-名間水力電廠名間水力發電廠 水利署首件BOT案原始内容《小檔案》名間電廠 首座BOT水力發電廠原始内容名間電廠BOT - 經濟部水利署中區水資源局

          Prove that NP is closed under karp reduction?Space(n) not closed under Karp reductions - what about NTime(n)?Class P is closed under rotation?Prove or disprove that $NL$ is closed under polynomial many-one reductions$mathbfNC_2$ is closed under log-space reductionOn Karp reductionwhen can I know if a class (complexity) is closed under reduction (cook/karp)Check if class $PSPACE$ is closed under polyonomially space reductionIs NPSPACE also closed under polynomial-time reduction and under log-space reduction?Prove PSPACE is closed under complement?Prove PSPACE is closed under union?

          Is my guitar’s action too high? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)Strings too stiff on a recently purchased acoustic guitar | Cort AD880CEIs the action of my guitar really high?Μy little finger is too weak to play guitarWith guitar, how long should I give my fingers to strengthen / callous?When playing a fret the guitar sounds mutedPlaying (Barre) chords up the guitar neckI think my guitar strings are wound too tight and I can't play barre chordsF barre chord on an SG guitarHow to find to the right strings of a barre chord by feel?High action on higher fret on my steel acoustic guitar