1.

Solve : regedit shortcut?

Answer»

i want to access mysql via start menu so i did following



i added a string to registry like following




But when i click shortcut in startmenu it opens "C:\Documents and Settings\zode>" bu i want it opens C:\PROGRAM Files\xampp\mysql\bin

why did you do this?
Try changing:
Code: [SELECT]CMD /k "C:\Program Files\xampp\mysql\bin"to
Code: [Select]cmd /k "cd /d C:\Program Files\xampp\mysql\bin"Quote from: GuruGary on May 30, 2007, 09:57:03 PM

Try changing:
Code: [Select]cmd /k "C:\Program Files\xampp\mysql\bin"to
Code: [Select]cmd /k "cd /d C:\Program Files\xampp\mysql\bin"

it is ok thanx .....

U r perfect That is one cluttered context menu you've got there.You're welcome.

Quote from: CBMatt on May 31, 2007, 02:33:50 AM
That is one cluttered context menu you've got there.
And you do have a lot of items in your top level menu. You may want to look into the "QUICK Launch" bar or something that is better suited for a larger number of items.


Discussion

No Comment Found