here's how you fix it:
1. open up notepad
2. type this:
@echo off
title y
start javaw -jar "C:\Users\YourUsername\Location" %1
3. you can change the title to whatever, but make sure you put the location of your osbot file correctly in the third line and don't forget the "%1"
4. save this file as a ".bat"
5. open the batch file and it will work.
- I had same problem and this fixed it.