see bat script below - i want to make sure that when the script runs if the file exists it just go to end and if the file does not exist then execute
does this look right
@echo off
setlocal
set userdir=%localappdata%\Microsoft\Office
set remotedir=\\domain.com\netlogon\Deployments\CustomOfficeRibbon
if not exist "%userdir%\Excel.officeUI" copy "%remotedir%\Excel.officeUI" "%userdir%\Excel.officeUI"
rem pause
endlocal
VB ScriptScripting LanguagesShell ScriptingWindows BatchWindows OS