79700296

Date: 2025-07-13 23:00:15
Score: 1
Natty:
Report link
@Echo Off
:: Create a file containing only the null character (ASCII 0x00)
:: Authors: carlos, aGerman, penpen (from DosTips.com)
Cmd /U /C Set /P "=a" <Nul > nul.txt
Copy /Y nul.txt+Nul nul.txt >Nul
Type nul.txt |(Pause>Nul &Findstr "^") > wnul.tmp
Copy /Y wnul.tmp /A nul.txt /B >Nul
Del wnul.tmp
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: bigjokker