One thing I always add to scripts like these, is a line right after the 'set's that you are calling first, to ensure they always run on the directory where the script is located. It is kind of a "security" principle for me, so I can create a bin folder at my projject and add them there, and I can even run the script at my home folder, since they will always be the same. Nice video, thanks!
That does come in handy for scripts that depend on certain relative paths existing that might not be on your system path, such as project related files in your case.
Interesting tool. Thanks.
Thank you!
One thing I always add to scripts like these, is a line right after the 'set's that you are calling first, to ensure they always run on the directory where the script is located. It is kind of a "security" principle for me, so I can create a bin folder at my projject and add them there, and I can even run the script at my home folder, since they will always be the same. Nice video, thanks!
That does come in handy for scripts that depend on certain relative paths existing that might not be on your system path, such as project related files in your case.