home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cls
- echo[A quick demo to show the colour changes in PDIR...
- echo[-=press any key=-
- pause > nul
- pdir /k
- echo[
- echo[That was STANDARD colours.
- echo[
- echo[This will be NON-STANDARD as follows:
- echo[
- echo[ DOC/TXT files
- echo[ lightred
- echo[ │
- echo[pdir /k /ef /m9 /bb /dc /z1
- echo[ │ └─┐ │ └─────┐ │
- echo[ Clear │ COM files │ ZIPped files
- echo[ Screen │ lightblue│ blue
- echo[ EXE files BATch files
- echo[ WHITE lightcyan
- echo[
- echo[-=press any key=-
- pause > nul
- pdir /k /ef /m9 /bb /dc /z1
- echo[And that was NON-STANDARD colours.