Jump to content

OSbot won’t open


Recommended Posts

Posted (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 by Mickey Mouse

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...