I'm creating a backup utility that zips all the files listed in a textfile. I am using MS ACCESS as my front-end and 7-zip for compression. Everytime i execute this command.
7zG.exe a c:\BAckup\backup.zip @c:\temp\tmpFileList.txt
All the files are compressed without its path. Is there a way to assign the path for each file? so that when backup.zip is extracted the files can easily be recognize what folder they belong.
Thanks