![]() |
|
|
|
#1 |
|
I've just got a new Dell computer with a naked hard drive which I want tot
fill with the files now resident on my old computer. I have a good mate who wants the old computer intact including the drive. If I temporarily install the old drive on the new machine and transfer the old files to the new hard drive, I can then return the old drive to its old home. My concern is this: can I transfer the files without any new software such as Norton Ghost or something else? Thanks. Don Jennings |
|
|
|
|
#2 |
|
Posts: n/a
|
"Don Jennings" <> wrote in message news:Ehpqe.59199$... > I've just got a new Dell computer with a naked hard drive which I want tot > fill with the files now resident on my old computer. I have a good mate > who wants the old computer intact including the drive. If I temporarily > install the old drive on the new machine and transfer the old files to the > new hard drive, I can then return the old drive to its old home. > > My concern is this: can I transfer the files without any new software > such as Norton Ghost or something else? Thanks. Windows Explorer. Drag 'n Drop. Even better, don't move the hard drive. Connect the two and use the "File and Settings Transfer Wizard" that's built into Windows XP. Toolman Tim |
|
|
|
#3 |
|
Posts: n/a
|
"Toolman Tim" <> wrote in message news:dopqe.17697$... > > "Don Jennings" <> wrote in message > news:Ehpqe.59199$... >> I've just got a new Dell computer with a naked hard drive which I want >> tot fill with the files now resident on my old computer. I have a good >> mate who wants the old computer intact including the drive. If I >> temporarily install the old drive on the new machine and transfer the old >> files to the new hard drive, I can then return the old drive to its old >> home. >> >> My concern is this: can I transfer the files without any new software >> such as Norton Ghost or something else? Thanks. > Windows Explorer. Drag 'n Drop. > > Even better, don't move the hard drive. Connect the two and use the "File > and Settings Transfer Wizard" that's built into Windows XP. Thanks, Tim. But we've been there and the wizard says he must also be installed on the old computer as well as the new. But, dammit, the old box has the only burner and I don't know how to get the wizard onto that one. Of course, I could install the old burner in the new machine ---- and around and around and around --- Don Jennings |
|
|
|
#4 |
|
Posts: n/a
|
"Don Jennings" <> wrote in message news:dypqe.59201$... > > "Toolman Tim" <> wrote in message > news:dopqe.17697$... >> >> "Don Jennings" <> wrote in message >> news:Ehpqe.59199$... >>> I've just got a new Dell computer with a naked hard drive which I want >>> tot fill with the files now resident on my old computer. I have a good >>> mate who wants the old computer intact including the drive. If I >>> temporarily install the old drive on the new machine and transfer the >>> old files to the new hard drive, I can then return the old drive to its >>> old home. >>> >>> My concern is this: can I transfer the files without any new software >>> such as Norton Ghost or something else? Thanks. >> Windows Explorer. Drag 'n Drop. >> >> Even better, don't move the hard drive. Connect the two and use the "File >> and Settings Transfer Wizard" that's built into Windows XP. > Thanks, Tim. But we've been there and the wizard says he must also be > installed on the old computer as well as the new. But, dammit, the old > box has the only burner and I don't know how to get the wizard onto that > one. Of course, I could install the old burner in the new machine ---- and > around and around and around --- > > The FASTWIZ can be put on a floppy disk to run from the old computer, or it can be run from a Windows XP Setup CD. Toolman Tim |
|
|
|
#5 |
|
Posts: n/a
|
"Toolman Tim" <> wrote in message news:0Bpqe.17700$... > > "Don Jennings" <> wrote in message > news:dypqe.59201$... >> >> "Toolman Tim" <> wrote in message >> news:dopqe.17697$... >>> >>> "Don Jennings" <> wrote in message >>> news:Ehpqe.59199$... >>>> I've just got a new Dell computer with a naked hard drive which I want >>>> tot fill with the files now resident on my old computer. I have a good >>>> mate who wants the old computer intact including the drive. If I >>>> temporarily install the old drive on the new machine and transfer the >>>> old files to the new hard drive, I can then return the old drive to its >>>> old home. >>>> >>>> My concern is this: can I transfer the files without any new software >>>> such as Norton Ghost or something else? Thanks. >>> Windows Explorer. Drag 'n Drop. >>> >>> Even better, don't move the hard drive. Connect the two and use the >>> "File and Settings Transfer Wizard" that's built into Windows XP. >> Thanks, Tim. But we've been there and the wizard says he must also be >> installed on the old computer as well as the new. But, dammit, the old >> box has the only burner and I don't know how to get the wizard onto that >> one. Of course, I could install the old burner in the new machine ---- >> and around and around and around --- >> >> > The FASTWIZ can be put on a floppy disk to run from the old computer, or > it can be run from a Windows XP Setup CD. > > Dell makes good computers but they don't provide sh_t by way of software disks. Don't have a Setup CD. Don't know how to get FASTWIZ to the old computer. Can I put the old computer on the internet and download FASTWIZ from there? Where do I look? Don Jennings |
|
|
|
#6 |
|
Posts: n/a
|
"Don Jennings" <> wrote:
>Thanks, Tim. But we've been there and the wizard says he must also be >installed on the old computer as well as the new. But, dammit, the old box >has the only burner and I don't know how to get the wizard onto that one. >Of course, I could install the old burner in the new machine ---- and around >and around and around --- > If the new computer does not have a 3.5 diskette drive (many don't) then you can use a USB memory stick to create the FASTW info to run on the old computer. This is not mentioned in the Microsoft documenetation but it does work. See MVP Gary Woodruff's article on FASTW at http://www.aumha.org/win5/a/fast.htm Good luck Ron Martell Duncan B.C. Canada -- Microsoft MVP On-Line Help Computer Service http://onlinehelp.bc.ca In memory of a dear friend Alex Nichol MVP http://aumha.org/alex.htm Ron Martell |
|
|
|
#7 |
|
Posts: n/a
|
On "Don Jennings" <> wrote:
|>I've just got a new Dell computer with a naked hard drive which I want tot |>fill with the files now resident on my old computer. I have a good mate who |>wants the old computer intact including the drive. If I temporarily install |>the old drive on the new machine and transfer the old files to the new hard |>drive, I can then return the old drive to its old home. |> |>My concern is this: can I transfer the files without any new software such |>as Norton Ghost or something else? Thanks. Yes, if you put the old drive into the new computer you can just use Xcopy to do this. type in the following from a dos window D: CD \ xcopy D:*.* C:\<directory of your choice> /e/c/h/r/k <enter> (note space before C Change the string for your drives, assumes D: is your old drive, and C: your new drive. D: takes you to the D: drive. CD \ takes you to the root of the drive. XCOPY will copy everything from D: to C:\<directory> If you don't copy it to a directory it will overwrite your info on C: drive. - Xcopy /? - will list all options of Xcopy -- Pennywise@DerryMaine.Gov |
|
|
|
#8 |
|
Posts: n/a
|
<> wrote in message news:... > On "Don Jennings" <> wrote: > > |>I've just got a new Dell computer with a naked hard drive which I want > tot > |>fill with the files now resident on my old computer. I have a good mate > who > |>wants the old computer intact including the drive. If I temporarily > install > |>the old drive on the new machine and transfer the old files to the new > hard > |>drive, I can then return the old drive to its old home. > |> > |>My concern is this: can I transfer the files without any new software > such > |>as Norton Ghost or something else? Thanks. > > Yes, if you put the old drive into the new computer you can just use > Xcopy to do this. > > type in the following from a dos window > > D: > > CD \ > > xcopy D:*.* C:\<directory of your choice> /e/c/h/r/k <enter> (note > space before C > > Change the string for your drives, assumes D: is your old drive, and > C: your new drive. > > D: takes you to the D: drive. > > CD \ takes you to the root of the drive. > > XCOPY will copy everything from D: to C:\<directory> > > If you don't copy it to a directory it will overwrite your info on C: > drive. > > - Xcopy /? - will list all options of Xcopy > XCopy will not retain long file names - at least it didn't in W9x versions... Toolman Tim |
|
|
|
#9 |
|
Posts: n/a
|
"Don Jennings" <> wrote in message news:AJpqe.59202$... > > "Toolman Tim" <> wrote in message > news:0Bpqe.17700$... >> >> "Don Jennings" <> wrote in message >> news:dypqe.59201$... >>> >>> "Toolman Tim" <> wrote in message >>> news:dopqe.17697$... >>>> >>>> "Don Jennings" <> wrote in message >>>> news:Ehpqe.59199$... >>>>> I've just got a new Dell computer with a naked hard drive which I want >>>>> tot fill with the files now resident on my old computer. I have a >>>>> good mate who wants the old computer intact including the drive. If I >>>>> temporarily install the old drive on the new machine and transfer the >>>>> old files to the new hard drive, I can then return the old drive to >>>>> its old home. >>>>> >>>>> My concern is this: can I transfer the files without any new software >>>>> such as Norton Ghost or something else? Thanks. >>>> Windows Explorer. Drag 'n Drop. >>>> >>>> Even better, don't move the hard drive. Connect the two and use the >>>> "File and Settings Transfer Wizard" that's built into Windows XP. >>> Thanks, Tim. But we've been there and the wizard says he must also be >>> installed on the old computer as well as the new. But, dammit, the old >>> box has the only burner and I don't know how to get the wizard onto that >>> one. Of course, I could install the old burner in the new machine ---- >>> and around and around and around --- >>> >>> >> The FASTWIZ can be put on a floppy disk to run from the old computer, or >> it can be run from a Windows XP Setup CD. >> >> > Dell makes good computers but they don't provide sh_t by way of software > disks. Don't have a Setup CD. Don't know how to get FASTWIZ to the old > computer. Can I put the old computer on the internet and download FASTWIZ > from there? Where do I look? When you run the wizard on the Dell, it will PROMPT you to make a floppy disk or three other options. Do you have a floppy disk drive in the new Dell? Toolman Tim |
|
|
|
#10 |
|
Posts: n/a
|
On "Toolman Tim" <> wrote:
|>> |>XCopy will not retain long file names - at least it didn't in W9x |>versions... Darn, I attempted to deleted this message, he want'd to copy files not the entire drive :} I do hate understanding a message right after a post is sent. As for the long file names, they remain intact it's the short file names for the files that are lost, and shouldn't of caused him any problems in his needs (won't be run as an OS again). http://navasgrp.home.att.net/tech/clone_copy.htm Should of been mention, huh -- Microsoft takes on Photoshop http://www.microsoft.com/products/expression/ Pennywise@DerryMaine.Gov |
|
![]() |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Error: Physical sythesis tool PALAC is not supported by Formal Verification tool Conf | bbiandov | Software | 0 | 12-22-2008 05:25 AM |
| SONY DVD RW DW-G120A SOMETIMES FAILS...... | atlantic965 | DVD Video | 0 | 06-18-2006 10:36 PM |
| problems backing up dvds | Lawrence Traub | DVD Video | 11 | 09-27-2005 07:34 PM |
| Burn process failed - help! Log file posted for help troubleshooting | Michael Mason | DVD Video | 1 | 08-16-2004 09:24 PM |
| Pioneer A05 Problems | Bill Stock | DVD Video | 8 | 11-28-2003 05:03 AM |