I had to do something similar with a Visual Basic program. The solution wasn't
very elegant, but it worked. After the text file was created and closed,
the program created a batch file (.bat) and executed the batch file in a
DOS window to zip the text file into a self-extracting executable which was
much easier to distribute to the data user. I suspect you could do something
similar in LabVIEW. The batch file didn't contain much, just the DOS command
prompt to run the zip utility with command line parameters specifying the
text file name and the option to create a self-extracting executable. At
the time, I don't think winzip allowed you to run it with command line parameters,
and I wound up using a utilty called ZipMagic 2000, which did.
Hope this helps
Dave
"a
nanth"
wrote:
>>hi,>I am collecting data usingGPIB interface and storing them into a
text file.>Can I use winzip to zip these files automatically through Lv
6i during>the process of saving these files?>(these files are large files
thats why the zipping)>thanks>ananth>