A Windows XP help forum. PCbanter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » PCbanter forum » Microsoft Windows XP » The Basics
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

How to make c: = f: ?



 
 
Thread Tools Display Modes
  #1  
Old November 12th 09, 08:43 PM posted to microsoft.public.windows.64bit.general,microsoft.public.windowsxp.basics,microsoft.public.windowsxp.general,microsoft.public.windowsxp.help_and_support
zalek[_2_]
external usenet poster
 
Posts: 20
Default How to make c: = f: ?

Here what happened: for various reasons on my PC WinXp was installed
on F: drive, nd c: was USB drive. Now my PC crushed, but I had hard
drive clone. During install repair, WinXP installed itself in correct
place - but now my old F: is called C: and I am getting a lot of error
messages looking for F: drive (my current C: drive). Is it possible to
tell WinXP that C: and F: is the same drive? How?

Thanks,

Zalek
Ads
  #2  
Old November 12th 09, 09:31 PM posted to microsoft.public.windows.64bit.general,microsoft.public.windowsxp.basics,microsoft.public.windowsxp.general,microsoft.public.windowsxp.help_and_support
John Wunderlich
external usenet poster
 
Posts: 1,466
Default How to make c: = f: ?

zalek wrote in

m:

Here what happened: for various reasons on my PC WinXp was
installed on F: drive, nd c: was USB drive. Now my PC crushed, but
I had hard drive clone. During install repair, WinXP installed
itself in correct place - but now my old F: is called C: and I am
getting a lot of error messages looking for F: drive (my current
C: drive). Is it possible to tell WinXP that C: and F: is the same
drive? How?

Thanks,

Zalek


Bring up a command window ( Start - Run - "cmd")
Then enter the command:
subst f: c:\

HTH,
John
  #3  
Old November 12th 09, 09:31 PM posted to microsoft.public.windows.64bit.general,microsoft.public.windowsxp.basics,microsoft.public.windowsxp.general,microsoft.public.windowsxp.help_and_support
John Wunderlich
external usenet poster
 
Posts: 1,466
Default How to make c: = f: ?

zalek wrote in

m:

Here what happened: for various reasons on my PC WinXp was
installed on F: drive, nd c: was USB drive. Now my PC crushed, but
I had hard drive clone. During install repair, WinXP installed
itself in correct place - but now my old F: is called C: and I am
getting a lot of error messages looking for F: drive (my current
C: drive). Is it possible to tell WinXP that C: and F: is the same
drive? How?

Thanks,

Zalek


Bring up a command window ( Start - Run - "cmd")
Then enter the command:
subst f: c:\

HTH,
John
  #4  
Old November 13th 09, 10:30 AM posted to microsoft.public.windowsxp.basics,microsoft.public.windowsxp.general,microsoft.public.windowsxp.help_and_support
M.I.5¾
external usenet poster
 
Posts: 2,722
Default How to make c: = f: ?


"John Wunderlich" wrote in message
03...
zalek wrote in

m:

Here what happened: for various reasons on my PC WinXp was
installed on F: drive, nd c: was USB drive. Now my PC crushed, but
I had hard drive clone. During install repair, WinXP installed
itself in correct place - but now my old F: is called C: and I am
getting a lot of error messages looking for F: drive (my current
C: drive). Is it possible to tell WinXP that C: and F: is the same
drive? How?

Thanks,

Zalek


Bring up a command window ( Start - Run - "cmd")
Then enter the command:
subst f: c:\



Closing the command window will remove the substitution. Better to put it
in the startup autoexec.bat (wherever that is these days).


  #5  
Old November 13th 09, 10:30 AM posted to microsoft.public.windowsxp.basics,microsoft.public.windowsxp.general,microsoft.public.windowsxp.help_and_support
M.I.5¾
external usenet poster
 
Posts: 2,722
Default How to make c: = f: ?


"John Wunderlich" wrote in message
03...
zalek wrote in

m:

Here what happened: for various reasons on my PC WinXp was
installed on F: drive, nd c: was USB drive. Now my PC crushed, but
I had hard drive clone. During install repair, WinXP installed
itself in correct place - but now my old F: is called C: and I am
getting a lot of error messages looking for F: drive (my current
C: drive). Is it possible to tell WinXP that C: and F: is the same
drive? How?

Thanks,

Zalek


Bring up a command window ( Start - Run - "cmd")
Then enter the command:
subst f: c:\



Closing the command window will remove the substitution. Better to put it
in the startup autoexec.bat (wherever that is these days).


  #6  
Old November 13th 09, 12:40 PM posted to microsoft.public.windowsxp.basics,microsoft.public.windowsxp.general,microsoft.public.windowsxp.help_and_support
John John - MVP[_2_]
external usenet poster
 
Posts: 1,637
Default How to make c: = f: ?

M.I.5¾ wrote:
"John Wunderlich" wrote in message
03...
zalek wrote in

m:

Here what happened: for various reasons on my PC WinXp was
installed on F: drive, nd c: was USB drive. Now my PC crushed, but
I had hard drive clone. During install repair, WinXP installed
itself in correct place - but now my old F: is called C: and I am
getting a lot of error messages looking for F: drive (my current
C: drive). Is it possible to tell WinXP that C: and F: is the same
drive? How?

Thanks,

Zalek

Bring up a command window ( Start - Run - "cmd")
Then enter the command:
subst f: c:\



Closing the command window will remove the substitution.


No, the substituted drive will remain until you remove it with the subst
command (subst f: /d) or until you reboot the machine.

Better to put it in the startup autoexec.bat (wherever that is these days).


Other than appending the path statement to the system path Windows NT
versions do not parse the Autoexec.bat file.

If you want the substitution to be processed at every boot you could
create a batch file for it and put the batch file or a shortcut to it in
the Startup folder.

John
  #7  
Old November 13th 09, 12:40 PM posted to microsoft.public.windowsxp.basics,microsoft.public.windowsxp.general,microsoft.public.windowsxp.help_and_support
John John - MVP[_2_]
external usenet poster
 
Posts: 1,637
Default How to make c: = f: ?

M.I.5¾ wrote:
"John Wunderlich" wrote in message
03...
zalek wrote in

m:

Here what happened: for various reasons on my PC WinXp was
installed on F: drive, nd c: was USB drive. Now my PC crushed, but
I had hard drive clone. During install repair, WinXP installed
itself in correct place - but now my old F: is called C: and I am
getting a lot of error messages looking for F: drive (my current
C: drive). Is it possible to tell WinXP that C: and F: is the same
drive? How?

Thanks,

Zalek

Bring up a command window ( Start - Run - "cmd")
Then enter the command:
subst f: c:\



Closing the command window will remove the substitution.


No, the substituted drive will remain until you remove it with the subst
command (subst f: /d) or until you reboot the machine.

Better to put it in the startup autoexec.bat (wherever that is these days).


Other than appending the path statement to the system path Windows NT
versions do not parse the Autoexec.bat file.

If you want the substitution to be processed at every boot you could
create a batch file for it and put the batch file or a shortcut to it in
the Startup folder.

John
  #8  
Old November 13th 09, 03:20 PM posted to microsoft.public.windows.64bit.general,microsoft.public.windowsxp.basics,microsoft.public.windowsxp.general,microsoft.public.windowsxp.help_and_support
BrianB
external usenet poster
 
Posts: 25
Default How to make c: = f: ?

"zalek" wrote in message
...
Here what happened: for various reasons on my PC WinXp was installed
on F: drive, nd c: was USB drive. Now my PC crushed, but I had hard
drive clone. During install repair, WinXP installed itself in correct
place - but now my old F: is called C: and I am getting a lot of error
messages looking for F: drive (my current C: drive). Is it possible to
tell WinXP that C: and F: is the same drive? How?

Thanks,

Zalek


Search Google for "change windows drive letter to c"

subst is one way. The permanent solution suggested by MS is
http://support.microsoft.com/kb/223188

and some other suggestions:
http://ossism.com/2009/04/24/the-com...in-windows-xp/


  #9  
Old November 13th 09, 03:20 PM posted to microsoft.public.windows.64bit.general,microsoft.public.windowsxp.basics,microsoft.public.windowsxp.general,microsoft.public.windowsxp.help_and_support
BrianB
external usenet poster
 
Posts: 25
Default How to make c: = f: ?

"zalek" wrote in message
...
Here what happened: for various reasons on my PC WinXp was installed
on F: drive, nd c: was USB drive. Now my PC crushed, but I had hard
drive clone. During install repair, WinXP installed itself in correct
place - but now my old F: is called C: and I am getting a lot of error
messages looking for F: drive (my current C: drive). Is it possible to
tell WinXP that C: and F: is the same drive? How?

Thanks,

Zalek


Search Google for "change windows drive letter to c"

subst is one way. The permanent solution suggested by MS is
http://support.microsoft.com/kb/223188

and some other suggestions:
http://ossism.com/2009/04/24/the-com...in-windows-xp/


  #10  
Old November 13th 09, 06:37 PM posted to microsoft.public.windows.64bit.general,microsoft.public.windowsxp.basics,microsoft.public.windowsxp.general,microsoft.public.windowsxp.help_and_support
Twayne[_3_]
external usenet poster
 
Posts: 1,073
Default How to make c: = f: ?

In ,
zalek typed:
Here what happened: for various reasons on my PC WinXp was installed
on F: drive, nd c: was USB drive. Now my PC crushed, but I had hard
drive clone. During install repair, WinXP installed itself in correct
place - but now my old F: is called C: and I am getting a lot of error
messages looking for F: drive (my current C: drive). Is it possible to
tell WinXP that C: and F: is the same drive? How?

Thanks,

Zalek


You can manage and change drive letters in Disk Maintenance, under
Administrative tools; Computer Maintenance.
But you can't assign the same drive letter to two drives at the same
time; which I'm not sure is what you really want/need to do here.

HTH,

Twayne`


  #11  
Old November 13th 09, 06:37 PM posted to microsoft.public.windows.64bit.general,microsoft.public.windowsxp.basics,microsoft.public.windowsxp.general,microsoft.public.windowsxp.help_and_support
Twayne[_3_]
external usenet poster
 
Posts: 1,073
Default How to make c: = f: ?

In ,
zalek typed:
Here what happened: for various reasons on my PC WinXp was installed
on F: drive, nd c: was USB drive. Now my PC crushed, but I had hard
drive clone. During install repair, WinXP installed itself in correct
place - but now my old F: is called C: and I am getting a lot of error
messages looking for F: drive (my current C: drive). Is it possible to
tell WinXP that C: and F: is the same drive? How?

Thanks,

Zalek


You can manage and change drive letters in Disk Maintenance, under
Administrative tools; Computer Maintenance.
But you can't assign the same drive letter to two drives at the same
time; which I'm not sure is what you really want/need to do here.

HTH,

Twayne`


  #12  
Old November 13th 09, 06:39 PM posted to microsoft.public.windowsxp.basics,microsoft.public.windowsxp.general,microsoft.public.windowsxp.help_and_support
Twayne[_3_]
external usenet poster
 
Posts: 1,073
Default How to make c: = f: ?

In ,
M.I.5¾ typed:
"John Wunderlich" wrote in message
03...
zalek wrote in

m:

Here what happened: for various reasons on my PC WinXp was
installed on F: drive, nd c: was USB drive. Now my PC crushed, but
I had hard drive clone. During install repair, WinXP installed
itself in correct place - but now my old F: is called C: and I am
getting a lot of error messages looking for F: drive (my current
C: drive). Is it possible to tell WinXP that C: and F: is the same
drive? How?

Thanks,

Zalek


Bring up a command window ( Start - Run - "cmd")
Then enter the command:
subst f: c:\



Closing the command window will remove the substitution. Better to
put it in the startup autoexec.bat (wherever that is these days).


autoexec.bat (and config.sys) do not run in XP boots. They are there for
legacy operations but would not be the way to get the system to permanently
see F and C as the same drives. The Subs command is not what the OP needs
here IMO.

HTH,

Twayne`


  #13  
Old November 13th 09, 06:39 PM posted to microsoft.public.windowsxp.basics,microsoft.public.windowsxp.general,microsoft.public.windowsxp.help_and_support
Twayne[_3_]
external usenet poster
 
Posts: 1,073
Default How to make c: = f: ?

In ,
M.I.5¾ typed:
"John Wunderlich" wrote in message
03...
zalek wrote in

m:

Here what happened: for various reasons on my PC WinXp was
installed on F: drive, nd c: was USB drive. Now my PC crushed, but
I had hard drive clone. During install repair, WinXP installed
itself in correct place - but now my old F: is called C: and I am
getting a lot of error messages looking for F: drive (my current
C: drive). Is it possible to tell WinXP that C: and F: is the same
drive? How?

Thanks,

Zalek


Bring up a command window ( Start - Run - "cmd")
Then enter the command:
subst f: c:\



Closing the command window will remove the substitution. Better to
put it in the startup autoexec.bat (wherever that is these days).


autoexec.bat (and config.sys) do not run in XP boots. They are there for
legacy operations but would not be the way to get the system to permanently
see F and C as the same drives. The Subs command is not what the OP needs
here IMO.

HTH,

Twayne`


  #14  
Old November 13th 09, 10:07 PM posted to microsoft.public.windows.64bit.general,microsoft.public.windowsxp.basics,microsoft.public.windowsxp.general,microsoft.public.windowsxp.help_and_support
Richard
external usenet poster
 
Posts: 32
Default How to make c: = f: ?

C was already assigned, so XP was installed on F. Disconnect what was
connected to C and reinstall XP and the drive will now be called C.


"Twayne" wrote in message
...
In ,
zalek typed:
Here what happened: for various reasons on my PC WinXp was installed
on F: drive, nd c: was USB drive. Now my PC crushed, but I had hard
drive clone. During install repair, WinXP installed itself in correct
place - but now my old F: is called C: and I am getting a lot of error
messages looking for F: drive (my current C: drive). Is it possible to
tell WinXP that C: and F: is the same drive? How?

Thanks,

Zalek


You can manage and change drive letters in Disk Maintenance, under
Administrative tools; Computer Maintenance.
But you can't assign the same drive letter to two drives at the same
time; which I'm not sure is what you really want/need to do here.

HTH,

Twayne`




  #15  
Old November 13th 09, 10:07 PM posted to microsoft.public.windows.64bit.general,microsoft.public.windowsxp.basics,microsoft.public.windowsxp.general,microsoft.public.windowsxp.help_and_support
Richard
external usenet poster
 
Posts: 32
Default How to make c: = f: ?

C was already assigned, so XP was installed on F. Disconnect what was
connected to C and reinstall XP and the drive will now be called C.


"Twayne" wrote in message
...
In ,
zalek typed:
Here what happened: for various reasons on my PC WinXp was installed
on F: drive, nd c: was USB drive. Now my PC crushed, but I had hard
drive clone. During install repair, WinXP installed itself in correct
place - but now my old F: is called C: and I am getting a lot of error
messages looking for F: drive (my current C: drive). Is it possible to
tell WinXP that C: and F: is the same drive? How?

Thanks,

Zalek


You can manage and change drive letters in Disk Maintenance, under
Administrative tools; Computer Maintenance.
But you can't assign the same drive letter to two drives at the same
time; which I'm not sure is what you really want/need to do here.

HTH,

Twayne`




 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off






All times are GMT +1. The time now is 07:25 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 PCbanter.
The comments are property of their posters.