I'm trying to create a zip archive by executing this command line :
"C:\Program Files\WinRAR\WinRAR.exe" a -afzip "C:\Users\toto\Desktop\file.zip" "C:\Users\toto\workspace\thing\trunk\chrome" "C:\Users\toto\workspace\thing\trunk\defaults"
The file.zip is created on the desktop as wanted but when I open the archive I find the whole path to access the chrome and defaults directories. It is "Users\toto\workspace\thing\trunk" I'd like to have directly my chrome and defaults directories as first nodes in the archive. Is is possible ?