0

I want to execute a some commands in .bat file which draws me a pixel, like this :

Link.

If you pay attention to that image, when I execute command "draw", it shows me a pixel.

I want to make a batch file that draw some pixels using this method. It's possible ?

  • 1
    http://www.dostips.com/forum/viewtopic.php?f=3&t=5266 – Aacini Sep 07 '17 at 23:29
  • https://drive.google.com/open?id=0B6I2XwCIt4ZFRHRBLUItbmlmRnM This isn't a pixel image, sorry. –  Sep 08 '17 at 00:35
  • I really hate trying to understand nosense phrases... (Yes, that isn't a pixel image. So?) – Aacini Sep 11 '17 at 02:47
  • Did you see my image? –  Sep 11 '17 at 21:36
  • Yes. That is a text-mode image that can be easily displayed using anyone of the methods to show text in color described [here](https://stackoverflow.com/questions/4339649/how-to-have-multiple-colors-in-a-windows-batch-file/23956113#23956113), or [here](https://stackoverflow.com/questions/7923948/batch-color-per-line/7937132#7937132), etc... What I still don't understand is the relation of such a text image with _this question_ (entitled "How could I draw a pixel in a batch file?"). – Aacini Sep 12 '17 at 01:31
  • Yes, I'm searching how to change the text mode to pixel mode. –  Sep 12 '17 at 15:04
  • The cmd.exe window is _always_ in text mode, that is, it always display _characters_. However, in the post at the link given in my first comment (entitled "Drawing pixel resolution graphics in text mode") a method that allows to show _individual pixels_ in the screen is shown... Did you reviewed it? – Aacini Sep 12 '17 at 15:28
  • Yes, I reviewed it, but I don't know how to print a pixel screen like the first image in that post using that programm in the text behind the pixel image... –  Sep 12 '17 at 16:52

0 Answers0