Search found 7 matches

by KKZiomek
01 Jun 2017 12:35
Forum: DOS Batch Forum
Topic: BIT8IMG TOOL - convert images to 8bit console pictures
Replies: 5
Views: 13547

Re: BIT8IMG TOOL - convert images to 8bit console pictures

I just noticed your reply @misol101 . I will add the gxy support, hopefully by the end of the week, because I am busy often this week.
by KKZiomek
26 May 2017 10:54
Forum: DOS Batch Forum
Topic: TaskMon - interactive task monitor/killer
Replies: 10
Views: 9656

Re: TaskMon - interactive task monitor/killer

I have seen many of your projects recently here on dostips. I have a suggestion: if you want to update information in your topics then edit them instead of making new ones. Besides this, your 3d projects and this task viewer are awesome. One suggestion would be maybe to add a function to be able to ...
by KKZiomek
26 May 2017 08:01
Forum: DOS Batch Forum
Topic: BIT8IMG TOOL - convert images to 8bit console pictures
Replies: 5
Views: 13547

Re: BIT8IMG TOOL - convert images to 8bit console pictures

Of course I can. Is there any specification for gxy files? If you give me the format of gxy files I will do it, but expect it next week because I have important things going on over the weekend. :D

I will also try to add more input formats like .png and .jpg by then.

KKZiomek
by KKZiomek
25 May 2017 16:25
Forum: DOS Batch Forum
Topic: BIT8IMG TOOL - convert images to 8bit console pictures
Replies: 5
Views: 13547

BIT8IMG TOOL - convert images to 8bit console pictures

I know that sprite.exe and editor.exe used with 8bit pictures in the console exist, but carlos's utilities only allow for manual painting of the sprites inside the console window. My tool takes usual imagefiles and turns them into .spr files that can be displayed with carlos's sprite.exe program. On...
by KKZiomek
06 Apr 2017 07:19
Forum: DOS Batch Forum
Topic: ADS batch extension/api v1.0
Replies: 2
Views: 3613

Re: ADS batch extension/api v1.0

You're right I could do better on the delete function. And thank you for reviewing. I will update my code as soon as I get access to my computer.

By the way I didn't know you could do '>file command'. I learn something about batch every week.
by KKZiomek
05 Apr 2017 20:08
Forum: DOS Batch Forum
Topic: ADS batch extension/api v1.0
Replies: 2
Views: 3613

ADS batch extension/api v1.0

Hello, batch hackers. I have been playing a lot with Alternate Data Streams on windows recently. ADSs are hidden streams in a file, therefore it is hidden data in a file. The ADSs are not visible when accessing the file containing them normally. It is easy to write to them and read them, but Windows...
by KKZiomek
27 Mar 2017 18:07
Forum: DOS Batch Forum
Topic: Rediscovery of BG.exe (now v3.4), the best batch utility ever created!
Replies: 3
Views: 6843

Rediscovery of BG.exe (now v3.4), the best batch utility ever created!

A programmer named Carlos Montiers Aguilera created many useful utilities for Batch some time ago. One of the best is BG.exe, which takes in key and mouse input, writes in color, changes font size, and displays sprites in 8-bit color superfast. On this and other forums, older versions of BG.exe can ...