Browse by Tags

"Slashes" in Vista/Windows Server 2008
Published 21 June 8 10:16 PM | Charlie Russel
OK, I knew that I could use "/" in PowerShell just about anywhere that Windows CMD wanted "\" - PowerShell is smart enough to figure out what I mean in almost every case. So: PSH> cd c:/temp works exactly the same as: PSH> cd...