Greetings! I am trying to find documentation of valid login script logic commands… specifically, I need a way to accomplish something along the lines of:
If Exist “C:\Windows\custom.dll then goto EndProc
else
copy \\server1\cinst\custom.dll c:\Windows
:EndProc
Any thoughts or ideas?
Thanks!