alt.binaries.e-book.technicalShow header Prev. Next
Re: Putting Psychopath posts back together? NewsGuy - Unlimited Usen ..
Frank Colessi (nil@nowhere.net) 2014/04/26 14:15

On Fri, 25 Apr 2014 17:08:27 +0000, EngineeringGuy wrote:

> Could someone please give me some guidance on unzipping and putting
> Psychopath posts back together.
>

You can create a batch script to do all the dirty work
for you.  For example, on a Linux system here is a simple
bash shell script for a set of files xxxxa.zip, xxxxb,zip, etc.
Just pass the base name "xxxx" to the script as a parameter.

Although this is a Linux shell script, en equivalent batch
script for MS Windows could easily be created.

for i in $1*zip
do
unzip -n $i
done
unrar $1.rar

All thats left is to rename the resulting PDF file.



Follow-ups:1234567891011121314151617181920212223242526272829
3031323334353637
Next Prev. Article List         Favorite