Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Copying one drive content to another - Urgent
Message
De
26/09/2000 16:37:05
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00421167
Message ID:
00421196
Vues:
21
>>>Hi everyone and especially George & Ed!
>>>
>>>I have to quickly copy one drive content to another, except for BackUp directories. How can I do it the simpest way (not neccessary from VFP)?
>>>
>>>The code sample would be much appreciated, because it's really urgent.
>>>
>>>Thanks a lot in advance.
>>
>>I may not have the answer, but here are some relevant questions:
>>
>>Operating system?
>>Are you trying to keep the OS intact, or just get the data moved over?
>>How many directories are there direclty off the root? (xcopy may be a solution)
>
>
>Hi Steve,
>
>Thanks for your quick answer. I returned from vacation and found, that I have a new local 20 GB drive on my Win 95 machine. So from now I will develop on my own local drive and when deploy changes to the server. Right now I want to quickly copy all applications+data, except for BackUp directories (I don't need them) and except Output directory with all subdirectories. I don't know about xcopy, could you please tell me more?
>
>Thanks.

Nadya,

xCopy (or any other copy) won't work for Windows applications. Windows apps typically have to be installed from their setup programs (so everything is registered properly).

xCopy is a command line program that makes it easy to copy entire directory trees from one place to another. The same thing can be accomplished by dragging folder in Windows explorer, I just like to write old fashioned batch files :).

Are you not going to keep your old drive in your system? If you are going to keep it, you could move your data directories over to the new drive. Leave all your apps on your existing drive. Set up a "Program Files" directory (or whatever) on the new drive (probably drive D:) and install any new applications into that location.

If you are not going to keep your old drive (along with the new), you would have to do a new windows install on the new drive.

Another possibility (and this may be why this is urgent), is that you showed up to find that you were booting off of the new drive, and that you don't have any of your data or applications. Again, all apps have to be installed.

Let me know in which one of these cases you are finding yourself...
Steve Gibson
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform