> > on mouseUp > put compress(URL "file:C:/test.bmp") into URL "binfile:C:/test.gz" > end mouseUp > You have to: put compress(URL "BINfile:C:/test.bmp") into URL "binfile:C:/test.gz" no sense in putting a text file into a binfile.... greets Björnke