View Single Post
Old 10-30-2004, 02:13 PM  
shawn1
Junior Member
 
Join Date: Oct 2004
Posts: 6
Default How to write this script

I have two dirs on the ftp:
/
/abc/

I want to move all files from abc to the root, but I don't know the files' name in /abc/ and how many files in it.
It's like the Dos command:
move /abc/*.* /

Is it possible to write a Custom Commands to do that job?
Thanks a lot!
shawn1 is offline