Usage of NUL.
1, empty a file. Such as Copy Nul abc.txt
2. Shield some command output. Such as Echo ABC> NUL
3,> NUL 2> NUL indicates that both the standard output and the standard error output are directed to NUL. This is the real shielding output
PS: EXPLOIT> IP.TXT 2> AllySno.txt