June 12, 200719 yr Hi all,I wanna to know HOW i can program in send to menu?Don't be harry telling me it is easy just make a ShortCut to the program you wanna and place the .lnk there.I'm don't wanna that.What i'm looking for IS how to add the program in the same way that Microsoft use to Add :Compressed (zipped) FolderDesktop (create shortcut)Mail RecipientMy DocumentsJust go to send to folder and R-Click on them you will not find them .lnk for example The Mail Recipient is Mail Recipient.MAPIMailSo How i can do this Action? Edited June 12, 200719 yr by xtremee
June 14, 200719 yr Sure you use a .inf file just like ms does.using profileitems section you have the entry like so:[Reg2Inf]Name = Reg2Inf,0x00000001CmdLine = 11,,Reg2InfHandler.cmdSubDir = %SENDTO%IconPath = 10,,regedit.exeWorkingDir = 11with the string:[strings]sendto "..\..\SendTo"Or you could just do it the easy way and use the method you mentioned...
June 17, 200719 yr Author 1st thanks for your help and that what i'm actually looking forThis is the .inf file that i made but it don't add anything to send to !!HOW i can use this code in a correct way?[Version]Signature="$CHICAGO$"SetupClass=BASE[Reg2Inf]Name = Reg2Inf,0x00000001CmdLine = 11,,Reg2InfHandler.cmdSubDir = %SENDTO%IconPath = 10,,regedit.exeWorkingDir = 11with the string:[strings]sendto "..\..\SendTo"Thanks in advance
June 17, 200719 yr You missed a the basic default install section.This will do it on a right click install...[Version]Signature=$Windows NT$[Defaultinstall]OptionDesc = "Makes a Reg2inf short in the SendTo Menu"Tip = "Reg2inf Short"Modes = 0,1,2,3ProfileItems = Reg2inf[Reg2Inf]Name = Reg2Inf,0x00000001CmdLine = 11,,Reg2InfHandler.cmdSubDir = %SENDTO%IconPath = 10,,regedit.exeWorkingDir = 11[strings]sendto "..\..\SendTo"
June 17, 200719 yr Author Oopsthis file should add Reg2Inf to my Send to Menu right, When i click install i can't find any thing there i also check the folder and i can't find any thingWhat i miss ??
June 17, 200719 yr Make sure you have the IconPath and IconIndex (optional)The profileitem by default will use the first icon of the exe but this is a CMD. It will error because it does not know what icon to use so this is why it failsName =Reg2Inf,0x00000001CmdLine =11,,Reg2InfHandler.cmdSubDir =%SENDTO%IconPath =10,,regedit.exeWorkingDir=11 Edited June 17, 200719 yr by ricktendo64
June 17, 200719 yr Author i find %sendTo% in my Start Menu !!I don't know HOW?i just copy the code as it and paste it in file giving name Send.inf then R-Click and install
June 19, 200719 yr Yea you need the strings... Tell the INF what %SENDTO% means, add this[Strings]SENDTO="..\..\SendTo"Here is my addon: http://www.sokoolz.com/addons/r64/Ricks_Reg2Inf.40_AddOn.7z Edited June 19, 200719 yr by ricktendo64
June 19, 200719 yr I think this is a great question, BUT the title should be edited to reflect the question more appropriately, something like How to Add Custom Item to SendTo Menu... (and correct the misspelling in title).It will help with anyone searching for this. Edited June 19, 200719 yr by spacesurfer
July 16, 200719 yr Author Sorry,Can any one upload the Addon again coz i miss it when i format my windows drive
Create an account or sign in to comment