Need help creating advanced context menu command in Windows 7 (x64)

Posted by Craig on Super User See other posts from Super User or by Craig
Published on 2012-06-28T02:49:23Z Indexed on 2012/06/28 3:18 UTC
Read the original article Hit count: 492

I found out about ForceBindIP and I really love it, so much that I am using it regularly enough to where spamming the same command prompt over and over again is getting painful.

Here's ForceBindIP and what it does: http://www.r1ch.net/stuff/forcebindip/

I'm on a 64-bit of Windows 7 Home Premium. What I want to do is add a right-click context menu item so that when I browse items in Windows Explorer, or on my desktop, I can automate a ForceBindIP command (through the prompt).

I am permanently connected to two networks: one over ethernet, and one over wireless. My ethernet network takes priority. What I want to do is add a "Run through wireless network" context menu item, that will send the item through this command:

ForceBindIP {5F657824-9E3B-46E5-C21E-F52585R6457E} "[path to right-clicked file here]"

It will need to run that command in C:\Windows\SysWOW64.

I've no experience at all playing with the Windows registry or writing batch files, anything of that sort. I was wondering if anyone here would be kind enough to assist me?

© Super User or respective owner

Related posts about windows-7

Related posts about networking