Forgotten How I Did Something!

F

Frederick

I always copy the content of vendor CD/DVD disks onto a special hard
drive for backup and safe keeping and for use if the original vendor
disk has read trouble.

Well it has happened. An original disk will not read. The problem is
- there are two disks, and the installation seems to insist that both
disks be in a DVD drive, not in my hard drive folder.

I think I recall that when this happened some time ago, I set up XP to
substitute my hard drive folder for the disk that normally would have
been in the DVD drive. Did I use a mount command? I looked, but now
I don't think so. So, just what did I use? Anyone know?

Please steer me in the right direction.

Thanks

Big Fred
 
D

Don Phillipson

I always copy the content of vendor CD/DVD disks onto a special hard
drive for backup and safe keeping and for use if the original vendor
disk has read trouble.

Well it has happened. An original disk will not read. The problem is
- there are two disks, and the installation seems to insist that both
disks be in a DVD drive, not in my hard drive folder.

I think I recall that when this happened some time ago, I set up XP to
substitute my hard drive folder for the disk that normally would have
been in the DVD drive. Did I use a mount command? I looked, but now
I don't think so. So, just what did I use? Anyone know?

Most filepaths are saved in your Registry (Hive) thus can be
altered there: but not if the filepath is coded in an instal routine
designed to be run from a CD drive.
 
F

Frederick

Most filepaths are saved in your Registry (Hive) thus can be
altered there: but not if the filepath is coded in an instal routine
designed to be run from a CD drive.


I know I did a mount or some such.

Dang!

Big Fred
 
P

pjp

Frederick said:
I always copy the content of vendor CD/DVD disks onto a special hard
drive for backup and safe keeping and for use if the original vendor
disk has read trouble.

Well it has happened. An original disk will not read. The problem is
- there are two disks, and the installation seems to insist that both
disks be in a DVD drive, not in my hard drive folder.

I think I recall that when this happened some time ago, I set up XP to
substitute my hard drive folder for the disk that normally would have
been in the DVD drive. Did I use a mount command? I looked, but now
I don't think so. So, just what did I use? Anyone know?

Please steer me in the right direction.

Thanks

Big Fred

You likely setup a virtual cd/dvd drive and mounted the image. Any number of
proggies can do this, e.g. Nero ImageWriter, Alcohol 120%, MagicISO.

That jar a memory :)
 
M

mm

I always copy the content of vendor CD/DVD disks onto a special hard
drive for backup and safe keeping and for use if the original vendor
disk has read trouble.

Well it has happened. An original disk will not read. The problem is
- there are two disks, and the installation seems to insist that both
disks be in a DVD drive, not in my hard drive folder.

I think I recall that when this happened some time ago, I set up XP to
substitute my hard drive folder for the disk that normally would have
been in the DVD drive. Did I use a mount command? I looked, but now
I don't think so. So, just what did I use? Anyone know?

I don't know, but wouldn't the easy thing be to copy the file from the
harddrive back to a DVD?

I assume it's in .iso format or something and even if not, it can be
easily converted.
 
S

SC Tom

Frederick said:
I always copy the content of vendor CD/DVD disks onto a special hard
drive for backup and safe keeping and for use if the original vendor
disk has read trouble.

Well it has happened. An original disk will not read. The problem is
- there are two disks, and the installation seems to insist that both
disks be in a DVD drive, not in my hard drive folder.

I think I recall that when this happened some time ago, I set up XP to
substitute my hard drive folder for the disk that normally would have
been in the DVD drive. Did I use a mount command? I looked, but now
I don't think so. So, just what did I use? Anyone know?

Please steer me in the right direction.

Thanks

Big Fred

If you Share the folder, you can then map it as a network drive. Then, if
the install is looking for, say, D:, you could redirect it to W: (or
whatever you choose to map the Shared drive as).
 
F

Frederick

Please let us know if any of them work for you, and if so which one you
use, I was kind of curious about this myself.

Thanks,
Mike


I will. I did a quick look this morning, and the first thing that
hits me is that I really don't think I downloaded and ran any software
to do this task. But.....maybe I did. I will try then anyway and let
you know.

Big Fred
 
T

Tim Meddick

The posters are all banging on about disk-imaging software, designed to
create and "mount" virtual cd/dvd-rom drives from [*.iso] files.

If you have a folder and want to see if you can use that folder as a
"drive" - the closest and simplest way is to use the "subst" command from
within a Command Prompt.

Open a Command Prompt (either from "Start" > Programs" > "Accessories" >
"Command Prompt" or typing "cmd.exe" into the "Run" box on the Start Menu)
and in it, type the following :

subst C:\MyPath\MyPath\MyFolder X:

.....where;
C:\MyPath\MyPath\MyFolder represents the path to your
folder, and
X: represents a [free] drive-letter you want to assign to
the folder.

The new drive-letter in explorer will then have as it's "root", the folder
you have specified in the "subst" command.

Type "subst /?" for help on the exact syntax and how to delete a "subst"
drive-letter.

==

Cheers, Tim Meddick, Peckham, London. :)
 
F

Frederick

The posters are all banging on about disk-imaging software, designed to
create and "mount" virtual cd/dvd-rom drives from [*.iso] files.

If you have a folder and want to see if you can use that folder as a
"drive" - the closest and simplest way is to use the "subst" command from
within a Command Prompt.

Open a Command Prompt (either from "Start" > Programs" > "Accessories" >
"Command Prompt" or typing "cmd.exe" into the "Run" box on the Start Menu)
and in it, type the following :

subst C:\MyPath\MyPath\MyFolder X:

....where;
C:\MyPath\MyPath\MyFolder represents the path to your
folder, and
X: represents a [free] drive-letter you want to assign to
the folder.

The new drive-letter in explorer will then have as it's "root", the folder
you have specified in the "subst" command.

Type "subst /?" for help on the exact syntax and how to delete a "subst"
drive-letter.

==

Cheers, Tim Meddick, Peckham, London. :)
You know - I think you have hit the answer as to what I tried
originally, but forgot. I do not remember either changing the
Registry or using any software.

I have used subst for other things over the years, so I think you have
remembered for me.

TX

Big Fred
 
T

Tim Meddick

Virtual [cd/dvd] disk software, utilizing [*.iso] files - that is; the
software can create an [*,iso] file by reading and then saving a cd/dvd rom
to a file with the [*.iso] file-extension.

Then you can also "mount" the same [*.iso] file (or any other - there are
many [*.iso] file downloads so you can burn a disk from them) as a
"virtual" cd/dvd drive with it's contents as read-only media.

Learning to use and manipulate [*.iso] files is incredibly useful - but the
main point in this instance - is that you need to have already got either a
dvd/cd-rom or an [*.iso] file.

However, if all you have is the path to one or more sub-folders on your
hard-drive, that contain files normally held on cd/dvd and used by an
existing program of yours, then such virtual cd/dvd drive software is not
going to help.

That is, unless you create a brand-new [*.iso] file-image, using yet
another type of burning software with the capability to just save the
compiled drive-image as an [*.iso] file (such as "cdr-tools frontend").

Thusly, it was my suggestion, that you should try giving the folder
containing all the files / folders used by the program in question, it's
own drive-letter, so that the start-folder of a "nest" of sub-folders and
files, becomes the "root" of the new "subst"-ed drive.

Anyway, not having all the details of your particular program and it's
relationship with all of the files / folders on your hard-drive that it
requires, I cannot speculate further but hope that I did indeed help you
remember how you did your forgotten "something".

==

Cheers, Tim Meddick, Peckham, London. :)

P.S. The "cdr-tools frontend" cd/dvd burning software (that can also just
"save-to-file" an [*.iso] image) can be obtained from :

Download the Full Installer .EXE file:
http://demosten.com/cgi-bin/download.pl?src=cdrfe14_exe

Or download the ZIP file:
http://demosten.com/cgi-bin/download.pl?src=cdrfe14_zip


Plus, you would then need virtual-cd/dvd-rom mounting software. The
program : WinImage is what I use for virtual cd-rom drive creation.

Use either WinImage's built-in "mount image" function or it's accompanying
"filedisk" utility (can be started from the command-line) to mount [*.iso]
files and can be obtained from:
http://www.winimage.com/download/winima85.exe

e.g.

filedisk /mount 1 c:\temp\cdimage.iso /cd f:

....will mount the [*.iso] file : [c:\temp\cdimage.iso] as drive [f:]. For
instructions on it's simple usage type : " filedisk /? " at a Window's
Command Prompt.




Frederick said:
The posters are all banging on about disk-imaging software, designed to
create and "mount" virtual cd/dvd-rom drives from [*.iso] files.

If you have a folder and want to see if you can use that folder as a
"drive" - the closest and simplest way is to use the "subst" command from
within a Command Prompt.

Open a Command Prompt (either from "Start" > Programs" > "Accessories" >
"Command Prompt" or typing "cmd.exe" into the "Run" box on the Start
Menu)
and in it, type the following :

subst C:\MyPath\MyPath\MyFolder X:

....where;
C:\MyPath\MyPath\MyFolder represents the path to your
folder, and
X: represents a [free] drive-letter you want to assign to
the folder.

The new drive-letter in explorer will then have as it's "root", the
folder
you have specified in the "subst" command.

Type "subst /?" for help on the exact syntax and how to delete a "subst"
drive-letter.

==

Cheers, Tim Meddick, Peckham, London. :)
You know - I think you have hit the answer as to what I tried
originally, but forgot. I do not remember either changing the
Registry or using any software.

I have used subst for other things over the years, so I think you have
remembered for me.

TX

Big Fred
 
C

C.Joseph Drayton

I always copy the content of vendor CD/DVD disks onto a special hard
drive for backup and safe keeping and for use if the original vendor
disk has read trouble.

Well it has happened. An original disk will not read. The problem is
- there are two disks, and the installation seems to insist that both
disks be in a DVD drive, not in my hard drive folder.

I think I recall that when this happened some time ago, I set up XP to
substitute my hard drive folder for the disk that normally would have
been in the DVD drive. Did I use a mount command? I looked, but now
I don't think so. So, just what did I use? Anyone know?

Please steer me in the right direction.

Thanks

Big Fred

Hi Big Fred,

I always rip any data CD or DVD that I get as an ISO file that I store
on my hard disk. I then use MagicDisc to mount the ISO. Just copying the
CD files does not help if the disk is either a bootable or hybrid disc.

I use ImgBurn for creating the ISOs.

VDM (Virtual Drive Manager) found here:

http://download.cnet.com/Virtual-Drive-Manager/3000-2248_4-173250.html

Will allow you to map a path as a drive letter. Note though that if the
software expects to be run off a CD, you may have problems. Some
software will not even allow an ISO to be run on a soft-CD (because they
are SCSI drive) and are looking for an IDE or SATA drive.

Sincerely,
C.Joseph Drayton, Ph.D. AS&T

CSD Computer Services

Web site: http://csdcs.site90.net/
E-mail: (e-mail address removed)90.net
 
M

mm

I don't know, but wouldn't the easy thing be to copy the file from the
harddrive back to a DVD?

After reading SC Tom's reply, I hope no one took fully literally my
word "copy" above I was talking about burning an .iso or other disk
image to a CD. In Nero 6 this is called "Burn Image to Disc" and in
Imgburn, it is called Write Image File to Disc.

This would put you right back where you started from, with no
questions about mounts. Plus you'd be really ready to go if you ever
needed the actual disk again.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top