PDA

View Full Version : windows cmd.exe command line help |pushd typed by itself|



m3gaman3g3nd
06-17-2019, 01:19 AM
for /f "tokens=1 delims=" %e in ('dir c:\windows') do echo %e
will output the dir command

for /f "tokens=1 delims=" %e in ('pushd') do echo %e
however does not show the pushd history