VB6 script to build multiple vbp -


i using script build multiple vbp in folder "test"

     /r "c:\test\" %%f in (*.vbp) "c:\program files\microsoft visual studio\vb98\vb6.exe" /m /out c:\test\log.txt %%f 

however, if vbp project folder has spaces between folder name, e.g. c:\test\vbp project1, build script failed build vbp project.

how can amend script support vbp project folder spaces within folder name?


Comments

Popular posts from this blog

How to mention the localhost in android -

php - Calling a template part from a post -

c# - String.format() DateTime With Arabic culture -