4 lines
69 B
Batchfile
4 lines
69 B
Batchfile
@ECHO off
|
|
color f8
|
|
title TuxBOT / Windows
|
|
CMD /k python main.py
|