Hi all,
I want to write a script where at the selected file, i want to automate using 'right mouse click and select a program shortcut in context menu'
to open context menu:
WshShell.SendKeys("+{F10}");
How bout to select the option in context menu?
Any reference are really helpfull. thank you.