vitor
1
Hello all, need some help here.
What I'm trying to do is the following, while keeping the original:
- Copy a selected file (the original file must not be changed or deleted)
- Resize copied file (width:600, replace original)
- Rename copied file using preset
- Send to a folder in FTP
- Delete the copied file in computer
I manage to get those points done independently but all together its a mess ...
Any ideas?
Thanks in advance
Vitor
lxp
2
Use a temp folder for easy reference to the files via wildcards *.*
. Or switch to JScript.
vitor
3
I tried using a temp folder.This is what I have til now ... but it doesn't work

lxp
4
No need for Go
and Select
. Simply add D:\Temp\*.*
to the last three commands. Use Copy MOVE
to Delete the copied file in computer.