Open dasu88 opened 7 years ago
Map network drive
Type
Exec
Options
Rundll32.exe shell32.dll,SHHelpShortcuts_RunDLL Connect
Disconnect network drive
Type
JScript
Options
var hMenu = api.CreatePopupMenu();
var ContextMenu = api.ContextMenu(ssfDRIVES);
ContextMenu.QueryContextMenu(hMenu, 0, 1, 0x7FFF, CMF_DEFAULTONLY);
ContextMenu.InvokeCommand(0, te.hwnd, "disconnectNetworkDrive", null, null, SW_SHOWNORMAL, 0, 0);
api.DestroyMenu(hMenu);
Thank you very much...
How do I get "Map network drive" and "Disconnect network drive" in the tablacus explorer?