我已经研究了几天♫而且我仍然没有找到想要的东西♫问题是,当我插入sd卡并取出时,脚本会运行。关于如何使它仅在插入时运行的任何建议?
代码:
#Persistent
OnMessage(0x219, "notify_change")
notify_change(wParam, lParam, msg, hwnd)
{
send, <#{right}
sleep, 100
MouseClick, left, 726, 615
send, ^a
sleep, 100
send, ^c
sleep, 100
GroupAdd, ExplorerGroup,,ShellView
GroupActivate ExplorerGroup
send, ^v
return
}