Add set & input cmds

SirNapkin1334 2018-04-19 15:42:26 -07:00
parent 20ecc367d1
commit c410aa2e46

@ -36,6 +36,8 @@ A short description of every command. Click on the command to go to a more detai
**set** command - allows you to create variables and edit `ERRORMSG` and `SUCCESSMSG` Syntax: `set <varname> <data>` Example: `set TESTPATH 0:/3ds/` **set** command - allows you to create variables and edit `ERRORMSG` and `SUCCESSMSG` Syntax: `set <varname> <data>` Example: `set TESTPATH 0:/3ds/`
**input** command - allows you to prompt the user to enter a string and store it in a variable. Syntax: `input <prompt> <varname>` Example: `input "Choose name for test dir?" DIRNAME` Note: the variable can be created beforehand with `set` to preset the initial value.
[more to come ofc] [more to come ofc]