Skip to content

Instantly share code, notes, and snippets.

@martin-braun
Last active January 15, 2020 13:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save martin-braun/33863c957a177856368f04add45f8baa to your computer and use it in GitHub Desktop.
Save martin-braun/33863c957a177856368f04add45f8baa to your computer and use it in GitHub Desktop.
@ECHO OFF
ECHO Press any key to PARTY ...
PAUSE>NUL
CLS
SET COLORS=1 2 3 4 5 6 7 8 9 A B C D E F
FOR /L %%N IN () DO (
FOR %%A IN (%COLORS%) DO (
COLOR %%A0
)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment