home *** CD-ROM | disk | FTP | other *** search
/ PC Format 15 / DISK15.iso / PDIR / DEMO.BAT next >
DOS Batch File  |  2015-12-16  |  658b  |  26 lines

  1. @echo off
  2. cls
  3. echo[A quick demo to show the colour changes in PDIR...
  4. echo[-=press any key=-
  5. pause > nul
  6. pdir /k
  7. echo[
  8. echo[That was STANDARD colours.
  9. echo[
  10. echo[This will be NON-STANDARD as follows:
  11. echo[
  12. echo[                 DOC/TXT files
  13. echo[                 lightred
  14. echo[                  │
  15. echo[pdir /k /ef /m9 /bb /dc /z1
  16. echo[      │   └─┐ │   └─────┐ │
  17. echo[     Clear  │ COM files │ ZIPped files
  18. echo[     Screen │  lightblue│  blue
  19. echo[         EXE files    BATch files
  20. echo[          WHITE         lightcyan
  21. echo[
  22. echo[-=press any key=-
  23. pause > nul
  24. pdir /k /ef /m9 /bb /dc /z1
  25. echo[And that was NON-STANDARD colours.
  26.