Questions tagged as 'msdos'

0
answers

How to decode adaptive huffman?

I am trying to decompress what would be a PNG file, I have come to the part of obtaining the data already compressed from the IDAT section, as I understand these data are decoded in an Adaptive Huffman, I have already researched in certain pages...
asked by 05.12.2018 / 18:13
0
answers

How to get the compressed pixels in a PNG file

I've been trying to get the information from a PNG file to be later visualized in a desktop application, the problem arises when trying to get the information of the pixels because as I understand these are compressed. Well I have managed to...
asked by 04.12.2018 / 19:22
1
answer

Run .bat file without right click to run as administrator

I am running a .bat file, it happens that to execute it I must right click and "Run as Administrator", I am looking for the way to execute the bat without having to do this, but in the same bat the permissions of the user to Administrator. This...
asked by 10.10.2018 / 23:13
0
answers

Explanation of file commands.bat

I found the following code, apparently it allows me to execute commands without the antivirus stopping any of the processes that I send to the console. @echo off REM .bat con permisos de administrador :------------------------------------- RE...
asked by 09.10.2018 / 22:23