Skip to content

Batch script to setup environmental variables for Visual Studio compiler regardless of version without having to use the infamous Developer Console

License

Notifications You must be signed in to change notification settings

desvandev/faster-vcvars

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

faster-vcvars

Batch script to setup environmental variables for Visual Studio compiler regardless of version1 without having to use the infamous Developer Console

Disclaimer: This script can be rewritten to be 0.05ms faster ⚡. It has some unnecesary variable declarations to be more noob friendly.

Usage

::Inside cmd.exe
> faster-vcvars.bat 64

Change 64 to 32 if you need to compile to x86

Example usage in VS Code

In tasks.json

alt text

Notes

1. Until 2030

PS: Batch script is fun, you should try it! 🤙

About

Batch script to setup environmental variables for Visual Studio compiler regardless of version without having to use the infamous Developer Console

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published