A
Analizer1
Hi...any body know what the max string length size
when using
Process.StartInfo.Arguments
Example
Process.StartInfo.FileName = "Wzzip.exe"
Process.StartInfo.Arguments = "d:\somefolder\myzip.zip -b
d:\work"+threadid.tostring()+" "+Path_File1+" "+Path_File2+" " etc more
files with embedded paths
I want to do this in 1 Pass..that is why i am not zipping one File at a time
Tks
when using
Process.StartInfo.Arguments
Example
Process.StartInfo.FileName = "Wzzip.exe"
Process.StartInfo.Arguments = "d:\somefolder\myzip.zip -b
d:\work"+threadid.tostring()+" "+Path_File1+" "+Path_File2+" " etc more
files with embedded paths
I want to do this in 1 Pass..that is why i am not zipping one File at a time
Tks