@echo off
net use g: /delete
:loop
net use g: \\192.168.1.102\c\softdent /persistent:yes
if not exist g:\yourfile.txt ping 127.0.0.1 -n 10 >NUL & goto loop
echo Should now be connected to G:
REM Display explorer window to G: if you want it to...
START "" G: