Werner Süß - 2008-05-14

Logged In: YES
user_id=883819
Originator: YES

possible solution:

--
Next, create a new file called 7ZipBackup.txt. In this file, list the full path to as many directories as you want, each on a new line. Here’s an examples of a file:

c:/docs/work
c:/personal/documents

start:
7z a c:/backup.7z @c:/7ZipBackup.txt

--