PureBytes Links
Trading Reference Links
|
One very simple way to copy from one drive to another in Win-95 is to use a
DOS statement like the following.
C:\windows\command\xcopy32.exe c:\omega\*.* d:\omega\ /m /s /e
It will copy only files that have changed since it was last executed. It
will also copy to a Network drive, assuming the drive mapped.
You can set it up as a Win-95 Shortcut Icon. If you want to automate it,
you can use a scheduler, such as ClockMan.
------------------------------------
At 06:44 PM 5/4/98 -0700, you wrote:
>I'd appreciate your comments if you use Power Quest's Drive Image or any
>other drive imaging product. I will be coping under Win95 from one hard
>drive to another.
>
>Does Drive Image have a scheduler?
>Do you have to copy the entire hard drive or can you select folders?
>Can you use mapped drives from a network?
>
>Thanks in advance, jim hill
>
>
>
|