Copying Directory to floopy in DOS
|
Original Message
|
Name: D Man
Date: April 17, 2002 at 23:19:46 Pacific
Subject: Copying Directory to floopy in DOS
|
Comment: When copying a entire directory to floopy from DOS Does anyone know how to get DOS to prombt you to insert another disk in floopy when floopy runs out of space?
Report Offensive Message For Removal
|
|
Response Number 1
|
Name: hedde
Date: April 18, 2002 at 00:51:18 Pacific
|
Reply: (edit)if you have PKzip/PKunzip you can make a multi-disk archive of the directory. It will properly divide the group of files to fit on floppy disk, and prompt you to insert more disks as needed. Search google for "PK250DOS.exe"
Report Offensive Follow Up For Removal
|
|
Response Number 3
|
Name: ...
Date: April 18, 2002 at 11:56:04 Pacific
|
Reply: (edit)However to copy a directory of a size larger than your floppy disk use XCOPY not Copy. I think the syntax is: XCOPY C:\dirname\*.* A:\ /W You can also use /S to copy files in any Sub-directories as well ...
Report Offensive Follow Up For Removal
|
|
Response Number 4
|
Name: johnson
Date: April 18, 2002 at 19:58:44 Pacific
|
Reply: (edit)use xcopy with the above and the /m option.. this makes the files as archived and keeps them from being copied again with a new disk
Report Offensive Follow Up For Removal
|
|
Response Number 5
|
Name: ...
Date: April 19, 2002 at 09:18:59 Pacific
|
Reply: (edit)The /M Switch does indeed set the arcive flag. But not to stop the file being copied onto the next disk, But to show the file as modified the next time you want copy that directory. It is OK to use both /M/W If you have say 55 files that copy onto 2 Floppy Disks, and 2 weeks later you have 60 files which are 5 new ones, plus 5 of the old ones that have been edited. It will copy those 10 files onto a single new disk. ...
Report Offensive Follow Up For Removal
|
Use following form to reply to current message: