DOC: @file Does Not Work With cabarc UtilityID: Q200121
|
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.
Error reading list of files from 'file'
Instead, use the following:
cabarc n CabName.cab @FileName.txt
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