"Christopher J. Dyer" <[EMAIL PROTECTED]> writes: > Network resource: HYPERLINK > "file:///\\\\gareth\\backups2\\ntinstall\\install"\\gareth\backups2\ntin > stall\install > > Gareth being the computer name and backups2 being a hard disk drive > share.
Since we are mapping it to a drive letter in DOS, the network location needs to be a top-level share and not a subdirectory. So you need to share the "install" folder with a name like "install", and then use \\gareth\install as the network location. - Pat ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ unattended-info mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/unattended-info
