★HOW TO MAKE: AWESOME BATCH FILES★

Sdílet
Vložit
  • čas přidán 5. 10. 2014
  • Image to text: www.text-image.com/convert/
    RATE - COMMENT - SUBSCRIBE - Check out our WEBSITE!
    Website: www.syntheticprogramming.com/
    Patreon: / syntheticprogramming
    Facebook: / syntheticprogramming
  • Věda a technologie

Komentáře • 818

  • @pyropig5369
    @pyropig5369 Před 9 lety +133

    hey if you type "Mode 1000" in the start of the program you can make the batch file full screen.
    Hope this helps :)

  • @RAZREXE
    @RAZREXE Před 3 lety +18

    Back when CZcams was fun.
    It's 2020 man I miss you and those old notepad viruses I used to run on each windows machine I got my hands on.
    Hope you're ok man, come back tho.

    • @theopengate13
      @theopengate13 Před měsícem

      it 2024 right now btw so if someone from like 2025 reads this comment und it

  • @tassaron
    @tassaron Před 3 lety +7

    Wow, this is the most enthusiastic I've heard someone be able batch files. Awesome. I just wrote a python script to execute my old batch file games on Linux and I found your videos. Now I think I want to improve my script a bit so it works for your fishing game

  • @pallubhai123
    @pallubhai123 Před 8 lety +13

    and also insted of blank space there are commas coming after conversion

  • @emberrr577
    @emberrr577 Před 7 lety +9

    Just imagine what the dragon would look like if you changed the colour to %random%, changed all the characters of the dragon to %random% and made a clear and loop command so the dragon changes colours and numbers

  • @pyrdepavkki1601
    @pyrdepavkki1601 Před 3 lety +1

    Wouldn't it be easier to use "type" for the dragon (and put it in a file)?

  • @thereisnouser210
    @thereisnouser210 Před 7 lety +4

    I really Like how you did this!

  • @Brandon_O.
    @Brandon_O. Před 3 lety +10

    It would be good if you could add some kind of animation to the dragon, like making the characters inside the dragon move like the matrix.

    • @brandenhailwood2001
      @brandenhailwood2001 Před 3 lety

      You can bro

    • @zhannydapro3812
      @zhannydapro3812 Před 3 lety +2

      Yeah you can but you need to work harder

    • @sargentthiccboi9333
      @sargentthiccboi9333 Před 2 lety

      It’s definitely possible but it would be like how cartoons used to be animated with having to re draw it a shitload of times slightly differently

    • @southerncure
      @southerncure Před 2 lety

      @@sargentthiccboi9333 yea fs

  • @zackwright2174
    @zackwright2174 Před 8 lety

    how do you make a delay that cant be skipped and doesn't show up on the bat file. I'm trying to do an animation.

  • @hihashiii2198
    @hihashiii2198 Před 8 lety +2

    thank you so much!!
    i could use this to my batch game!

  • @kennethvela2784
    @kennethvela2784 Před 4 lety +1

    Great vid man. Very good work. Keep up with the cool videos

  • @derpaton
    @derpaton Před 7 lety

    is there anyway to make these characters usable in programming languages such as c++ ?

  • @BioHzrd0010
    @BioHzrd0010 Před 7 lety

    The ASCII converter won't work for me. All it does is try to construct the image out of the characters M and N. And they fill the entire image. If you look closely, you can almost see the image, but you really can't at all. What should I do?

  • @uneibol1968
    @uneibol1968 Před 3 lety

    he sounds so sarcastic and i love it

  • @darthowen
    @darthowen Před 7 lety +23

    I know of a much similar way to do this. Make a different txt file with the ascii art, then put
    "type [filename].txt"
    much simpler and saves space.

    • @user-bn9cu2xm1j
      @user-bn9cu2xm1j Před 6 lety +1

      can you explain it better? i dont understand...

    • @FLASH3G
      @FLASH3G Před 4 lety

      @@user-bn9cu2xm1j what did you not get lol

    • @jinx606
      @jinx606 Před 3 lety

      yeah effective, allthought you will need to always have the txt file with the batch file, which is kinda uneffective

    • @potato686
      @potato686 Před 2 lety

      well ye but then how can u say " uwu i'm cool " with that

    • @ShivterShivtik25
      @ShivterShivtik25 Před 2 lety

      @@user-bn9cu2xm1j simple, make a text file with the ascii art and save it,
      and make this bat file:
      @echo off
      color 0a
      mode 128,40
      type [filename].txt

  • @stevenschroter553
    @stevenschroter553 Před 7 lety +1

    Thank you that helps me with my batch files

  • @SUPATWIN1
    @SUPATWIN1 Před 8 lety +15

    Love your enthusiasm

  • @soaremicheledavid6020
    @soaremicheledavid6020 Před 7 lety +1

    I have one problem, when i paste the text-image...is all wrong.

  • @nagatoRL
    @nagatoRL Před 7 lety +1

    oh, thank god! you helped me a lot man!!! that's a great idea.

  • @maxmuster7003
    @maxmuster7003 Před 2 lety

    With using Ansi Escape Sequences we can change the color of a single ASCII on screen. But i am not sure which Windows version have an Ansi driver. In the days of MS DOS we have an Ansi driver for DOS, but it is very large, so i do not like to use the Ansi driver for DOS. The Ansi driver was official made for the screen and for printer. The DosBox emulator have the Ansi driver loaded. Personaly i like to write the color attribut directly into the memory of the DOS/DosBox VGA text sceen, but this is not allowed in Windows.

  • @roschphilipfernandez2618

    you should try this with actual selfies. you would need to do a sketch edit on the actual colour photo and then do the same as above and you should get a really cool version of your digital self

  • @dracolee3952
    @dracolee3952 Před 7 lety

    could someone please help me whenever i copy ond paste the text it takes away all the places that spaces are supposed to be

  • @the_letter_e_lol69
    @the_letter_e_lol69 Před 4 lety +1

    i have also a new trick, there is ALWAYS a default startup folder
    go to that startup folder and put your batch there in. how to get there: WIN+R then type in "shell:common startup"
    and then swoop it in there

  • @parano_id_46s9
    @parano_id_46s9 Před 7 lety

    nice but i have one problem i can't open cmd in full screen can i fix it ?

  • @malcolmjasmin7933
    @malcolmjasmin7933 Před 7 lety

    Ok. How do you make a program open after you close one?

  • @caenridder7900
    @caenridder7900 Před 9 lety +3

    i did it but i cant use it as an normal command prompt. is that possible or did i do something wrong?

  • @Poooti
    @Poooti Před 3 lety

    hey. when i turning on program its automatically closing. what should i do. im working on a windows 10

  • @bryceharbertson5703
    @bryceharbertson5703 Před 6 lety +1

    THAT LOOKED SO AWESOME!!!!!!!!!!!!!!

  • @bluechainhd5144
    @bluechainhd5144 Před 8 lety +2

    Thanks this helped me make an awesome start up page for my booter!

  • @Roter_Wolf
    @Roter_Wolf Před 7 lety

    Can you animate it? like only few frames, but animated

  • @daboxguy3848
    @daboxguy3848 Před 2 lety +1

    Awesome. Now I can make ascii sprites using regular images. BTW you can use the TYPE command to concatenate the contents of a file(ie a text file).

  • @borisenchev2582
    @borisenchev2582 Před 7 lety

    When I go to the bottom lane clicking enter the image is going down too. Pls help me

  • @jerryjorts4050
    @jerryjorts4050 Před 7 lety

    on the text-image website i put a .png file and the background was all M! Did i do something wrong!

  • @GsusIsKing
    @GsusIsKing Před 8 lety

    So, is there any way to link these batch pictures together so when I type in a specific word into the cmd prompt for it to move on to another batch picture?

    • @Clark1050
      @Clark1050 Před 8 lety

      +Gabriel Salinas (gogogabe9000) kind of. Can be done like this
      @echo off
      color "your color"
      title "your title"
      cls
      goto ALPHA
      :ALPHA
      echo.
      >
      pause >nul
      goto BRAVO
      cls
      :BRAVO
      echo.
      >
      pause >nul
      goto CHARLIE
      cls
      :CHARLIE
      just continue as ALPHA and BRAVO

  • @charlespanganiban5490
    @charlespanganiban5490 Před 7 lety

    wher did you download the dragon image

  • @ryanotoole3444
    @ryanotoole3444 Před 7 lety +2

    for anyone who is having problems with the image converter, it maybe because it has 3 different modes. the one you need for this is ASCII.

  • @kingmcbrian
    @kingmcbrian Před 9 lety +28

    love the enthusiasm xD

  • @Muhammad-Iqbal
    @Muhammad-Iqbal Před 8 lety +3

    when i convert it to dragon.bat it doesn't show the full dragon why?

  • @saicharan4669
    @saicharan4669 Před 4 lety

    How to open the notepad text in the cmd prompt

  • @NobleDezGaming
    @NobleDezGaming Před 5 lety +1

    I just made a visual auto batch creator that makes batch super easy fam. You’d literally just have to paste in the dragon to the editor and it’ll automatically be structures as an echoed string. My recent video “HOW TO LOOK LIKE A HACKER” shows the tool and download

  • @princeyashu
    @princeyashu Před 6 lety

    i want [bat-cmd-powershell-sfx ] code
    i have a bat file when i click that file. it opens the cmd. there are few things happens..
    1)not available
    2) available
    i have two files, i want if not available it will open the first file
    and if available comes.. it will open the 2nd file
    i want know is there any code? to edit in that bat or alternative

  • @zuggy7993
    @zuggy7993 Před 7 lety +6

    where do you download the dragon image !?!?!?!?!!?

  • @CoNmaN0626
    @CoNmaN0626 Před 7 lety

    it only shows up for half my screen how do i fix this?

  • @allenthomas7557
    @allenthomas7557 Před 8 lety

    where did u get the dragons image

  • @arnas5015
    @arnas5015 Před 7 lety

    you have alot of enthusiasm.

  • @R2bEEaton
    @R2bEEaton Před 9 lety +5

    very nice program. i would like to show a program i made how do i "show you"

  • @Vin499
    @Vin499 Před 5 lety +6

    Him: * puts a dragon *
    Me:
    *SASKUE*

  • @Dexda
    @Dexda Před 3 lety

    sick tut bro

  • @thegamevortex2709
    @thegamevortex2709 Před 2 lety

    cool but a tip you can put it in a txt file and render the text file to the console

  • @laarnihernandez4328
    @laarnihernandez4328 Před 3 lety +1

    I have a question How did you open the batch file? Using cmd :> thank you

    • @luke-lt5bc
      @luke-lt5bc Před 3 lety +1

      save it as a .bat instead of a .txt

  • @cybergyrl6589
    @cybergyrl6589 Před 2 lety +1

    This is awesome!

  • @eliahmarani5491
    @eliahmarani5491 Před 7 lety

    it works on my pc but the size its wrong on Yt

  • @KaranR110
    @KaranR110 Před 4 lety

    can you put the code in the description

  • @shawnsmith1865
    @shawnsmith1865 Před rokem

    That is so Freakin' kewl bro!!

  • @Cerulium
    @Cerulium Před 2 lety

    He's so enthusiastic haha

  • @hackerbest1976
    @hackerbest1976 Před 7 lety

    when did you get image

  • @hasansabra5853
    @hasansabra5853 Před 7 lety +1

    very nice from were did you get the dragon picture

    • @SyntheticProgramming
      @SyntheticProgramming  Před 7 lety

      I don't have the picture or code anymore as this was years ago, but you can check out our new site: www.syntheticprogramming.com :D

  • @arsamariannejad1837
    @arsamariannejad1837 Před 4 lety

    Thanks buddy but how can I make it go slower like 2 line at a second

  • @sprollollo7762
    @sprollollo7762 Před 7 lety

    IS there a way for this on mac

  • @MasaKSA
    @MasaKSA Před 2 lety

    where do you get the picture from

  • @nathanstephen8124
    @nathanstephen8124 Před 3 lety +1

    bro can you give the link of the image plzz

  • @noobmaster-qo1vy
    @noobmaster-qo1vy Před 7 lety

    dude how did you get that dragon

  • @sahiljumani7256
    @sahiljumani7256 Před 7 lety +1

    send a link of your image

  • @LectricMan
    @LectricMan Před 4 lety

    how do you open a batch file???

  • @freak2581
    @freak2581 Před 8 lety +1

    in order to do this,what we use? notepad or cmd?

    • @QuantumEditingbros
      @QuantumEditingbros Před 8 lety +1

      +Freaking Kill Notepad, Just copy and paste the code into notepad, and then Save the file as "ANYTHING.bat"

  • @boscussililo1423
    @boscussililo1423 Před 4 lety

    How do I get the Dragon Batch please?

  • @ednacabangflores8348
    @ednacabangflores8348 Před 8 lety +1

    It works for me but my cmd is small that it can't show the whole image... i can't even make it larger... PLS HELP

    • @TheKoalaGamer11
      @TheKoalaGamer11 Před 8 lety +1

      +Edna Cabang use "mode 1000", it makes your CMD go fullscreen

  • @chizz3x134
    @chizz3x134 Před 7 lety

    when i open bath file it imedeatelly closes itselve why??????

  • @mokkaherrman1104
    @mokkaherrman1104 Před 7 lety +1

    AWESOME thank you

  • @geremachek
    @geremachek Před 7 lety

    when he said click that, what did he click?

  • @tonisagious2924
    @tonisagious2924 Před 7 lety +2

    you are the best man!!!

  • @shiveritealt3966
    @shiveritealt3966 Před 7 lety

    Mine is tall and skinny. :( How do I make it big like that??

    • @GeometryDashS4vage
      @GeometryDashS4vage Před 7 lety

      i recommend trying the mode command. add "mode" and a number after it. this determines the size of the window which may help with the issue.

  • @flipy516
    @flipy516 Před 4 lety

    Just started out making batch files and already made a dos client attacker and hand wrote all the code, I will soon release it with a link if you want you can download it I will keep it updated

  • @LegitForEverything
    @LegitForEverything Před 9 lety +1

    did u pay for ur domain?

  • @redcrafter18
    @redcrafter18 Před 4 lety

    Kann es sein, dass die Seite mittlerweile geschlossen wurde?

  • @giacob500
    @giacob500 Před 7 lety

    nice video and thanks for the name of that awesome website

  • @username-rv6fx
    @username-rv6fx Před 7 lety

    you could have the same effect by putting it into a text file and then use this "type dragon.txt"

  • @drewbuilds6339
    @drewbuilds6339 Před 3 lety

    Now this will ma emu game look good

  • @kenepperson904
    @kenepperson904 Před 2 lety

    Really cool

  • @astrowolf1670
    @astrowolf1670 Před 7 lety

    mine keeps poping up then disipearing all the time :(

  • @Expret5551
    @Expret5551 Před 3 lety +1

    can i mek lying simulator character now??

  • @julieniscute
    @julieniscute Před 6 lety

    if u go on steam to the website text-whatever it will say its a virus

  • @Music4Life982
    @Music4Life982 Před 8 lety +1

    It won't let me copy

  • @diodio1234567
    @diodio1234567 Před 8 lety +1

    can i make it molti color if yes pls tell me how
    awesome vidio thanks

  • @vkrmkumar77
    @vkrmkumar77 Před 4 lety

    how much support image size kb, mb

  • @kirkcooey1655
    @kirkcooey1655 Před 7 lety

    it shows all the 1s and 0s in the background as the same colour as the icon, and its all crunched together because it cant full screen

  • @mornecornelius7189
    @mornecornelius7189 Před 7 lety

    if i paste it, it squishes and you cant see what it is

  • @2phatphucks124
    @2phatphucks124 Před 2 lety

    Anyone else have the issue converting the photo to ASCII? It always has background letters for me

    • @maxmuster7003
      @maxmuster7003 Před 2 lety

      I use monochrome pictures with 2 colors with my own picture to character converter for DOS/DosBox to display the picture pixel precise inside a block of ASCII.

  • @tonyreese559
    @tonyreese559 Před 5 lety +1

    It would be awesome to put two or three images together and make it flap its wings! Awesome!
    than you!

  • @mitch3443ful
    @mitch3443ful Před 7 lety +1

    Mine just flashes the command prompt as disappears instantly what am I doing wrong?

  • @FilmXPro
    @FilmXPro Před 6 lety +1

    COOL TRIC

  • @marvsky4845
    @marvsky4845 Před 6 lety

    I've been thinking about asking my crush out by making a .bat file and putting a message in asking her out

  • @RandomPerson-fu3ro
    @RandomPerson-fu3ro Před 7 lety

    It won't work it keeps redirecting me to another site.

  • @radustalldaddy
    @radustalldaddy Před 9 lety +3

    how can you like repeat the image in cmd?

    • @SyntheticProgramming
      @SyntheticProgramming  Před 9 lety +2

      +Loues de Ruijter Try using a goto loop :D

    • @AdvosArt
      @AdvosArt Před 9 lety +2

      +Loues de Ruijter
      :Test
      echo What ever you want to be repeated
      goto Test

  • @ihoprouter1658
    @ihoprouter1658 Před 7 lety

    i did everything the exact same as you, but when i open the file it shows it really fast then closes

  • @bwesterdijk6305
    @bwesterdijk6305 Před 9 lety +1

    my converted image(the text) turns up all messed up.... what am i missing?

    • @SyntheticProgramming
      @SyntheticProgramming  Před 9 lety +1

      There could be a few things wrong. For example if the picture is too complicated with color and detail it won't look the same, or if your text editor isn't multi line it could mess up the image.

    • @ScottBeebiWan
      @ScottBeebiWan Před 9 lety +1

      Bas Westerdijk Also could be that you don't have a Monospace font set to display, but if it's that, it will look fine when you run it in batch.

  • @dhruvsabloak1417
    @dhruvsabloak1417 Před 7 lety +1

    can any one say me that how to make that dragon

  • @notjustbilly
    @notjustbilly Před 9 lety +2

    its really cool scoot back and squint you eyes its a boss dragon

  • @mikehesson9298
    @mikehesson9298 Před 6 lety +1

    bro!! all is well,but when I open CMD background is in pink color

  • @OTFice_
    @OTFice_ Před 3 lety +2

    ngl this started my career