BSP-zip

  • Thread starter Thread starter the Specialist
  • Start date Start date
T

the Specialist

Guest
how can i get my line of information for zipping into a command prompt?? i'm writing it in VB.

BSPZIP.jpg


I have to get that in the command prompt so the bspzip.exe can do its work.
 
Example from my BspZip prog:

Shell(bspzip & " " & sCommandLine & " " & sBSP & " " & ChrW(34) & Strings.Trim(txtRelPath.Text) & ChrW(34) & " " & sZipFile & " " & sBSPFinal, AppWinStyle.NormalFocus, True, 2000)

I'm sure you can figure out how it works.
 
Back
Top