batch file - Can not use commands after set var= command -


i writing file silently install , application move correct directory , install update application. problem having cannot seem use move copy or del commands in same line var.

    set var="c:\program file (x86)\program\program.exe" /qn     set var1= move "c:\program file (x86)\program\program.exe" "c:\" 

any assistance appreciated!

type

set v 

to see working. expect happen?


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -