Re: vista issue
- Posted by Michael J. Sabal <m_sabal at yahoo.?o?> Jan 22, 2008
- 611 views
George Walters wrote: > > I have a program on workstations that checks a mapped "Z" drive to the server > to check for any software changes during booting. If found, it copies them to > the workstation. This works fine for XP but the boot up process on Vista > says it cannot find the link. Anyone know how to solve this? The link exists > after bootup but apparently not during the boot. Try UNC pathing. Instead of copy z:\*.dat c:\files\, use copy \\some_other_server\*.dat c:\files\. If you're using Active Directory, make sure the computers have access to the network folder and not just the users.