Problems witch command call and mv
Hi I wrote a script, but it doesn't work. After testing i would like to present two little problems.
I can't rename a file and alsow not delete all files. If you don't know what i want to do with my file: It's only a test file for my understanding.
Thank's a lot.
option batch on
option confirm off
option transfer binary
open ftp://......
cd /Test
lcd C:\TEMP\Test1
mv test.txt C:\TEMP\Test1\top.txt
call del C:\TEMP\Test1\* /q
close
exit
I can't rename a file and alsow not delete all files. If you don't know what i want to do with my file: It's only a test file for my understanding.
Thank's a lot.
option batch on
option confirm off
option transfer binary
open ftp://......
cd /Test
lcd C:\TEMP\Test1
mv test.txt C:\TEMP\Test1\top.txt
call del C:\TEMP\Test1\* /q
close
exit