|
Answer» I have been getting a LOT of java and .BAT errors recently for files that are in their proper locations.
I dont know what caused this, but I recently had (and still have, to an extent) some malware problems. If it is relevent to the issue, the errors I have been getting are 'java' is not recognized as an internal or external command. -fixed by adding the path 'find' is not recognized as an internal or external command. -fixed by adding the path
The system cannot find the batch label specified - binaryfind The filename, directory name, or volume label syntax is incorrect. -not fixed.
My current error is in a .bat file where I have an almost identical version which runs normally. Do you need to see the code to explain what is going on here? Actually I just reran the original file and it is also broken now. I have to assume that binaryfind is missing or used improperly.
It wasnt being called because the script only called it after it had already been completed once. I CHANGED the settings to show that I hadnt run it before and the problem was RESOLVED.
|