Skip to content

Instantly share code, notes, and snippets.

@LFriede
Created June 27, 2020 11:00
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 LFriede/0b317fffaaae8c4998df7136a51444dd to your computer and use it in GitHub Desktop.
Save LFriede/0b317fffaaae8c4998df7136a51444dd to your computer and use it in GitHub Desktop.
This batch file registers the .nfo file extension to display nfo files in console with codepage 437.
ftype nfo=cmd.exe /K "mode con codepage select=437 > nul & copy "%%1" con > nul"
assoc .nfo=nfo
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment