Hi All
I'm having a problem with XP Pro on a W2K domain. My users login to the domain, which runs a login script mapping drive g: to our goldmine server. There is also a shortcut in the startup folder of the client to launch the Goldmine client.
The problem is that the XP client launches the Goldmine client from the startup folder before the login script has finished mapping, resulting in an error because it cant the BDE config on G:. Of course, by the time this happens the login script is completed and the user can acknowledge the error and rerun the Goldmine client manually.
Is there anything I can do to make XP wait until the login script has completed before going ahead and running the startup folder shortcuts?
The scipt (batch file) is...
@echo off
net use g: \\axgoldmine\gmsystem /yes /persistent:yes
net time \\dellserver /set /y
Any help greatly appreciated.
Thanks
John
I'm having a problem with XP Pro on a W2K domain. My users login to the domain, which runs a login script mapping drive g: to our goldmine server. There is also a shortcut in the startup folder of the client to launch the Goldmine client.
The problem is that the XP client launches the Goldmine client from the startup folder before the login script has finished mapping, resulting in an error because it cant the BDE config on G:. Of course, by the time this happens the login script is completed and the user can acknowledge the error and rerun the Goldmine client manually.
Is there anything I can do to make XP wait until the login script has completed before going ahead and running the startup folder shortcuts?
The scipt (batch file) is...
@echo off
net use g: \\axgoldmine\gmsystem /yes /persistent:yes
net time \\dellserver /set /y
Any help greatly appreciated.
Thanks
John