What does \\?\%1 mean at the end?
-------------------------------------------------------------------
The following two lines of commands are commands in two batch files, which are used to delete files.
rd /s/q \\?\%1
del /f/a/q \\?\%1
--------------------------------
Please advise, what does \\?\%1 mean at the end?
-------------------------------------------------------------------
The following two lines of commands are commands in two batch files, which are used to delete files.
rd /s/q \\?\%1
del /f/a/q \\?\%1
--------------------------------
Please advise, what does \\?\%1 mean at the end?


