Closed jpaulm closed 3 years ago
I am closing this as I have decided to call my .bat file draw.bat, as I can't seem to use the name drawfbp.bat (!).
draw.bat is now on GitHub, and seems to work fine - see the instructions in Readme! I can't afford to spend any more time on the original problem, but, if anyone figures it out, I would still be interested!
I succeeded in associating my
drawfbp.bat
file with the file type.drw
, but it turned out that it was getting blocked by a GitHub-generated.bat
file of the same name inbuild\scripts
!The latter seems to be built by
build.gradle
, and it is actually close to what I would like, except that it references a folder called.../build/lib
and assumes it contains some jar files... This folder does exist but it doesn't contain these files! It also uses-classpath
, where I would prefer it to use-jar
(as the.jar
file is a "fat" one). I assume there is a template somewhere for this.bat
file, but I don't know where to look.Help would be appreciated! The generated .bat file can be seen in https://github.com/jpaulm/drawfbp/blob/master/build/scripts/drawfbp.bat . Thanks in advance!