Search notes:

Script: dc.bat

cd into a directory, then show its content with dir.
@rem
@rem   cd to directory and dir it.
@rem

@cd %1%
@dir
Github repository scripts-and-utilities, path: /dc.bat

See also

Scripts

Index