1

I am writing a file to silently install and application then move it to the correct directory and then install an update for the application. The problem I am having is that I cannot seem to use the move copy or del commands in the same line as the var.

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

Any assistance will be very much appreciated!

Dubins
  • 11
  • 1

1 Answers1

0

Type

set v

to see it working. What do you expect to happen?