NUL in windowsWindows seems actullyto be actually a virtual path in any folder. Just Just like .., . in any filesystem.
useUse any folder followed with NUL will work.
ex :Example,
echo 1 > nul echo 1 > c:\nul echo 1 > c:\users\nul echo 1 > c:\windows\nul have the same effect as /dev/null in linuxon Linux.
testThis was tested on windows 7Windows 7, 64 bit.