Skip to content

Instantly share code, notes, and snippets.

@clr2of8
Last active April 19, 2020 01:45
Show Gist options
  • Save clr2of8/ce14558395d33639460eaa5e6be3c373 to your computer and use it in GitHub Desktop.
Save clr2of8/ce14558395d33639460eaa5e6be3c373 to your computer and use it in GitHub Desktop.
REM Fully Qualified DOS Paths (begins with a drive letter, a volume separator, and a component separator)
c:\Windows\System32\notepad.exe
REM Environment Variables
%SystemRoot%\System32\notepad.exe
%HomeDrive%Windows\System32\notepad.exe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment