Thanks again for the reply.
Ok, I started over.
So I went to the website and copied what you had in the script window for Execute FileBot (PackageFinished) and the went into JDownloader2 and created the event script.
Am I supposed to download this instead of copying the code and if so where do I store it so JDownloader2 can find it?
I changed only
var script = JD_HOME + '/jdownloader-postprocess.sh' to
var script = ['C:\\Windows\\System32\\cmd.exe', '-c', 'C:\\jdownloader-postprocess.cmd']
I then went on to do the same with the other script I went to the website and copied what you had in the script window for Execute FileBot (ArchiveExtracted) and the went into JDownloader2 and created the event script.
Am I supposed to download this instead of copying the code and if so where do I store it so JDownloader2 can find it?
I changed only
var script = JD_HOME + '/jdownloader-postprocess.sh' to
var script = ['C:\\Windows\\System32\\cmd.exe', '-c', 'C:\\jdownloader-postprocess.cmd']
I then downloaded the jdownloader-postprocess.cmd from the website.
In that file I only changed
set CONFIG_OUTPUT=%USERPROFILE%/Media to
set CONFIG_OUTPUT="F:\Media"
**** Question : Is this supposed to point to where my files I want processed are or where I want them to goto? ********
So after all of that I ran a Test Run in the Scripter in JDownloader2 and it came back with errors still.
The first picture is what I did in JDownloader2 including what my script looks like. I noticed it highlights somethings are they errors?
https://drive.google.com/file/d/1P98dvB ... sp=sharing
The next picture is what JDownloader gives me as my error and it seems like it is the same as before.
https://drive.google.com/file/d/1BFGiEP ... sp=sharing
I do want to get more advance with this later and I have been reading up on Filebot and AMC but I just want the basic for now.
Anymore thoughts, and again this is my first time trying this and using java to do it so I really do apologize for my ignorance.