I have released v5.0 build 3731 with these changes.
Below is a complete list of all commands (unless I missed some)
[<name of custom command>]
Execute a stored custom command. This can be used to create a custom command that then executes multiple commands.
[<path\to\text\file>]
Execute a custom command stored in a external text file.
/switch
Switch focus from the current active side to the opposite side.
/list <parameters>
Refreshes the file listing. the parameters are optional.
/cd <path>
Change to path in active side
/uncd
Changes back to the original path where the custom command was executed undoing any /cd's
/activate 1
Activate the left side
/activate 2
Activate the right side
/activate local
Activate the local side
/activate remote
Activate the remote side
/compare
Execute compare folder content command using current settings
/compare and hide
Execute compare folder content command and force matches to be hidden
/compare and select
Execute compare folder content command and force non-matches to be selected
/selectinvert
Invert item selection
/ren "<old name>" "<new name>"
Rename the old name to the new name
/stop
Stop the queue
/loadstr <rule set name>
Load a selective transfer rule set by name
/delay <seconds>
Delay <seconds> before continuing to the next item in the queue
/queue selected
Add current selection to the queue (standard behavior / prevents duplicate items from being added to the queue).
/queue selected true
Add current selection to the queue (special behavior / allows duplicate items).
/queue selected <modifer>
Add current selection to the queue as <modifer>. Use $replace(), $replacerx(), $lowercase(), etc to modify the target name.
/clear cache
Clear the remote cache of the active side
/clear cache all
Clear the remote cache for all sites
/selectall -f
Select all files in the active side
/selectall -d
Select all directories in the active side
/selectall
Select all items in the active side
/select -f <mask>
Clear current selection and select files matching <mask> can be a wildcard or rx: mask.
/select -d <mask>
Clear current selection and select directories matching <mask> can be a wildcard or rx: mask.
/select <mask>
Clear current selection and select items matching <mask> can be a wildcard or rx: mask.
/select -f <mask>
Preserve current selection and select files matching <mask> can be a wildcard or rx: mask.
/select -d <mask>
Preserve current selection and select directories matching <mask> can be a wildcard or rx: mask.
/select <mask>
Preserve current selection and select items matching <mask> can be a wildcard or rx: mask.
/selectclear
Clear any current item selection in the active side.
/run "<full pathname>" "<working dir>" "<command line params>"
Run a local program and wait for the program to close before continuing. each parameter must provided and quoted.
/exec "<full pathname>" "<working dir>" "<command line params>"
Execute a local program or open a file using windows default file association for the file type. each parameter must
provided and quoted.
/markedtoggle
Add or remove the current selection from the marked list.
/markedselect
Select any item that is in the marked list.
/markedclear
Clear the marked list
/markedexport
Export marked list to the clipboard
/markedimport
Import marked list from the clipboard
/enqueue <command>
Insert any command into the queue.
/delete selected
Insert a delete operation into the queue.
/transfer queue
Start the transfer queue.
&window <title>
Creates a text window with the results of the commands that follow. The title is optional.
|