DOC: @file Does Not Work With cabarc Utility

ID: Q200121


The information in this article applies to:


SUMMARY

According to the Microsoft SDK for Java 3.1 documentation, specifically under "Microsoft SDK for Java 3.1...Programmer's Guide...Tools Reference...Software Distribution Tools...Using Cabarc", you should be able to use the @file option with the cabarc utility as follows:


cabarc n CabName.cab @file FileName.txt 
where FileName.txt contains a list of files to be added to the cab.

However, the following error message appears when you do this:
Error reading list of files from 'file'


MORE INFORMATION

Instead, use the following:


cabarc n CabName.cab @FileName.txt 


REFERENCES

For the latest Knowledge Base articles and other support information on Visual J++ and the SDK for Java, see the following page on the Microsoft Technical Support site:

http://support.microsoft.com/support/visualj/

http://support.microsoft.com/support/java/

(c) Microsoft Corporation 1999, All Rights Reserved. Contributions by Mohan Ananthakrishnan, Microsoft Corporation.

Additional query words:


Keywords          : kbdocerr kbInternet kbGrpJava 
Version           : WINDOWS:1.51,2.0,2.01,2.02,3.0,3.1
Platform          : WINDOWS 
Issue type        : 

Last Reviewed: January 21, 1999