Answers for "make a batch file that accepts pipe input"

0

make a batch file that accepts pipe input

@echo off
setlocal

set /p "piped="

echo piped: %piped%
Posted by: Guest on January-23-2020

Code answers related to "make a batch file that accepts pipe input"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language