I'm making a toolset, made entirely with batch files, added to PATH for everyday use. the problem is, i need a way to somehow look for a update when the computer starts, cloning the repo with the last version. the path for the app is C:\Program Files (x86)\EnhancedCMD
and also, the content of the folder is a bunch of .bat files.
i tried to create a batch file with
cd C:\Program Files (x86)\
git clone https://github.com/ItsDoomOne/EnhancedCMD
and saved in the startup folder. it cant overwrite the folder. help pls