@echo off echo pwd = %CD% rem assoc .pdf=pdf rem ftype pdf=%CD%\viewers\Adobe Reader v9.0 Lite ENG - (Portable) - Mr1000.exe "%%1" rem assoc .doc=doc rem ftype doc=%CD%\viewers\Portable Office 2007 - By Team Ice Cold\WINWORD.EXE "%%1" rem assoc .xls=xls rem ftype xls=%CD%\viewers\Portable Office 2007 - By Team Ice Cold\EXCEL.EXE "%%1" rem assoc .ppt=ppt rem ftype ppt=%CD%\viewers\Portable Office 2007 - By Team Ice Cold\POWERPNT.EXE "%%1" rem assoc .doc=docx rem ftype docx=%CD%\viewers\Portable Office 2007 - By Team Ice Cold\WINWORD.EXE "%%1" rem assoc .xls=xlsx rem ftype xlsx=%CD%\viewers\Portable Office 2007 - By Team Ice Cold\EXCEL.EXE "%%1" rem assoc .ppt=pptx rem ftype pptx=%CD%\viewers\Portable Office 2007 - By Team Ice Cold\POWERPNT.EXE "%%1" assoc .zip=zip ftype zip=%CD%\media\7zip\7zFM.exe "%%1" assoc .psd=psd ftype psd=%CD%\viewers\Adobe.Photoshop.CS5.Portable\Photoshop.exe "%%1" assoc .mp3=mp3 ftype mp3=%CD%\media\VLCPortable\VLCPortable.exe "%%1" assoc .m3u=m3u ftype m3u=%CD%\media\VLCPortable\VLCPortable.exe "%%1" assoc .flv=flv ftype flv=%CD%\media\VLCPortable\VLCPortable.exe "%%1" assoc .m4v=m4v ftype m4v=%CD%\media\VLCPortable\VLCPortable.exe "%%1" assoc .wmv=wmv ftype wmv=%CD%\media\VLCPortable\VLCPortable.exe "%%1" assoc .iso=iso ftype iso=%CD%\media\VLCPortable\VLCPortable.exe "%%1" assoc .rar=rar ftype rar=%CD%\media\winrar\WinRAR.exe "%%1" assoc .jpg=jpg ftype jpg=%CD%\viewers\i_view32.exe "%%1" assoc .png=png ftype png=%CD%\viewers\i_view32.exe "%%1" assoc .gif=gif ftype gif=%CD%\viewers\i_view32.exe "%%1" assoc .bmp=bmp ftype bmp=%CD%\viewers\i_view32.exe "%%1" assoc .nfo=nfo ftype nfo=c:\windows\notepad.exe "%%1"