Subject: Edit in Notepad or Edit in UltraEdit32 Open & Past Selected Text in one Go
How to Open Selected Text from Opera9.5 into Notepad or UltraEdit32
How to Open Selected Text from Internet Explorer into Notepad or UltraEdit32
Add selected text in UltraEdit32
1) Create a file with the name
OperaUltra.vbs
2) Copy this code into it!
3) Then place the file into this Dir: C:\WINDOWS\OpenUltra.vbs
4) Create menu item in Opera(with Icon):
[Hotclick Popup Menu]
Item, MI_IDM_DOCCOPY = Copy
Item, M_COPY_TO_NOTE = Copy to note
--------------------1
Add selected text in Notepad
1) Create a file with the name
OperaNP.vbs
2) Copy this code into it!
3) Then place the file into this Dir: C:\WINDOWS\OpenNP.vbs
4) Create menu item in Opera (with Icon):
[Hotclick Popup Menu]
Item, MI_IDM_DOCCOPY = Copy
Item, M_COPY_TO_NOTE = Copy to note
--------------------1
Go Here for full instruction if you like to make menu item for IE6
http://www.vistax64.com/tutorials/160502-how-open-selected…
How to Open Selected Text from Internet Explorer into Notepad or UltraEdit32
Add selected text in UltraEdit32
1) Create a file with the name
OperaUltra.vbs
2) Copy this code into it!
Set WshShell = CreateObject("WScript.Shell")
WshShell.Run """C:\PROGRAM FILES\UltraEdit-32\uedit32.exe""", 1
WScript.Sleep 3000
WshShell.SendKeys "^v"
Set WshShell = Nothing
3) Then place the file into this Dir: C:\WINDOWS\OpenUltra.vbs
4) Create menu item in Opera(with Icon):
[Hotclick Popup Menu]
Item, MI_IDM_DOCCOPY = Copy
Item, M_COPY_TO_NOTE = Copy to note
Platform Win2000-Unix-Mac-QNX, Feature Voice, Item, M_HOTCLICK_MENU_ITEM_SPEAK = Speak selectionItem, "Edit in Ultra" = Copy,,,,"Ultra" & Execute Program , "C:\WINDOWS\OpenUltra.vbs"
--------------------1
Add selected text in Notepad
1) Create a file with the name
OperaNP.vbs
2) Copy this code into it!
Set WshShell = CreateObject("WScript.Shell")
WshShell.Run "%Windir%\notepad.exe", 1
WScript.Sleep 1000
WshShell.SendKeys "^v"
Set WshShell = Nothing
3) Then place the file into this Dir: C:\WINDOWS\OpenNP.vbs
4) Create menu item in Opera (with Icon):
[Hotclick Popup Menu]
Item, MI_IDM_DOCCOPY = Copy
Item, M_COPY_TO_NOTE = Copy to note
Platform Win2000-Unix-Mac-QNX, Feature Voice, Item, M_HOTCLICK_MENU_ITEM_SPEAK = Speak selectionItem, "Edit in Notepad" = Copy,,,,"notepad" & Execute program , "C:\WINDOWS\OpenNP.vbs"
--------------------1
Go Here for full instruction if you like to make menu item for IE6
http://www.vistax64.com/tutorials/160502-how-open-selected…
Mario O
Link to this post![http://mario.110mb.com/download/images/Snap1.png [Image: http://mario.110mb.com/download/images/Snap1.png]](http://mario.110mb.com/download/images/Snap1.png)