Best of Windows — April 2024
- 1
- 2
- 3
- 4
Hacker News·2y
Why Does Windows Really Use Backslash as Path Separator?
Windows uses backslash as a path separator because DOS and OS/2 used it. IBM nixed the idea of using forward slash due to incompatibility with DOS 1.x. Microsoft used forward slash as a switch character before the 8086 even existed, likely influenced by DEC's TOPS-10 operating system.
- 5
- 6
Lobsters·2yPowerShell: the object-oriented shell you didn’t know you needed
Learn about PowerShell, an object-oriented shell and scripting language from Microsoft that is powerful, versatile, and has unique features compared to standard Unix shells. Topics covered include differences between Windows PowerShell and PowerShell Core, working with files and directories, finding duplicates, using .NET classes and COM objects, launching Internet Explorer, and customizing the PowerShell prompt.
- 7