Execute commands from .bat file on Git Bash Terminal
问题 I am newbie to Git bash. Just out of curiosity trying to make a .bat file which contains commands(Dont know if Git Bash supports .bat file) What I want to achieve is simply drag and drop this .bat file to Git Bash terminal and commands in the file get executed(Is it possible?). My commands in .bat file cd "C:\Users\USER\abc\xyz" cd "C:\Users\USER\abc\xyz\pqr" export HOME="C:\Users\USER\some_directory" export HOME2="C:\Program Files\directoy" 回答1: What I want to achieve is simply drag and drop