This a batch file i wrote for my sage installations. In sage it is important that you map a netwrok drive when using a network location for the storage of the database files. Some version of windows, especially Windows XP will constantly drop mapped drives and you would ahve to intiate them in my computer before they would work again.
This batch file forces the connections to be re-established on every boot.
net use m: "\\server\Admin Documents" /yes net use p: "\\server\Sage Payroll" /yes net use s: \\server\Accounts /yes net use t: "\\server\Tax Share" /yes net use y: "\\server\Sage Accounts Production" /yes net use z: "\\server\Sage Corporation Tax" /yes