Skip to main content

All Questions

Tagged with
1 vote
1 answer
591 views

Dir piped into Set

Im trying to make a program that selects a file name, then pipes it into a variable. My Attempt: Dir /B "C:\Program Files (x86)\ServerMaster\Internals\Versions\Van1" | (set /p myVar= & set myVar)...
Brennan Olson's user avatar