Dilwyn Jones schrieb: > I'm trying (and failing) to extract a list of files in a zip archive > to a pipe or file. > > This DOES work as long as the output #channel is to a SCR or CON > channel: > > EW UNZIP,#channel;'-l ram1_test_zip' > > If #channel is open to a pipe or file, it doesn't work: > > OPEN_NEW #3,ram1_extract_dat > EX UNZIP,#3;'-l ram1_test_zip' > CLOSE #3
hi dilwyn, this one does: EW UNZIP;'-l ram1_test_zip > ram1_extrasct_dat' wolfgang _______________________________________________ QL-Users Mailing List http://www.q-v-d.demon.co.uk/smsqe.htm
