User since: |
May 10, 2000 at 19:38 UTC
(23 years ago) |
Last here: |
Jul 26, 2001 at 19:27 UTC
(22 years ago) |
Experience: |
253
|
Level: | Scribe (6) |
Writeups: |
55
|
Location: | n/a |
User's localtime: |
Oct 02, 2023 at 16:41 -04
|
Scratchpad: |
None.
|
For this user: | Search nodes |
|
<Img src = "http://bombshelter.ca/pictures/pics/alexpub.jpg">
work at programming
do it in perl
enjoy it lots
============ my new Haiku =================
i am tracking bugs,
they are so small. why don't you
just live with it, hunh?
============================================
Some stuff for Buckaroo Buddha :
REGEDIT4
[HKEY_CLASSES_ROOT\.XXXX]
@="XXXXfile"
[HKEY_CLASSES_ROOT\XXXXfile\shell\edit]
@="& ... Caption ..."
[HKEY_CLASSES_ROOT\XXXXfile\shell\edit\command]
@="... command ... %1"
You'll have to change the XXXX stuff to something meaningfull, .XXXX should be the file extension you want the context
menu on, and Caption and Command should be obvious. Save the whole thing into a file with the extension .reg,
double-click it and the context menu should show up.
|