How do I echo ASCII art that contains special characters in a batch file?

前端 未结 6 2386
再見小時候
再見小時候 2021-02-12 11:45

So.. This is (to me anyway) the most important feature of this program. I need this to work. Please don\'t laugh.. (okay you can laugh) but when my program errors, I want it to

6条回答
  •  死守一世寂寞
    2021-02-12 11:53

    cat << "EOF"
              _ _,---._
           ,-','       `-.___
          /-;'               `._
         /\/          ._   _,'o \
        ( /\       _,--'\,','"`. )
         |\      ,'o     \'    //\
         |      \        /   ,--'""`-.
         :       \_    _/ ,-'         `-._
          \        `--'  /                )
           `.  \`._    ,'     ________,','
             .--`     ,'  ,--` __\___,;'
              \`.,-- ,' ,`_)--'  /`.,'
               \( ;  | | )      (`-/
                 `--'| |)       |-/
                   | | |        | |
                   | | |,.,-.   | |_
                   | `./ /   )---`  )
                  _|  /    ,',   ,-'
                 ,'|_(    /-<._,' |--,
                 |    `--'---.     \/ \
                 |          / \    /\  \
               ,-^---._     |  \  /  \  \
            ,-'        \----'   \/    \--`.
           /            \              \   \
    EOF
    

提交回复
热议问题