Skip to content

Instantly share code, notes, and snippets.

@aimfireready
Last active May 4, 2023 19:21
Show Gist options
  • Select an option

  • Save aimfireready/765ec65812beb9cedad50cfd97abc6ae to your computer and use it in GitHub Desktop.

Select an option

Save aimfireready/765ec65812beb9cedad50cfd97abc6ae to your computer and use it in GitHub Desktop.
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: Title: ni.bat
::::::::::::::::::::::
:: Desc.: curl Ninite and run the program installer
:: Usage: ni.bat [program]
:: Source: https://gist.github.com/aimfireready/765ec65812beb9cedad50cfd97abc6ae
::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
curl -o "%1.exe" https://ninite.com/%1/ninite.exe && call %1.exe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment