i need to know the correct syntax, or that it is even possible to detect a folder in the login script and then run something accordingly. like this:
if c:\windows\blah does not exists then
#\\servername\folde\run.exe
end
and i would like c: and windows to be variables, ie %os_drive% %system_root% or whatever. Thank you
if c:\windows\blah does not exists then
#\\servername\folde\run.exe
end
and i would like c: and windows to be variables, ie %os_drive% %system_root% or whatever. Thank you