Go Back   FlashFXP Forums > >

Custom Commands Download, share, or get help creating your own.

Closed Thread
 
Thread Tools Display Modes
Old 06-27-2016, 09:02 PM   #1
MidKnight
Senior Member
FlashFXP Beta Tester
ioFTPD Registered User
 
Join Date: Oct 2001
Posts: 857
Default RAW Move command

This command works, but when adding the /enqueuer before the working cmd, it doesn't enque it, just excucutes it. anyway help please?

/enqueue
{
RNFR %f
RNTO /another.directoy/dir.name/%f
}
MidKnight is offline  
Old 06-28-2016, 02:18 PM   #2
bigstar
FlashFXP Developer
FlashFXP Administrator
ioFTPD Beta Tester
 
bigstar's Avatar
 
Join Date: Oct 2001
Posts: 8,012
Default

You need to use /enqueue before the individual commands.

Such as:
Code:
{
/enqueue  RNFR %f
/enqueue  RNTO /another.directoy/dir.name/%f
}
But I would recommend using the /ren command instead of RNFR/RNTO, plus this way you eliminate the need for using a command block { }

Code:
/enqueue /ren "%f" "/another.directoy/dir.name/%f"
bigstar is offline  
Old 06-28-2016, 07:38 PM   #3
MidKnight
Senior Member
FlashFXP Beta Tester
ioFTPD Registered User
 
Join Date: Oct 2001
Posts: 857
Default

awesome, thanks mate
MidKnight is offline  
Closed Thread

Tags
/enqueue, command, excucutes, rnfr, rnto

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -5. The time now is 12:40 AM.

Parts of this site powered by vBulletin Mods & Addons from DragonByte Technologies Ltd. (Details)