View Single Post
Old 21st November 2006, 13:03   #13  |  Link
likeatim
Registered User
 
Join Date: May 2004
Posts: 10
Hi, I tried to add this to the right click menu in Windows XP, but I'm not a real talent in this...
I tried this, but to no avail:
Anyone point me in the right direction?
Code:
Windows Registry Editor Version 5.00 

[HKEY_CLASSES_ROOT\Directory\shell\Mpeg4Unpack] 
@="Mpeg4 Unpack" 

[HKEY_CLASSES_ROOT\Directory\shell\Mpeg4Unpack\command] 
@="e:\\_standalone\\video\\mpeg4modifier\\mmcl.exe --unpack \"%1"\"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell\Mpeg4Unpack] 
@="Mpeg4 Unpack" 

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell\Mpeg4Unpack\command] 
@="e:\\_standalone\\video\\mpeg4modifier\\mmcl.exe --unpack \"%1"\"

[HKEY_CLASSES_ROOT\Drive\shell\Mpeg4Unpack] 
@="Mpeg4 Unpack" 

[HKEY_CLASSES_ROOT\Drive\shell\Mpeg4Unpack\command] 
@="e:\\_standalone\\video\\mpeg4modifier\\mmcl.exe --unpack \"%1"\"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Drive\shell\Mpeg4Unpack] 
@="Mpeg4 Unpack" 

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Drive\shell\Mpeg4Unpack\command] 
@="e:\\_standalone\\video\\mpeg4modifier\\mmcl.exe --
unpack \"%1"\"
I have to more suggestions:
  1. Add an option to search through subfolders - is that possible?
  2. Add an option to delete the original file once it has been repaired...

likeatim is offline   Reply With Quote