Archive each file seperate problem
Moderators: Hacker, petermad, Stefan2, white
Archive each file seperate problem
What i need to do and what results i need:
1. I'm slecting some directories and files.
2. I want to archive all selected files, and files in directories/subdirectories. I don't want to archive directories and subdirectories, just files in them. Also when archive i want move those files to archive.
How can i get this functionality? It nearly what i need is options in pack dialog, but it archive selected directories in seperate archive when i want directories remane and archive just files in them.
Maybe i explained not clear. Try to imagine directory tree with some files in them. I need a command after witch all fails became archieved in the same directorie tree. I want to use this functionality to effetivly store files in ftp so that each file can be downloaded seperate.
Maybe there is plugin for this?
1. I'm slecting some directories and files.
2. I want to archive all selected files, and files in directories/subdirectories. I don't want to archive directories and subdirectories, just files in them. Also when archive i want move those files to archive.
How can i get this functionality? It nearly what i need is options in pack dialog, but it archive selected directories in seperate archive when i want directories remane and archive just files in them.
Maybe i explained not clear. Try to imagine directory tree with some files in them. I need a command after witch all fails became archieved in the same directorie tree. I want to use this functionality to effetivly store files in ftp so that each file can be downloaded seperate.
Maybe there is plugin for this?
2RabisH
Hello !
-Display all files in the wanted tree-part using the Branch-View: Commands menu or Ctrl+B
Kind regards,
Claude
Clo

-Display all files in the wanted tree-part using the Branch-View: Commands menu or Ctrl+B

Claude
Clo
#31505 Traducteur Français de T•C French translator Aide en Français Tutoriels Français English Tutorials
- franck8244
- Power Member
- Posts: 704
- Joined: 2003-03-06, 17:37 UTC
- Location: Geneva...
2Rabish :
1) As Clo said, go into the directory that contains your "directory and subdirectory"
2) Ctrl+B -> you will view all files
3) Select the files you want to pack
4) Open the pack dialog,
41) Uncheck "also pack path name"
42) Uncheck "Recursively..."
43) Check "Create separate archives, one per file"
5) Press Ok
6) In the opposite panel you will have as many archives as you have selected file containing only the wanted file and not the directory structure...
7) All done....Hope this help
1) As Clo said, go into the directory that contains your "directory and subdirectory"
2) Ctrl+B -> you will view all files
3) Select the files you want to pack
4) Open the pack dialog,
41) Uncheck "also pack path name"
42) Uncheck "Recursively..."
43) Check "Create separate archives, one per file"
5) Press Ok
6) In the opposite panel you will have as many archives as you have selected file containing only the wanted file and not the directory structure...
7) All done....Hope this help

TC#88260 -
Re: Archive each file seperate problem
Use the external ARJ-packerRabisH wrote:What i need to do and what results i need:
1. I'm slecting some directories and files.
2. I want to archive all selected files, and files in directories/subdirectories. I don't want to archive directories and subdirectories, just files in them. Also when archive i want move those files to archive.
Select all files you want to archive
Press [alt]+[F5]
Add to the command line in pack dialog box the switch '-e'
It should look like
Code: Select all
arj:"E:\Dokumente & Dateien\Download\isonbuster\007.ARJ" -e
the '-e' switch for arj excludes all paths from archive.
I think that is what you desired.
sheepdog[/img]
"A common mistake that people make when trying to design something
completely foolproof is to underestimate the ingenuity of complete fools."
Douglas Adams
completely foolproof is to underestimate the ingenuity of complete fools."
Douglas Adams

one more time, i have:
..
Directory1\a.dll
b.dll
after archive command i want to have:
..
Directory1\a.zip (or RAR or what ever)
b.zip (or RAR or what ever)
if i use Ctrl+b and select a.dll and b.dll then slect Create seperate archives, i'v got:
..
a.zip
b.zip
not
..
Directory1\a.zip (or RAR or what ever)
b.zip (or RAR or what ever)
but i need so

- franck8244
- Power Member
- Posts: 704
- Joined: 2003-03-06, 17:37 UTC
- Location: Geneva...
Ok...
After you have selected "create one archive per file"
you have to modify the command line :
from "zip:X:/*.*.zip" to "zip:*.*.zip"
this works for me....you will have the desired result
(My test : dir 1\dir2\a.dll ;dir 1\b.dll; after packing:dir 1\dir2\a.dll dir 1\dir2\a.zip;dir 1\b.dll dir 1\b.zip)
After that you can use "again" Ctrl+B and show only the zip file (to be uploaded...)
After you have selected "create one archive per file"
you have to modify the command line :
from "zip:X:/*.*.zip" to "zip:*.*.zip"
this works for me....you will have the desired result
(My test : dir 1\dir2\a.dll ;dir 1\b.dll; after packing:dir 1\dir2\a.dll dir 1\dir2\a.zip;dir 1\b.dll dir 1\b.zip)
After that you can use "again" Ctrl+B and show only the zip file (to be uploaded...)
TC#88260 -
White or black?
2RabisH
Is it white, or is it black ?
Regards,
Claude
Clo
- Sorry, but you said the opposite in your first post :All files then will be archived in one directory (the one in other window). I need to remane(remain? keep?) directory structure.
2. I want to archive all selected files, and files in directories/subdirectories. I don't want to archive directories and subdirectories, just files in them.


Claude
Clo
#31505 Traducteur Français de T•C French translator Aide en Français Tutoriels Français English Tutorials
frank2844 thank's it worked 
Clo sorry for my english did you tried this, from my first post:
Maybe i explained not clear. Try to imagine directory tree with some files in them. I need a command after witch all fails became archieved in the same directorie tree. I want to use this functionality to effetivly store files in ftp so that each file can be downloaded seperate.


Clo sorry for my english did you tried this, from my first post:
Maybe i explained not clear. Try to imagine directory tree with some files in them. I need a command after witch all fails became archieved in the same directorie tree. I want to use this functionality to effetivly store files in ftp so that each file can be downloaded seperate.
