January 9, 2012

Set default program for opening files without an extension

:: If you leave out the %1 it will just open a blank notepad
ftype no_ext=notepad "%1"
assoc .=no_ext

Links

superuser.com/questions/13653/how-to-set-the-default-program-for-opening-files-without-an-extension-in-windows

No comments:

Post a Comment