Instructions:
Type HELP for a list of commands. To make commands, use this format:NAME: COMMAND NAME -- CODE: VALID SMILEBASIC CODE GOES HERE CAN BE MULTIPLE LINES -- PARAMETERS: A LIST OF PARAMETERS SEPARATED BY SPACES. YOU CAN WRITE "NONE" IF YOUR COMMAND HAS NO ARGUMENTS. -- DESCRIPTION: A DESCRIPTION OF YOUR COMMAND TO BE ADDED TO THE HELP RESULTS CAN BE MULTIPLE LINESI included a function PARAM$(index) that returns the specified parameter (separated by spaces, so try not to make commands with spaces). PARAM$(1) returns the first parameter, PARAM$(2) returns the second parameter, etc..., and PARAM$(0) returns the command itself. I included a sample command, FIND, in the project. You can install it by opening up CMD and inputting "CD CMD" followed by "INSTALL FIND"