I'm looking for a way to pass a filename variable to a zip archiving program in DOS. The only examples I've seen used a fixed filename or text from a form, text.TEXT. What I need ( and didn't work) is:
LatLon$ holds 'pipe' a set of files to gzip.exe Shell("gzip" + LatLon$)