When you wish to zip a show disk into one file (for storage or for sending to FPS), it is best if you can zip the show disk and retain the directory structure. This way the file will unzip into a functioning show disk. This is possible with WinZip, from the RUN command, or from a DOS command line.
2. Create a folder on your computer called ZIP. Place the program pkzip.exe (and any others from the download) in this folder.
3. For windows 95/98 choose the icon from the Start menu.
4. In the Run box, type: c:\zip\pkzip -r -p c:\temp\show.zip a:\*.* (*.* refers to ALL FILES) This will create a file with the name show.zip in your temp directory. The file will retain all directory structures.
2. Create a folder on your computer called ZIP. Place the program pkzip.exe (and any others from the download) in this folder.
3. Start a DOS prompt. For windows 95/98 choose the icon from the programs menu.
4. At the DOS prompt, type: cd\zip (or whatever the name of the folder is with the pkzip.exe program)
5. At the DOS prompt, type: pkzip -r -p c:\temp\show.zip a:\*.* (*.* refers to ALL FILES) This will create a file with the name show.zip in your temp directory. The file will retain all directory structures.