Post by unknownPost by Paul RandallI use the free evaluation (no time limit) version of VBSEdit, from
http://www.vbsedit.com/, The evaluation version has only one nag
message, at startup.
which you can remove easily using VBScript (Run program + Send ESC Key).
Thanks, Ayush
Great idea, but I typically start the editor by right clicking a .vbs file.
The context menu was changed for .vbs files by the installation of VBSEdit.
In includes a 'Edit with VbsEdit' menu item.
I don't quite understand the registry entryies for it.
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\VBSFile\Shell\Edit with VbsEdit]
[HKEY_CLASSES_ROOT\VBSFile\Shell\Edit with VbsEdit\command]
@="\"C:\\Program Files\\Vbsedit\\vbsedt33.exe\" \"%1\""
"command"=hex(7):4c,00,24,00,75,00,53,00,69,00,5d,00,65,00,45,00,49,00,39,00,\
4b,00,5e,00,2a,00,38,00,24,00,56,00,58,00,67,00,30,00,2c,00,56,00,62,00,73,\
00,65,00,64,00,74,00,33,00,33,00,3c,00,20,00,22,00,25,00,31,00,22,00,00,00,\
00,00
What should I change in order to send the escape key when I choose 'Edit
with VbsEdit' ?
-Paul Randall