N
nologo
language: c#
Visual Studio
Hi,
im using:
ProcessStartInfo psiOpt = new ProcessStartInfo(@"cmd.exe", @"/c 7za a
archive%DATE:/=_%.zip c:\temp");
combined with 7zip.exe to create an archive of files.
I would like to create the file name using %1 parameter (archive%1), i
would like to use a string builder for the file name..how do i pass
that string to %1?
Cheers
Visual Studio
Hi,
im using:
ProcessStartInfo psiOpt = new ProcessStartInfo(@"cmd.exe", @"/c 7za a
archive%DATE:/=_%.zip c:\temp");
combined with 7zip.exe to create an archive of files.
I would like to create the file name using %1 parameter (archive%1), i
would like to use a string builder for the file name..how do i pass
that string to %1?
Cheers