I am new to batch file programming and need an expert help to find out something. I want to create a batch file that runs at login and compares a local copy of the templates to what we have on the network. We have templates on a mapped network drive in h:\clients\templates, and on the laptop in c:\apps\data\clients\templates. When the laptop is offline it substitutes c:\apps\data to appear as h: drive, that way the files appear to be in h:\clients\templates. Here’s the basic steps what I need the batch file for:
- first it checks to see if the computer is on the network
- if it’s online it copies any newer files from Server onto the local drive
- if it’s not online it uses the local files and has them show up on the laptop as the same location as the network
I really appreciate any help/suggestions..
Thank you in advance, Hemal