Create a batch file with one line of code as follows:
start "" "complete path to compiled ubot exe file" /auto
The finished bat file will look something like this:
start "" "C:\MyUBot.exe" /auto
You can create the file in notepad, then save it with a .bat extension. Then run the batch file and it will run your bot.