This website requires JavaScript.
Explore
Help
Register
Sign in
ThunderNetworkRaD
/
readline-sync
Watch
2
Star
0
Fork
You've already forked readline-sync
0
Code
Issues
Pull requests
Projects
Releases
6
Packages
Wiki
Activity
Actions
526e11c7e2
readline-sync
/
lib
/
read.bat
7 lines
84 B
Batchfile
Raw
Normal View
History
Unescape
Escape
Add reading shell through files (pipe).
2014-06-29 00:00:15 +02:00
@
echo
off
setlocal
set
/p
LINE
=
<
CON
>
CON
set
/p
DUM
=
"
%LINE%
"
<
NUL
endlocal
exit
/b 0
Reference in a new issue
Copy permalink