Batch Script ASCII Art

Page 2 of 2 FirstFirst 12

  1. Posts : 18,044
    Win 10 Pro 64-bit v1909 - Build 18363 Custom ISO Install
    Thread Starter
       #11

    Hello @@ricardobohner.,

    ricardobohner said:
    How can I use this. It's kind of messed up when I copy paste?
    I thought I copy it in a text file and then, type text.txt
    I just put this together for you.

    I changed the Encoding to chcp 65001 > nul [ Unicode Encoding ] for the art work section, and then chcp 1252 > nul [ UTF-8 Encoding ] after the art work section so as to keep the ORIGINAL Script Font for the Console and the Notepad output, if any.

    Just Copy & Paste the following into Notepad and Save it as a .bat file.

    Code:
    
    @echo off
    if not "%1"=="max" start /max cmd /c %0 max & Exit /b
    chcp 65001 > nul
    :::                                             ___        ___
    :::                                            [ | ]      [ | ]   ┌───────┐   ╔════════════════════╗
    :::                                            [=_=]      [=_=] ┌─│ ════ o│   ║                    ║
    :::                                          ┌───┘          └───┘ ├───────┤   ║     Written by     ║       ╔═══════════════╗
    :::                                          │ ╔══════════════╗   │[■■■■]o│   ║     Paul Black     ║       ║ ≡ ▲ ▼ ■ ◄ ► o ║
    :::                                          │ ║              ║   ├───────┤   ║                    ║       ║───────────────║   ___
    :::                                          │ ║  Written by  ║   │       │   ╚════════╤══╤══════o═╝       ║▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒║  [ | ]
    :::                                          │ ║  Paul Black  ║   │       │─────┘  ____│__│____   │  ___   ║┌─────────────┐║  [=_=]
    :::                                          █ ║              ║   │       │─┐     /____________\  │ [ | ]  ║└/───────────\┘║────┘
    :::                                          │ ╚══════════════╝   └───────┘ │ ________________    │ [=_=]  ╚/_____________\╝
    :::                                          └/::::::::::::::::\      │     └/::::::::::::::::\   └───┘
    :::                                          /:::::════════:::::\    /T\    /:::::════════:::::\
    :::                                          ════════════════════    \_/    ════════════════════
    for /f "delims=: tokens=*" %%x in ('findstr /b ::: "%~f0"') do @echo(%%x
    chcp 1252 > nul
    echo. & echo ^>Press ANY key to EXIT . . . & pause > nul & Exit
    
    
    

    You can access the Character Map by typing Character Map into Search. Then just change the Character Set: to Unicode. Then you have everything available to add what you want.

    I hope this helps.
      My Computer


  2. Posts : 456
    Windows 10
       #12

    @Paul Black Thank you very much....
      My Computer


  3. Posts : 18,044
    Win 10 Pro 64-bit v1909 - Build 18363 Custom ISO Install
    Thread Starter
       #13

    ricardobohner said:
    @Paul Black Thank you very much....
    You are VERY welcome.
      My Computer


 

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

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




Windows 10 Forums