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.