Built a custom CMD that loads commands at runtime using dynamic linking4 ポイント·投稿者 nextma·2 か月前·2 コメントIn 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 コメントコメントを投稿[–]shrianshag·2 か月前返信Beyond curiosity, do you see practical use cases for this dynamic command-loading pattern?[–]nextma·2 か月前返信for me it is for knowledge.[+]shrianshag·2 か月前
Note: windows only
URL: https://github.com/sahilPadmani/Custom_CMD