warbler / SharpMonoInjector

A tool for injecting assemblies into Mono embedded applications, commonly Unity Engine based games
MIT License
310 stars 108 forks source link

help please #17

Open sacrificeXD123 opened 4 years ago

sacrificeXD123 commented 4 years ago

everytime i try to run an command i get this 'smi.exe' is not recognized as an internal or external command, operable program or batch file. and this i swhat i typed in C:\Users\ninok>smi.exe inject -p unturned -a HInj.dll -n HInj -c Loader -m Load

ghost commented 4 years ago
C:\Users\ninok>smi.exe

This means that smi.exe should be located in C:\Users\ninok or you've added the directory where it is located to the PATH. If it's neither, you can:

A quick Google search for "is not recognized as an internal or external command" would provide several solutions to this problem. Also "help please" is not very informative title :)