Is there an equivalent source command in Windows CMD to source the env file?
I’m currently using a Windows machine and have an environment variable file named .env. On macOS and Ubuntu, I use the command source .env in the terminal to load the variables, which works perfectly. However, this command doesn’t work in the Windows Command Prompt.
Is there an equivalent source command in Windows CMD to source the env file?
I’m currently using a Windows machine and have an environment variable file named .env. On macOS and Ubuntu, I use the command source .env in the terminal to load the variables, which works perfectly. However, this command doesn’t work in the Windows Command Prompt.
Is there an equivalent source command in Windows CMD to source the env file?
I’m currently using a Windows machine and have an environment variable file named .env. On macOS and Ubuntu, I use the command source .env in the terminal to load the variables, which works perfectly. However, this command doesn’t work in the Windows Command Prompt.