emptygif
Language: English

All languages and frameworks

Windows cmd (certutil) Batch

A Batch snippet for Windows cmd (certutil) that answers requests for /pixel.gif with the empty GIF, decoded once at startup.

Windows cmd (certutil) Batch

File
pixel.cmd
echo R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==> pixel.b64
certutil -f -decode pixel.b64 pixel.gif
del pixel.b64

Checked against the framework's current documentation.

Official site: Windows cmd (certutil)