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

android - net_scheduler holding wakelock -

sql - MySQL : Getting Entries from a many-to-many table -

java - Retrieving data from database using jsp (Hibernate + Spring + Maven) -