-
Notifications
You must be signed in to change notification settings - Fork 284
Description
On line 37 keyboard should not print app, it should print cmd (or at least that is what it looks like it needs to be, the portions that need to be filled in by the user are not clearly identified in this code which is extremely confusing, especially to someone who may not be very good with code).
Also, line 76 through 84 should be a lot more clear on what should be filled in by the user. (eg line 79: "for /f "tokens=1,2,3*" %%i in ('netsh int show interface') do ("); should not be in the code itself, but the most common one should be put in and then comments on the side should be added for what to do in different situations (unless this is part of the code and I am being very dumb).
The main idea here is that the code should be much more simple to fill in the information that is needed by the user, similar to how Teensyterpreter does it (in a strange way albeit). This code uses almost half the lines and I really want it to be the best it can be (or again, I am just being dumb and thinking about the coding from a different way which I really hope I am not because that would be embarassing).