peekconsoleinput

About this tag
The tag peekconsoleinput on WindowsForum.com covers issues related to input redirection in DOS commands, particularly when using the Peek Console Input feature. Discussions include problems with commands like CD, DIR, TYPE, and MORE not responding to redirected input, as well as workarounds such as using PUSHD and POPD. The content focuses on troubleshooting command-line input behavior in Windows environments, often involving batch files and legacy DOS utilities.
  1. M

    Windows 7 Input redirection does not work with DOS commands

    I was trying to get the 'CD' (change directory) DOS command to work with input redirection (left arrow), but could not do so, tho, thank goodness, I found PUSHD&POPD so I no longer need CD in my .BAT now. However, I could not get any of these commands to work either: TYPE, MORE, and especially...
Back
Top