!!!THIS IS NOT DONE!!! Commands: cls _ Clears the screen ECHO - displays text on the screen PAUSE (with ">nul" inputs (I know this is storage based but it's going nowhere...)) EXIT - exits the program
Hello, this is just an early test for a batch script executer. I'm not going to add any storage systems because it takes a long time to do that stuff... There's not alot of compatible commands so far but I've got the messing around ones here :) You can not toggle ECHO because you can not access the termenal nor would you need to because there's no file system. Yes, I know you can use ">FILENAME" to input the command onto a file instead of the output (>nul hides it because you can't use nul objects) but I'm leaving the ">nul" input in for ONLY THE PAUSE COMMAND.