Quote:
Originally Posted by
Dude111
Ahhhhhh i forgot about that command (Didnt remember if it was .p or ,p)
It's neither. It's a '/' (forward-slash) and then a 'p'. For example:dir /p
Quote:
Originally Posted by
Dude111
It doesnt seem to work with some things i see now (Says error parsing
Not all commands use the "/p" parameter, like the "type" command. You can try running those commands through the more filter though so that they pause every screenful.No filter: type somefilename.txt
More filter: type somefilename.txt|more