I think there's a file like a config for the mysql cmd that pops up, where you can change and add text at the top. Does it exist? If not how can i change this? And what is the file
Thanks in advance.
I think there's a file like a config for the mysql cmd that pops up, where you can change and add text at the top. Does it exist? If not how can i change this? And what is the file
Thanks in advance.
"There is no such thing as a plea of innocence in my court. A plea of innocence is guilty of wasting my time. Guilty."
I'm not sure what you mean... I mean if I use xampp a batch file triggers the MySQL to start, or you can simple use the exe.
This is my batch file code (which you can edit to your will in your one for your xampp if you use it):
Code:@ECHO OFF & SETLOCAL PUSHD %~dp0 ECHO ------------------------------------------------- ECHO -- Starting MySQL ------------------------------- ECHO -- Username: root ------------------------------- ECHO -- Password: (there is no password) ------------- ECHO -- Kronos Databases pre-installed --------------- ECHO ------------------------------------------------- xampp_cli.exe start mysql POPD PAUSE
In the actual cmd there is text, telling you what's happening etc. At the top of it I want it to say something like "Thank you for running Luther's repack"
"There is no such thing as a plea of innocence in my court. A plea of innocence is guilty of wasting my time. Guilty."
Aye, but if your referring to xammp that's what happens.
This is what that batch file does: