travis sly Posted August 11, 2018 Posted August 11, 2018 OSbot won’t open after I click download and open it from the download menu. When I click open, nothing happens. When I try to right click and open with java or javaw nothing happens. Can someone help pls??
Dave Posted August 11, 2018 Posted August 11, 2018 (edited) Create a new text document, type this code into it and save it as Run.bat and change the file type to "all files" rather than "text document." After you do that just click the Run.bat file instead of osbot. But make sure both files are in the same folder. If you have any issues doing this let me know. cd C:/Users/%username% for /f "delims=" %%x in ('dir /s /od /b OSBot*.jar') do set recent=%%x java -jar "%recent%" echo %recent% pause Edited August 11, 2018 by Mickey Mouse