There are two components:
(1) The Left command on the button is:
AltPress = alt
(AltPress = 1 if Alt key is down; 0 if not)
DropTarget = "e:\"
(DropTarget is the target drive or folder, so I can use a single script for all)
.DropClick
(Starts the script to handle the click or drag-and-drop; the equal sign is important because it sets flag x9 to the name of whatever file is being dropped or to "" if it's just a click; see Help under "Command Scripts"
(2) The DropClick.powerpro script used for all the buttons is:
|