this post was submitted on 01 Feb 2025
1254 points (99.1% liked)
Programmer Humor
20269 readers
1219 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
DOS originally didn't even support directories but was using / for command line arguments. They didn't want to change the option character and break stuff so they went with \ as the directory separator.
DOS wasn't originally created by Microsoft. They bought the OS from computer shop in Seattle.
Thanks for the info, didn't know that (I did know they bought DOS)!
This is a great video about the launch of Windows 95, that covers the history of DOS at the beginning: https://youtu.be/0Ol8ZSE-PEk. Worth watching if you're interested in the history.