View Single Post
Old 03-07-2017, 04:18 PM  
bigstar
FlashFXP Developer
 
bigstar's Avatar
 
Join Date: Oct 2001
Posts: 8,012
Default [script] queue | transfer and delete operation

Code:
#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"
}
bigstar is offline