August 11, 20187 yr 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??
August 11, 20187 yr 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, 20187 yr by Mickey Mouse
Create an account or sign in to comment