Skip to content

Instantly share code, notes, and snippets.

@hail2u
Created April 22, 2009 22:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hail2u/100139 to your computer and use it in GitHub Desktop.
Save hail2u/100139 to your computer and use it in GitHub Desktop.
@echo off
pushd %TEMP%
for /f "delims=" %%i in ('dir /b /od') do set x=%%i
"notepad.exe" %x%
exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment