Skip to content

Instantly share code, notes, and snippets.

@the-nose-knows
Last active December 20, 2019 21:08
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 the-nose-knows/fdccf686c5d017094fa76e805b2b05d6 to your computer and use it in GitHub Desktop.
Save the-nose-knows/fdccf686c5d017094fa76e805b2b05d6 to your computer and use it in GitHub Desktop.
REM If you need to manually replace the ESC special character, make sure Num Pad is enabled, then Left-Alt + numpad0 + numpad2 + numpad7
for /L %%I IN (1,1,3) DO (
echo Black
echo Red
echo Green
echo Yellow
echo Blue
echo Magenta
echo Cyan
echo White
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment