; ; Send To Extensions CORRIGEE par Snoopy 05/99 ; CORRECTED by SNoopy ; ; Microsoft Windows 95 PowerToys ( Patched for Windows 98 ) ; ; Copyright 1995-1996 Microsoft Corporation ; ; * Send To... Any Folder ; ; Send a file or files to Any Folder, and you will be shown ; a dialog box that lets you choose where the files should ; be copied or moved. ; ; * Send To... Clipboard as Name ; ; Send a file or files to the Clipboard as Name, and the names ; of the files are placed on the clipboard. ; ; * Send To... Clipboard as Contents ; ; Send a file to the Clipboard as Contents, and the contents ; of the file are placed on the clipboard. ; ; * Send To... Command Line ; ; Send a file to the Command Line, and the "Run" dialog appears, ; with name of the file already typed in for you. ; ; ; Tips and tricks: ; ; * To add/remove selected extensions, double-click "Send To ; Extensions PowerToy" in Control Panel: Add/Remove Programs. ; ; * To change the name of an item in your Send To menu, click ; the Start button, select "Run", then type "sendto". This ; will open a folder view on your Send To menu, at which point ; you can create, rename or remove items. ; ; * When the Send To menu is open, if you hold down the Control ; key while you click on the extension you want to send the ; file to, the behavior will change slightly. ; ; * Send To... Any Folder will copy the files with their ; short names. (Normally, it copies the long names.) ; ; * Send To... Clipboard as Name will copy the short file ; names to the clipboard. (Normally, it copies the long ; file name.) ; ; * Send To... Clipboard as Contents will display a dialog ; box allowing you to override its choice of file content ; type. Note that if you pick a type that does not match ; the actual type of the file, the data won't quite appear ; the way you intended, if it appears at all. ; ; * Send To... Command Line will put the short file name ; on the command line. (Normally, it puts the long file ; name on the command line.) ; ; ; Limitations: ; ; * Send To... Clipboard as Contents ; ; If the file does not contain a recognized format, the ; clipboard won't contain anything terribly interesting. ; ; You cannot send folders or multiple files to the clipboard ; as contents. ; ; * Send To... Command Line ; ; You cannot send multiple items to the command line. ; ; To add more than one item to the command line, you can ; drag them onto the "Run" dialog box, and they will be ; added. [Version] signature = $CHICAGO$ SetupClass=BASE [DefaultInstall] CopyFiles = SendToX.Copy.Sys AddReg = SendToX.Reg, SendToX.Uninst.Reg, Power.Reg Ini2Reg = SendToX.Add.Ini2Reg DelReg = Power.DelReg [SendToXInstall] CopyFiles = SendToX.Copy.Sys AddReg = SendToX.Reg, SendToX.Uninst.Reg, Power.Reg DelReg = Power.DelReg Ini2Reg = SendToX.Add.Ini2Reg [SendToXPatch] AddReg = Power.Reg DelReg = Power.DelReg DelFiles = Power.Del [DefaultUninstall] DelFiles = SendToX.Copy.Sys, Power.Del DelReg = SendToX.Uninst.Reg, Power.DelReg AddReg = Power.Reg [SendToX.Copy.Sys] SENDTOX.DLL SENDTOX.INF [Power.Del] MAILRE~1.CMC MAILRE~1.MAP INTERN~1.INT [SendToX.Add.Ini2Reg] win.ini,Desktop,Wallpaper,HKLM,%BK%,2 win.ini,Desktop,TileWallpaper,HKLM,%BK%,2 [SendToX.Reg] HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce\Setup,%ISTX%,,"RUNDLL32.EXE %11%\ShellExt\SENDTOX.DLL,Install %11%\ShellExt\SENDTOX.INF" ; HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce\setup,"Conf Send to X",0,"RUNDLL32.EXE %11%\ShellExt\SENDTOX.DLL,Configure %11%\ShellExt\SENDTOX.INF" HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce\setup,"Patch Send to X...",0,"RunDll32.exe advpack.dll,LaunchINFSection %11%\ShellExt\SENDTOX.INF, SendToXPatch" [SendToX.Uninst.Reg] HKLM,%UKEY%,,, HKLM,%UKEY%,"DisplayName",,"%UNINSTAL_NAME%" HKLM,%UKEY%,"UninstallString",,"rundll32.exe %11%\%SubDir%\SENDTOX.DLL,Configure %11%\%SubDir%\SendToX.inf" [Power.DelReg] HKCR,".CMCSend" HKCR,".InternetMailSend" HKCR,".MAPISend" HKCR,"CLSID\{7BB70123-6C78-11CF-BFC7-444553540000}" [Power.Reg] HKCR,"CLSID\{9E56BE60-C50F-11CF-9A2C-00A0C90A90CE}",,,"" HKCR,"CLSID\{9E56BE60-C50F-11CF-9A2C-00A0C90A90CE}","NeverShowExt",,"" HKCR,"CLSID\{9E56BE60-C50F-11CF-9A2C-00A0C90A90CE}\InProcServer32",,,%11%"\SENDMAIL.DLL" HKCR,"CLSID\{9E56BE60-C50F-11CF-9A2C-00A0C90A90CE}\InProcServer32","ThreadingModel",,"Apartment" HKCR,"CLSID\{9E56BE60-C50F-11CF-9A2C-00A0C90A90CE}\shellex" HKCR,"CLSID\{9E56BE60-C50F-11CF-9A2C-00A0C90A90CE}\shellex\DropHandler",,,"{9E56BE60-C50F-11CF-9A2C-00A0C90A90CE}" HKCR,"CLSID\{9E56BE60-C50F-11CF-9A2C-00A0C90A90CE}\DefaultIcon",,,%11%"\SENDMAIL.DLL,-2001" HKCR,"CLSID\{9E56BE61-C50F-11CF-9A2C-00A0C90A90CE}",,,"" HKCR,"CLSID\{9E56BE61-C50F-11CF-9A2C-00A0C90A90CE}","NeverShowExt",,"" HKCR,"CLSID\{9E56BE61-C50F-11CF-9A2C-00A0C90A90CE}\InProcServer32",,,%11%"\SENDMAIL.DLL" HKCR,"CLSID\{9E56BE61-C50F-11CF-9A2C-00A0C90A90CE}\InProcServer32","ThreadingModel",,"Apartment" HKCR,"CLSID\{9E56BE61-C50F-11CF-9A2C-00A0C90A90CE}\DefaultIcon",,,%10%"\explorer.exe,3" HKCR,"CLSID\{9E56BE61-C50F-11CF-9A2C-00A0C90A90CE}\shellex\DropHandler",,,"{9E56BE61-C50F-11CF-9A2C-00A0C90A90CE}" [DestinationDirs] SendToX.Copy.Sys=11,%SubDir% Power.Del = 10 , SendTo [SourceDisksNames] 55=%DISK_NAME%,"",1 [SourceDisksFiles] SENDTOX.DLL=55 SENDTOX.INF=55 [Strings] DISK_NAME="Send To... Extensions" UNINSTAL_NAME="Send To Extensions PowerToy" SubDir = "ShellExt" ISTX="Send To... Extensions" UKEY="Software\Microsoft\Windows\CurrentVersion\Uninstall\SendToX.PowerToy" BK="Software\Microsoft\Windows\CurrentVersion\Setup"