Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Winzip command line maximum files
Message
From
02/04/2011 12:54:18
 
 
To
02/04/2011 02:55:42
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
VB 9.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01505845
Message ID:
01505875
Views:
47
>Constructing a commandline is "better" than copying, but has the danger of overflowing in the line length.
>Instead of Building a long command line, build a long File from all your filtered file names to be saved -
>which is probably only 1 line changed from your previous code (Trim Filename, write to file, add CR instead of space)
>you get the benefit of not having a copy operation frag your disk,meaning no cleanup of all copied files necessary,
>already a log of the copy operation asked for ready to save - , it should be much faster as well ;-)
>
>The file can be fed to Winzip AFAIR with the @FileWithFilenames2BeProcessed.Txt instead of a pure filename.

This is great. Thanks
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Reply
Map
View

Click here to load this message in the networking platform