Hello,
I am having some touble using %systemroot% or %windir% in an AT command to schedule a remote software installation. It works fine if use a static maping such as the c:\winnt\sytem32 or d:\winnt\sytem32. I would like to use these variables as some machines have different windows directories. Can this be done, Do I have the wrong syntax? - thanks for your time
This will not launch:
at \\REMOTECOMPUTER 12:25 %SYSTEMROOT%\system32\msiexec.exe /i "\\REMOTESHARE\Microsoft Apps\visio.msi" /qn
The static drive mapping below works fine:
at \\REMOTECOMPUTER 12:25 e:\winnt\system32\msiexec.exe /i "\\REMOTESHARE\Microsoft Apps\visio.msi" /qn
I am having some touble using %systemroot% or %windir% in an AT command to schedule a remote software installation. It works fine if use a static maping such as the c:\winnt\sytem32 or d:\winnt\sytem32. I would like to use these variables as some machines have different windows directories. Can this be done, Do I have the wrong syntax? - thanks for your time
This will not launch:
at \\REMOTECOMPUTER 12:25 %SYSTEMROOT%\system32\msiexec.exe /i "\\REMOTESHARE\Microsoft Apps\visio.msi" /qn
The static drive mapping below works fine:
at \\REMOTECOMPUTER 12:25 e:\winnt\system32\msiexec.exe /i "\\REMOTESHARE\Microsoft Apps\visio.msi" /qn