| View previous topic :: View next topic |
| Author |
Message |
zickb
Joined: 10 Apr 2007 Posts: 13
|
Posted: Tue May 15, 2007 2:01 pm Post subject: rename unzipped files |
|
|
2 Task Chain:
Unzip Archive - (ANY NUMBER of .zip files in a "staging" directory. Each zip file contains 3 files, all with the same filename but with different extensions. Unzipped to dynamic date::time directory)
Copy Files - moves original zip file(s) to the unzip dynamic directory.
I need to append the originating zip filename to each of the 3 unzipped files.
The Unzip Archive task doesn't allow me to modify the unzipped filenames. What's the best way to get this accomplished? |
|
| Back to top |
|
 |
melvin Site Admin
Joined: 25 May 2006 Posts: 595 Location: Santa Barbara, california
|
Posted: Wed May 16, 2007 10:37 pm Post subject: |
|
|
which product are you using?
you could use the dirLoop task in Automize.
for every dirloop step
a) unzip the archive
b) use a copy task to append the dirloop variable ....::CurrentFilename to the unzipped files. |
|
| Back to top |
|
 |
|