08-15-2013, 09:17 AM
Just a quick FYI for anyone that does dl from #36. Almighty Andrew had to split the zip files to upload them. If you didn't already know how to extract the files after downloading then follow this:
This is part of a multi archive .zip file split into multiple parts. You can use the following command to create the .zip file first and then unzip as any regular .zip file.
At command prompt
C:\>copy /B file.zip.001 + file.zip.002 + file.zip.003 file.zip
This creates "file.zip". open it using any unzip utility.
Hope this helps
This is part of a multi archive .zip file split into multiple parts. You can use the following command to create the .zip file first and then unzip as any regular .zip file.
At command prompt
C:\>copy /B file.zip.001 + file.zip.002 + file.zip.003 file.zip
This creates "file.zip". open it using any unzip utility.
Hope this helps