I am writing a batch file in order to make an .ear
file. Here is my code snippet:
winrar.exe a -afzip -m5 -ed -pTest -r -ep1 %earName%.ear %extractDest%*
This code compresses the including files which I don't want. How can I just add the files in the "extractDest"
to the .ear
file without compressing?