× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



wdsci-l-request@xxxxxxxxxxxx wrote:

>  10. RE: 6.0 Install (Wilt, Charles)
>
>Also, just an FYI for anyone else out there w/o a DVD drive on their PC.  As 
>look as you have one someplace on the network, you could always copy the DVD 
>to the network someplace and install from there.  That's how I do it and an 
>install from the network is supported by IBM.  If you've got the room, copy 
>the folder down from the network to your local PC and install from there.  
>With a local copy, you'll get the fastest install possible.
----------

It's been a while since I looked at "modern" ways of doing this, but an old DOS 
trick still works for CDs I've needed to install from. Maybe for DVDs too.

There is the DOS SUBST command that creates a substitute drive. It 'associates 
a path with a drive letter'. Go to a DOS command prompt and type [help subst] 
for info.

This has been useful when various install functions _required_ that I supply a 
drive letter such as:

 C:\> x:\setup.exe r:

where [r:] would be the drive letter parameter for setup.exe. With some PCs, I 
might not have a physical D: drive for example; but I could create one on the 
fly if needed.

So, the DVD could be copied to some sub-directory and that sub-directory would 
be assigned a drive letter such as:

 C:\> subst r: c:\mysubdir\mydvdstuff

After that, c:\mysubdir\mydvdstuff can be referenced just like any other drive 
as [r:]. An example would be [dir r:].

Just one possibility if it's needed. Even if not needed, it sometimes help 
simplify long path names.

Tom Liotta


As an Amazon Associate we earn from qualifying purchases.

This thread ...


Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.