Skip to content

Instantly share code, notes, and snippets.

@clr2of8
Last active April 19, 2020 01:42
Show Gist options
  • Save clr2of8/7573d986a078c9742025c0f139351222 to your computer and use it in GitHub Desktop.
Save clr2of8/7573d986a078c9742025c0f139351222 to your computer and use it in GitHub Desktop.
REM Path Normalization (spaces and single trailing periods are removed, forward slashes changed to backslashes)
c:\Windows.\System32.\notepad.exe
"c:\Windows\System32 \notepad.exe"
c:/Windows/System32\notepad.exe
//.\c:\Windows/System32/notepad.exe
"c:\Windows.\System32. . ./notepad.exe"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment