1.

Solve : dir command?

Answer»

the following command finds the file provided name provided by %1
DIR /s C:\ %~n1
however it also displays all the FILES on the computer how do iget it to only display files with the same filename
i can't USE this
dir /s C:\ %~n1 > nul because it doesn't display the resultsCode: [SELECT]dir /s C:\%~n1
thanks BC



Discussion

No Comment Found