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
Post a Comment