Built a custom CMD that loads commands at runtime using dynamic linking4 points·by nextma·há 2 meses·2 commentsIn my second semester, I built this CMD out of curiosity about how a CMD can add new commands without recompiling. I used the OS’s dynamic linking mechanism to load new commands at runtime without recompiling the code.Note: windows onlyURL: https://github.com/sahilPadmani/Custom_CMD3 commentsPost comment[–]shrianshag·há 2 mesesreplyBeyond curiosity, do you see practical use cases for this dynamic command-loading pattern?[–]nextma·há 2 mesesreplyfor me it is for knowledge.[+]shrianshag·há 2 meses
Note: windows only
URL: https://github.com/sahilPadmani/Custom_CMD