Search found 3 matches
- 10 Dec 2011 11:56
- Forum: DOS Batch Forum
- Topic: Help with context menu
- Replies: 6
- Views: 8346
Re: Help with context menu
It requires a context menu handler, which is a C++ programmed DLL. I've looked into it extensively myself, it only confused the heck out of me why it's so complex. It's beyond my capability. There's only 3 things you can do currently: 1. Keep it as-is, the 6 menu items (non-cascade). 2. Put shortcu...
- 10 Dec 2011 10:56
- Forum: DOS Batch Forum
- Topic: Help with context menu
- Replies: 6
- Views: 8346
Re: Help with context menu
Thx mate.
I have searched a lot of info. And i was able to add 6 entries to context menu and they work. But what i want is something like winrar context menu (a cascade with my 6 scripts).
I have searched a lot of info. And i was able to add 6 entries to context menu and they work. But what i want is something like winrar context menu (a cascade with my 6 scripts).
- 10 Dec 2011 10:33
- Forum: DOS Batch Forum
- Topic: Help with context menu
- Replies: 6
- Views: 8346
Help with context menu
Hi. I have developed about 6 scripts in batch. They already work and what i want is create a cascade menu like winrar in context menu to execute them in that way (right click mouse). I was able to add 6 context entries one for each script but i'd like to integrate all of them in a cascade context me...