Native Console commands

Hey, so I am on a script that works together with the console to optimize many functions. But many functions do need access to the native functions or “commands” you can use in the normal batch or cmd console too.
So I tried some things out and could already find out that you can change the window title of the batch with os.execute. But many functions do not work like for example “color [code]” or “exit” and many more does not work.

So just to know… Is there a other way to access them and if not will it be implemented?

thanks. :hamburger:

Really depends what you want to do, you can just use ^1, ^2 etc to use colors in console

You can also use this table to use any foreground/background colors https://github.com/shiena/ansicolor/blob/master/README.md

1 Like

I don’t mean text colors I mean the background of the console :slight_smile:

but thanks for the help anyway.
:hamburger:

See my edit

1 Like

Was that the only thing you needed?

for now yes, but there are still functions that would be nice to see like I said the exit command and more are not included / valid in the console of FiveM…
Hope to see them soon.