makecab

  • Thread starter Thread starter ucasesoftware
  • Start date Start date
U

ucasesoftware

Hi i use this :

SET @LaRequette = 'master.dbo.xp_cmdshell
''C:\WINDOWS\system32\makecab /V[1] /L '+ @Repertoire +' '+ @Repertoire
+ @name +'.BAK '+ @name +'_'+ @DateJour +'.cab'', NO_OUTPUT '


but if the folder have space... the cab doesn't build :(

c:\saveDatabase\ ===>>> Work

c:\Save Database\ =>>> don't work


any idea ?
 
ucasesoftware said:
SET @LaRequette = 'master.dbo.xp_cmdshell
''C:\WINDOWS\system32\makecab /V[1] /L '+ @Repertoire +' '+ @Repertoire
+ @name +'.BAK '+ @name +'_'+ @DateJour +'.cab'', NO_OUTPUT '


but if the folder have space... the cab doesn't build :(

c:\saveDatabase\ ===>>> Work

c:\Save Database\ =>>> don't work

I am not sure how this question is related to VB.NET. Maybe surrounding the
path with double quotation marks solves the problem.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top