UDC command help
Posted: 17 Apr 2008 18:10
Ok,
with all the discussion going on I had to setup something of my own but I ran into a snag of sorts...
my command is:
"C:\Program Files\7-Zip\7z.exe" x -y -o"<curbase>" <items>
The command will create a folder in my current location that has the same name as the selected item and then extract all the files into it. This part works just how I want it.
now, if I select more than one item I get two results
a - If I have 'single instance' selected nothing happens
b - If I have 'multiple instance' selected it will create one folder based on one of the selected item names (last or first I would guess) and then extract all the files from the multiple zip files into that folder.
for those not familiar with 7-zip:
x = extract all with subdirectories
-y = overwrite without prompting
-o = output directory
with all the discussion going on I had to setup something of my own but I ran into a snag of sorts...
my command is:
"C:\Program Files\7-Zip\7z.exe" x -y -o"<curbase>" <items>
The command will create a folder in my current location that has the same name as the selected item and then extract all the files into it. This part works just how I want it.
now, if I select more than one item I get two results
a - If I have 'single instance' selected nothing happens
b - If I have 'multiple instance' selected it will create one folder based on one of the selected item names (last or first I would guess) and then extract all the files from the multiple zip files into that folder.
for those not familiar with 7-zip:
x = extract all with subdirectories
-y = overwrite without prompting
-o = output directory