batch file - vsvars32.bat Windows 8 can't set PATH-variable -
we have batch-file, helps updating tfs new dll-files. before anything, set vs2010 variables per vsvars32.bat:
call "%programfiles(x86)%\microsoft visual studio 10.0\common7\tools\vsvars32.bat"
this doesn't seem work on our new windows 8 machines, keep getting error "management unexpected @ time". i've found thread: https://superuser.com/questions/119610/spaces-and-parenthesis-in-windows-path-variable-screws-up-batch-files
where suggest escape paths, vsvars32.bat doing this:
@set "path=%vsinstalldir%team tools\performance tools;%path%"
i'm quite newbie in such stuff, since i'm programming. doing wrong here? i'm quite sure problem lies in such path:
c:\program files\intel\intel(r) management engine components\dal
as usual, lot replies , start in week.
matthias
Comments
Post a Comment