Read Time45Seconds
Running a bot on Local
- Create a CBot Folder on Desktop
- Create Java Folder in CBot
Folder
- Download Java from https://jdk.java.net/12/
- Extract downloaded zip file in Java Folder(Path Should be same as below)

- Copy chromedriver.exe
& geckodriver.exe in CBot Folder
http://chromedriver.chromium.org/downloadshttps://github.com/mozilla/geckodriver/releases
Note: If Mozilla/Chrome isn’t installed then make sure you will install
- Copy your bot jar file to CBot
& required files (Meaning Input Excel files)
- Create a .bat file with below
content
cd “C:\Users\”Your_System_Name “\Desktop\CBot\Java\jdk-12.0.1\bin\”
cmd /k “java.exe -jar C:\Users\”Your_System_Name”\Desktop\CBot\Your_Jar_File.jar“
Note: Don’t forget to change “Your_System_Name” & “Your_Jar_File.jar” else bot will not run.

8. Finally
this how your folder will look