Using TextPad.BAT in the SendTo Menu...
Posted: Wed Jun 27, 2012 11:12 pm
The original TextPad.bat is:
START "" .\TextPad.exe -f config -k license
simply edit TextPad.bat so it will look like this:
start D:\Appz\Text_Pad\TextPad.exe -f config -k license %1
there are 2 changes needed:
1.) adding YOUR COMPLETE PATH to TextPad.exe and
2.) adding the %1 at the end of the command
SAMPLE:
start D:\Text_Pad\TextPad.exe -f config -k license %1
once you have edited and saved the file you can then place the file or a shortcut to the file in your SendTo folder.
TESTED and works.
BTW: You CAN pin a batch file to the taskbar.
Interested -- drop me a PM.
START "" .\TextPad.exe -f config -k license
simply edit TextPad.bat so it will look like this:
start D:\Appz\Text_Pad\TextPad.exe -f config -k license %1
there are 2 changes needed:
1.) adding YOUR COMPLETE PATH to TextPad.exe and
2.) adding the %1 at the end of the command
SAMPLE:
start D:\Text_Pad\TextPad.exe -f config -k license %1
once you have edited and saved the file you can then place the file or a shortcut to the file in your SendTo folder.
TESTED and works.
BTW: You CAN pin a batch file to the taskbar.
Interested -- drop me a PM.