@echo offmode con:cols=40 lines=2echo somestring|clipclsecho Wireless Password copied to clipboard.timeout 2 > NULL
How do I make timeout not print any text?
@echo offmode con:cols=40 lines=2echo somestring|clipclsecho Wireless Password copied to clipboard.timeout 2 > NULL
How do I make timeout not print any text?