.bashrc analog for windows 10
I am new to ros for windows and for using turtlebot3 I need to set environment the variable
set TURTLEBOT3_MODEL=waffle
every time in ubuntu, we use to add
export TURTLEBOT3_MODEL=waffle
in .bashrc file so we don't need to perform it every time how can I perform this in windows
Add the command in the .bat file that starts the terminal script.