(And i think there are some topics/results, that should be added, too.)
I've created a new 64 bytes batch-quine "quine64.bat":
Code: Select all
set "x=cmd/v:on/c"echo set "x=^!x:%%=%%%%^!""&echo %%x%%"
%x%
To ensure that ANSI is used, echo is off, extensions are enabled and delayed expansion is disabled,
you should start it (sample: from "Z:\") using:
Code: Select all
Z:\>cmd/a/q/e:on/v:off/cquine.bat
penpen (Ulf Schneider)
Edit1: I hope the title is ok.