Call a saved queue in raw command
I am trying to build a set of custom commands. Is there any way to include the load of a saved queue?
One other thing. It the set of Raw commands how can I change directory and select other files from other directory on the same server as well?
example:
/lcd c:\myLocalfolder
/activate local
/select -f
/delete selected
/activate remote
/cd /data/indices/my_index/
/select -f *lst.csv
/cd/data/WORLD/my_remote_files/
/select -f *lst.csv
/queue selected
Thanks in advance
|