Skip to content

Instantly share code, notes, and snippets.

@Minionguyjpro
Created February 17, 2023 17:59
Show Gist options
  • Save Minionguyjpro/efd9af9be17ee70fcc76a2477a573ab9 to your computer and use it in GitHub Desktop.
Save Minionguyjpro/efd9af9be17ee70fcc76a2477a573ab9 to your computer and use it in GitHub Desktop.
Get the OS in Windows batch

You can get the OS with the following script:

@ECHO OFF
echo You are using %OS%!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment