Live data from Hacker News

Built a custom CMD that loads commands at runtime using dynamic linking

news.ycombinator.com

1–4 of 4 posts

Built a custom CMD that loads commands at runtime using dynamic linking

#1
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 only

URL: https://github.com/sahilPadmani/Custom_CMD