PDA

View Full Version : [script] queue | transfer and delete operation


bigstar
03-07-2017, 04:18 PM
#for-each item selected perform the following commands
{
# queue <file> for transfer
/queue "%p%f"

# queue delete <file> operation
# this command will only execute if the transfer operation above is successful.
/delete "%p%f"
}