Hottest Free Downloads - DownloadPipe.com Over 197,000 downloads! Bookmark Now!
DownloadPipe.com - New Downloads Every Minute
 SEARCH:
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Move files to DVD until DVD is full

 
   Windows (Home) -> General Discussion RSS
Next:  Power up but no BIOS  
Author Message
Bofhluser

External


Since: Sep 23, 2009
Posts: 7



(Msg. 1) Posted: Wed Sep 23, 2009 2:21 am
Post subject: Move files to DVD until DVD is full
Archived from groups: microsoft>public>windowsxp>general (more info?)

How do I move and burn thousands of files to several DVD's so that
each DVD is full before the next DVD is prompted for? Is there such a
utility? I don't want or need to compress the files or encrypt them
nor do I need to split single files either (ie. all files are smaller
than 4.5 GB). A simple move operation is sufficient. Thank you.
Back to top
Login to vote
David Webb

External


Since: Aug 18, 2007
Posts: 21



(Msg. 2) Posted: Wed Sep 23, 2009 7:27 am
Post subject: Re: Move files to DVD until DVD is full [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Since Windows XP has no native ability to burn DVD media, you'll have to use a
3rd party application and you haven't mentioned which one you are going to use
or plan to use.

In the case of using Nero, the status capacity of the DVD is indicated prior to
burning. All you have to do is remember is where you left off. You could also
opt for a file validation after burning and then you could safely delete the
files from your source.

Keep in mind that a "move" operation, using a file manager, is actually a "copy
& delete original" routine. So when using a burner, it's best to copy,
verify/validate, and then delete.

"Bofhluser" <matt8500.RemoveThis@gmail.com> wrote in message
news:035ec68f-8e5c-475f-9569-666a3d2abf03@12g2000pri.googlegroups.com...
> How do I move and burn thousands of files to several DVD's so that
> each DVD is full before the next DVD is prompted for? Is there such a
> utility? I don't want or need to compress the files or encrypt them
> nor do I need to split single files either (ie. all files are smaller
> than 4.5 GB). A simple move operation is sufficient. Thank you.
Back to top
Login to vote
Paul Randall

External


Since: Aug 09, 2007
Posts: 26



(Msg. 3) Posted: Wed Sep 23, 2009 11:38 am
Post subject: Re: Move files to DVD until DVD is full [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Bofhluser" <matt8500.RemoveThis@gmail.com> wrote in message
news:035ec68f-8e5c-475f-9569-666a3d2abf03@12g2000pri.googlegroups.com...
> How do I move and burn thousands of files to several DVD's so that
> each DVD is full before the next DVD is prompted for? Is there such a
> utility? I don't want or need to compress the files or encrypt them
> nor do I need to split single files either (ie. all files are smaller
> than 4.5 GB). A simple move operation is sufficient. Thank you.

I'm sure many people have written such a utility - things like this were
especially handy in the days of floppy disks.
If all the files to be written to DVD are in a single folder, you might do
the job manually: sort the list by size (largest to smallest) and then
select blocks of files that will fit on the destination disc. When one more
file from the list won't fit, skip down to the first one that will. Repeat
until there are none small enough to be added.

You might want to write a VBScript to make lists of the files to be added to
each DVD.
If the data is important, include a mechanism to validate the DVDs, such as
DVDSig.

-Paul Randall
Back to top
Login to vote
Bofhluser

External


Since: Sep 23, 2009
Posts: 7



(Msg. 4) Posted: Wed Sep 23, 2009 6:09 pm
Post subject: Re: Move files to DVD until DVD is full [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

> If all the files to be written to DVD are in a single folder, you might do
> the job manually: sort the list by size (largest to smallest) and then
> select blocks of files that will fit on the destination disc.  When one more
> file from the list won't fit, skip down to the first one that will.  Repeat
> until there are none small enough to be added.

That's exactly what I'm doing now, and I am doing it manually. I am
looking for a non-manual method ie. a computerized procedure Smile.
Would you (or anyone) know of a Windows XP program, application, or
small app or program utility that can do this?
Back to top
Login to vote
Bofhluser

External


Since: Sep 23, 2009
Posts: 7



(Msg. 5) Posted: Wed Sep 23, 2009 6:11 pm
Post subject: Re: Move files to DVD until DVD is full [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Sep 23, 4:27 am, "David Webb" <dwebb....DeleteThis@earthling.net> wrote:
> Since Windows XP has no native ability to burn DVD media, you'll have to use a
> 3rd party application and you haven't mentioned which one you are going to use
> or plan to use.

That is what I am asking about. The name of a 3rd party application
that can do this. Thanks.
Back to top
Login to vote
David Webb

External


Since: Aug 18, 2007
Posts: 21



(Msg. 6) Posted: Thu Sep 24, 2009 7:18 am
Post subject: Re: Move files to DVD until DVD is full [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Sorry, I'm not aware of any 3rd party application that would do this task. As
defined, it appears to be a manual routine at worst and a scripted routine at
best. Assuming that you must perform this task on a repetitive basis, I'd
suggest finding someone to write a scripted procedure for you. Note that this
would probably require many trials before getting the satisfactory results that
you demand.

Otherwise, use the normal backup methods found in most DVD burning applications.

The file verification feature is a very important option since you plan to
delete the original source after copying.

"Bofhluser" <matt8500.DeleteThis@gmail.com> wrote in message
news:46bed7b9-3578-445e-b70a-f91284e610ef@o9g2000prg.googlegroups.com...
On Sep 23, 4:27 am, "David Webb" <dwebb....DeleteThis@earthling.net> wrote:
> Since Windows XP has no native ability to burn DVD media, you'll have to use a
> 3rd party application and you haven't mentioned which one you are going to use
> or plan to use.

That is what I am asking about. The name of a 3rd party application
that can do this. Thanks.
Back to top
Login to vote
Allen

External


Since: Sep 24, 2009
Posts: 4



(Msg. 7) Posted: Thu Sep 24, 2009 10:17 am
Post subject: Re: Move files to DVD until DVD is full [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Bofhluser wrote:
> How do I move and burn thousands of files to several DVD's so that
> each DVD is full before the next DVD is prompted for? Is there such a
> utility? I don't want or need to compress the files or encrypt them
> nor do I need to split single files either (ie. all files are smaller
> than 4.5 GB). A simple move operation is sufficient. Thank you.
Back in the days before optical drives, the late lamented PC Magazine
offered a free utility that did exactly what you want to do, except it
worked only with 3.5 inch floppies; I believe its name was "Directory
Magic". It was fast, efficient and easy to use. I loved it, but it is no
more. The only downside was if you wanted to find a specific file on a
20 or 30 diskette set you had to look at the directory on each diskette.
You might Google "Directory Magic" and see if anyone has ever updated it
for DVDs.
Allen
Back to top
Login to vote
Bofhluser

External


Since: Sep 23, 2009
Posts: 7



(Msg. 8) Posted: Thu Sep 24, 2009 12:09 pm
Post subject: Re: Move files to DVD until DVD is full [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

....The only downside was if you wanted to find a specific file on a
> 20 or 30 diskette set you had to look at the directory on each diskette.
..

> Allen
Finding a specific file will be easy if you use something like
Advance Disk Catalog (http://www.disk-catalog.com/).
Back to top
Login to vote
Bofhluser

External


Since: Sep 23, 2009
Posts: 7



(Msg. 9) Posted: Thu Sep 24, 2009 12:12 pm
Post subject: Re: Move files to DVD until DVD is full [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

> After checking Google, I found that Directory Magic was another PC Mag
> utility that I used regularly to compare directories for identical
> files. I I ever come up with the other, I'll post its name. Basically,
> uou marked the files you wanted to copy. It would copy the largest, then
> the largest remaining, and so forth and then ask for another floppy. It
> was another of many PC Mag free utilities that I used regularly.
> Allen- Hide quoted text -
>
> - Show quoted text -

I'm not familiar with Directory Magic but I am familiar with DirMatch
and WinMatch, both also from PC Magazine. I'll check out Directory
Magic. Thanks.
Back to top
Login to vote
Allen

External


Since: Sep 24, 2009
Posts: 4



(Msg. 10) Posted: Thu Sep 24, 2009 12:32 pm
Post subject: Re: Move files to DVD until DVD is full [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Allen wrote:
> Bofhluser wrote:
>> How do I move and burn thousands of files to several DVD's so that
>> each DVD is full before the next DVD is prompted for? Is there such a
>> utility? I don't want or need to compress the files or encrypt them
>> nor do I need to split single files either (ie. all files are smaller
>> than 4.5 GB). A simple move operation is sufficient. Thank you.
> Back in the days before optical drives, the late lamented PC Magazine
> offered a free utility that did exactly what you want to do, except it
> worked only with 3.5 inch floppies; I believe its name was "Directory
> Magic". It was fast, efficient and easy to use. I loved it, but it is no
> more. The only downside was if you wanted to find a specific file on a
> 20 or 30 diskette set you had to look at the directory on each diskette.
> You might Google "Directory Magic" and see if anyone has ever updated it
> for DVDs.
> Allen
After checking Google, I found that Directory Magic was another PC Mag
utility that I used regularly to compare directories for identical
files. I I ever come up with the other, I'll post its name. Basically,
uou marked the files you wanted to copy. It would copy the largest, then
the largest remaining, and so forth and then ask for another floppy. It
was another of many PC Mag free utilities that I used regularly.
Allen
Back to top
Login to vote
Bofhluser

External


Since: Sep 23, 2009
Posts: 7



(Msg. 11) Posted: Thu Sep 24, 2009 12:37 pm
Post subject: Re: Move files to DVD until DVD is full [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

> Back in the days before optical drives, the late lamented PC Magazine
> offered a free utility that did exactly what you want to do, except it
> worked only with 3.5 inch floppies;

I found this using google:

---
"fill608.zip Stuffs as many files as possible on disk
FILL.EXE: Program designed to move files off to floppy diskettes,
taking the biggest files first and skipping those that won't fit.
Also
provides option of splitting large files, creating a status report,
and
other features. "

Source:
http://groups.google.com/group/comp.archives.msdos.announce/tree/brows...rm/mont
---
The bad news is that it is ancient and works only with DOS and
floppies Sad

Now if only someone can point to a version that works with WinXP and
DVD's. Thanks.
Back to top
Login to vote
Roy Smith

External


Since: Jul 19, 2009
Posts: 5



(Msg. 12) Posted: Fri Sep 25, 2009 9:44 am
Post subject: Re: Move files to DVD until DVD is full [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Bofhluser wrote:
>> After checking Google, I found that Directory Magic was another PC Mag
>> utility that I used regularly to compare directories for identical
>> files. I I ever come up with the other, I'll post its name. Basically,
>> uou marked the files you wanted to copy. It would copy the largest, then
>> the largest remaining, and so forth and then ask for another floppy. It
>> was another of many PC Mag free utilities that I used regularly.
>> Allen- Hide quoted text -
>>
>> - Show quoted text -
>
> I'm not familiar with Directory Magic but I am familiar with DirMatch
> and WinMatch, both also from PC Magazine. I'll check out Directory
> Magic. Thanks.


The one he can't remember is probably one called "PackEmIn". Though the
only drawback is that you have to purchase the download ($7.97), or buy
a one-year subscription ($19.97). IMHO the subscription is the better
deal as once you've subscribed you can download all 140+ programs that
are available.


--

Roy Smith
Windows XP Pro SP3
Back to top
Login to vote
Allen

External


Since: Sep 24, 2009
Posts: 4



(Msg. 13) Posted: Fri Sep 25, 2009 2:44 pm
Post subject: Re: Move files to DVD until DVD is full [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Roy Smith wrote:
> Bofhluser wrote:
>>> After checking Google, I found that Directory Magic was another PC Mag
>>> utility that I used regularly to compare directories for identical
>>> files. I I ever come up with the other, I'll post its name. Basically,
>>> uou marked the files you wanted to copy. It would copy the largest, then
>>> the largest remaining, and so forth and then ask for another floppy. It
>>> was another of many PC Mag free utilities that I used regularly.
>>> Allen- Hide quoted text -
>>>
>>> - Show quoted text -
>> I'm not familiar with Directory Magic but I am familiar with DirMatch
>> and WinMatch, both also from PC Magazine. I'll check out Directory
>> Magic. Thanks.
>
>
> The one he can't remember is probably one called "PackEmIn". Though the
> only drawback is that you have to purchase the download ($7.97), or buy
> a one-year subscription ($19.97). IMHO the subscription is the better
> deal as once you've subscribed you can download all 140+ programs that
> are available.
>
>
That's not the name of the one I used, but perhaps it's been upgraded to
work with DVD. If so, it would be great to have for those who still use
optical BU.
Allen
Back to top
Login to vote
Bofhluser

External


Since: Sep 23, 2009
Posts: 7



(Msg. 14) Posted: Sun Sep 27, 2009 10:41 pm
Post subject: Re: Move files to DVD until DVD is full [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

> The one he can't remember is probably one called "PackEmIn".  Though the

Roy, that's exactly what I need. Thank you very much! Smile
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Taskbar won't move - I have unchecked the lock taskbar option but the taskbar remains fixed in the same position. I have tried left clicking in a blank section and dragging, but to no avail. This is a recent problem, -- oumalou

Windows Not Maximizing to Full Width - Hello, Currently, windows on my primary monitor (I have dual display) will maximize to only about 1/2 the proper width. The taskbar and desktop still extend the full width of my monitor and when I restore down, I can manually extend the window to the..

No display after full screen command prompt exit - If I open a dos window (command prompt) and go full screen by pressing alt-enter and then exit by typing 'exit'/enter, my display goes blank. The same think happens if I press alt-enter a second time. After this I can toggle using alt-enter between ...

Remote Desktop window will not open to full screen - I have seen this before however i can remember what needed to be done to get the window to maximize. I have gone into RDP and told it to open up maximized, when i click on the maximize/minimize button in the window it looks like it wants to maximize....

I need taskbar visible even when applications run in full .. - Please, help. Does anyone know of a utility, or a registry tweak that would make the taskbar in WinXP always visible. The Windows "Always On Top" setting doesn't work in conjunction with applications that are by their design on top of the task...
       Windows (Home) -> General Discussion All times are: Eastern Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum
Categories:
  Windows Forums
 Game Forums
 Linux Forums
 Mac Forums
 PDA Forums
 Mobile Forums
  Top  |  Store  |  RSS Feeds RSS  |  Data Feeds  |  Advertise  |  Submit  |  Bookmark  |  Newsletter  |  Contact