If file exists, then this, else that
if exist "<file name>" (
rem file exists
) else (
rem file doesn't exist
)
Map Network Drive
net use z: \\Server\Folder /persistent:Yes