A Windows 98 & ME forum. Win98banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Win98banter forum » Windows 98 » General
Site Map Home Authors List Search Today's Posts Mark Forums Read Web Partners

Copying Music Files



 
 
Thread Tools Display Modes
  #1  
Old December 27th 08, 08:29 PM posted to microsoft.public.win98.gen_discussion
V
External Usenet User
 
Posts: 2
Default Copying Music Files

Hello Everyone,

I did a search for all .mp3 files on a CD in hopes of copying them to
a folder on my PC. The problem I keep running into is after selecting
all the .mp3 files in the search window and copying them to another
folder it keeps recreating the folder structure the files came from.
Does anyone know how to get around the in Windows? I just want one
folder with only the files not the old folder structure.

Thanks,
V
  #2  
Old December 27th 08, 09:27 PM posted to microsoft.public.win98.gen_discussion
Don Phillipson[_5_]
External Usenet User
 
Posts: 440
Default Copying Music Files

"V" wrote in message
...

I did a search for all .mp3 files on a CD in hopes of copying them to
a folder on my PC. The problem I keep running into is after selecting
all the .mp3 files in the search window and copying them to another
folder it keeps recreating the folder structure the files came from.
Does anyone know how to get around the in Windows? I just want one
folder with only the files not the old folder structure.


Your experience might happen if you are copying links rather than
files. Better repost (confirming you use Win98 and) noting
whether the same thing happens when you copy a single
MP3 file and when you highlight two or more to copy by
the same command.

--
Don Phillipson
Carlsbad Springs
(Ottawa, Canada)


  #3  
Old December 27th 08, 09:27 PM posted to microsoft.public.win98.gen_discussion
Don Phillipson[_5_]
External Usenet User
 
Posts: 440
Default Copying Music Files

"V" wrote in message
...

I did a search for all .mp3 files on a CD in hopes of copying them to
a folder on my PC. The problem I keep running into is after selecting
all the .mp3 files in the search window and copying them to another
folder it keeps recreating the folder structure the files came from.
Does anyone know how to get around the in Windows? I just want one
folder with only the files not the old folder structure.


Your experience might happen if you are copying links rather than
files. Better repost (confirming you use Win98 and) noting
whether the same thing happens when you copy a single
MP3 file and when you highlight two or more to copy by
the same command.

--
Don Phillipson
Carlsbad Springs
(Ottawa, Canada)


  #4  
Old December 27th 08, 10:36 PM posted to microsoft.public.win98.gen_discussion
Franc Zabkar
External Usenet User
 
Posts: 1,702
Default Copying Music Files

On Sat, 27 Dec 2008 12:29:38 -0800 (PST), V put
finger to keyboard and composed:

Hello Everyone,

I did a search for all .mp3 files on a CD in hopes of copying them to
a folder on my PC. The problem I keep running into is after selecting
all the .mp3 files in the search window and copying them to another
folder it keeps recreating the folder structure the files came from.
Does anyone know how to get around the in Windows? I just want one
folder with only the files not the old folder structure.

Thanks,
V


In a DOS window type ...

dir C:\*.mp3 /s /b c:\mp3_copy.bat

Then use a text editor to edit mp3_copy.bat.

Search and Replace ...

C:\

.... with ...

copy "C:\

Then Search and Replace ...

.mp3

.... with ...

.mp3" c:\your_preferred_directory

This will create a mp3_copy.bat file which you can then execute.

- Franc Zabkar
--
Please remove one 'i' from my address when replying by email.
  #5  
Old December 27th 08, 10:36 PM posted to microsoft.public.win98.gen_discussion
Franc Zabkar
External Usenet User
 
Posts: 1,702
Default Copying Music Files

On Sat, 27 Dec 2008 12:29:38 -0800 (PST), V put
finger to keyboard and composed:

Hello Everyone,

I did a search for all .mp3 files on a CD in hopes of copying them to
a folder on my PC. The problem I keep running into is after selecting
all the .mp3 files in the search window and copying them to another
folder it keeps recreating the folder structure the files came from.
Does anyone know how to get around the in Windows? I just want one
folder with only the files not the old folder structure.

Thanks,
V


In a DOS window type ...

dir C:\*.mp3 /s /b c:\mp3_copy.bat

Then use a text editor to edit mp3_copy.bat.

Search and Replace ...

C:\

.... with ...

copy "C:\

Then Search and Replace ...

.mp3

.... with ...

.mp3" c:\your_preferred_directory

This will create a mp3_copy.bat file which you can then execute.

- Franc Zabkar
--
Please remove one 'i' from my address when replying by email.
  #6  
Old December 28th 08, 10:33 PM posted to microsoft.public.win98.gen_discussion
MEB[_2_]
External Usenet User
 
Posts: 1,626
Default Copying Music Files


"V" wrote in message
...
| Hello Everyone,
|
| I did a search for all .mp3 files on a CD in hopes of copying them to
| a folder on my PC. The problem I keep running into is after selecting
| all the .mp3 files in the search window and copying them to another
| folder it keeps recreating the folder structure the files came from.
| Does anyone know how to get around the in Windows? I just want one
| folder with only the files not the old folder structure.
|
| Thanks,
| V

That's what it is supposed to do.
Windows Search/Find locates the entire *path* to the files PARTICULARLY
when using a CD. When you *highlight/Select All* the findings and then
"copy" or perhaps "Sent To" from MULTIPLE directories/folders, you tell it
to re-create the paths [multiple directories/folders and the contained
files] as well. Its as if you said to copy the CD, but only specific files
[which is what you did]. To avoid this, you must either strip the
folders/directories [via a batch or script], or copy from each
directory/folder individually using Explorer.

Modify Franc's DOS batch suggestion to the drive letter you need for your
CD [like E: or G:] and direct the output to your hard drive destination
folder.

--
MEB
http://peoplescounsel.org
a Peoples' counsel

Windows diagnostics/Security/Networking:
http://peoplescounsel.org/ref/windows-main.htm
_ _
~~


  #7  
Old December 28th 08, 10:33 PM posted to microsoft.public.win98.gen_discussion
MEB[_2_]
External Usenet User
 
Posts: 1,626
Default Copying Music Files


"V" wrote in message
...
| Hello Everyone,
|
| I did a search for all .mp3 files on a CD in hopes of copying them to
| a folder on my PC. The problem I keep running into is after selecting
| all the .mp3 files in the search window and copying them to another
| folder it keeps recreating the folder structure the files came from.
| Does anyone know how to get around the in Windows? I just want one
| folder with only the files not the old folder structure.
|
| Thanks,
| V

That's what it is supposed to do.
Windows Search/Find locates the entire *path* to the files PARTICULARLY
when using a CD. When you *highlight/Select All* the findings and then
"copy" or perhaps "Sent To" from MULTIPLE directories/folders, you tell it
to re-create the paths [multiple directories/folders and the contained
files] as well. Its as if you said to copy the CD, but only specific files
[which is what you did]. To avoid this, you must either strip the
folders/directories [via a batch or script], or copy from each
directory/folder individually using Explorer.

Modify Franc's DOS batch suggestion to the drive letter you need for your
CD [like E: or G:] and direct the output to your hard drive destination
folder.

--
MEB
http://peoplescounsel.org
a Peoples' counsel

Windows diagnostics/Security/Networking:
http://peoplescounsel.org/ref/windows-main.htm
_ _
~~


  #8  
Old December 30th 08, 09:30 AM posted to microsoft.public.win98.gen_discussion
J. P. Gilliver (John)
External Usenet User
 
Posts: 1,554
Default Copying Music Files

In message , Franc Zabkar
writes:
On Sat, 27 Dec 2008 12:29:38 -0800 (PST), V put
finger to keyboard and composed:

Hello Everyone,

I did a search for all .mp3 files on a CD in hopes of copying them to
a folder on my PC. The problem I keep running into is after selecting
all the .mp3 files in the search window and copying them to another
folder it keeps recreating the folder structure the files came from.
Does anyone know how to get around the in Windows? I just want one
folder with only the files not the old folder structure.

Thanks,
V


In a DOS window type ...

dir C:\*.mp3 /s /b c:\mp3_copy.bat

Then use a text editor to edit mp3_copy.bat.

Search and Replace ...

C:\

... with ...

copy "C:\

Then Search and Replace ...

.mp3

... with ...

.mp3" c:\your_preferred_directory

This will create a mp3_copy.bat file which you can then execute.

- Franc Zabkar


Excellent solution; I didn't know the "find" window had that property,
as described by the OP. of copying the structure.

Confronted with the same problem, I'd consider one of the alternatives
to Explorer; I have Xtree (but that would lose any long filenames), and
have come across but not played with "Explorer2" (the 2 is raised); if
thanatoid is around he'll tell you his favourite.
--
J. P. Gilliver. UMRA: 1960/1985 MB++G.5AL(+++)IS-P--Ch+(p)Ar+T[?]H+Sh0!:`)DNAf
** http://www.soft255.demon.co.uk/G6JPG-PC/JPGminPC.htm for ludicrously
outdated thoughts on PCs. **

Santa's elves are just a bunch of subordinate Clauses.
** Posted from http://www.teranews.com **
  #9  
Old December 30th 08, 09:30 AM posted to microsoft.public.win98.gen_discussion
J. P. Gilliver (John)
External Usenet User
 
Posts: 1,554
Default Copying Music Files

In message , Franc Zabkar
writes:
On Sat, 27 Dec 2008 12:29:38 -0800 (PST), V put
finger to keyboard and composed:

Hello Everyone,

I did a search for all .mp3 files on a CD in hopes of copying them to
a folder on my PC. The problem I keep running into is after selecting
all the .mp3 files in the search window and copying them to another
folder it keeps recreating the folder structure the files came from.
Does anyone know how to get around the in Windows? I just want one
folder with only the files not the old folder structure.

Thanks,
V


In a DOS window type ...

dir C:\*.mp3 /s /b c:\mp3_copy.bat

Then use a text editor to edit mp3_copy.bat.

Search and Replace ...

C:\

... with ...

copy "C:\

Then Search and Replace ...

.mp3

... with ...

.mp3" c:\your_preferred_directory

This will create a mp3_copy.bat file which you can then execute.

- Franc Zabkar


Excellent solution; I didn't know the "find" window had that property,
as described by the OP. of copying the structure.

Confronted with the same problem, I'd consider one of the alternatives
to Explorer; I have Xtree (but that would lose any long filenames), and
have come across but not played with "Explorer2" (the 2 is raised); if
thanatoid is around he'll tell you his favourite.
--
J. P. Gilliver. UMRA: 1960/1985 MB++G.5AL(+++)IS-P--Ch+(p)Ar+T[?]H+Sh0!:`)DNAf
** http://www.soft255.demon.co.uk/G6JPG-PC/JPGminPC.htm for ludicrously
outdated thoughts on PCs. **

Santa's elves are just a bunch of subordinate Clauses.
** Posted from http://www.teranews.com **
  #10  
Old December 31st 08, 01:05 AM posted to microsoft.public.win98.gen_discussion
PCR
External Usenet User
 
Posts: 4,396
Default Copying Music Files

J. P. Gilliver (John) wrote:
| In message , Franc Zabkar
| writes:
|On Sat, 27 Dec 2008 12:29:38 -0800 (PST), V put
|finger to keyboard and composed:
|
|Hello Everyone,
|
|I did a search for all .mp3 files on a CD in hopes of copying them to
|a folder on my PC. The problem I keep running into is after
|selecting all the .mp3 files in the search window and copying them
|to another folder it keeps recreating the folder structure the files
|came from. Does anyone know how to get around the in Windows? I
|just want one folder with only the files not the old folder
|structure.
|
|Thanks,
|V
|
|In a DOS window type ...
|
| dir C:\*.mp3 /s /b c:\mp3_copy.bat
|
|Then use a text editor to edit mp3_copy.bat.
|
|Search and Replace ...
|
| C:\
|
|... with ...
|
| copy "C:\
|
|Then Search and Replace ...
|
| .mp3
|
|... with ...
|
| .mp3" c:\your_preferred_directory
|
|This will create a mp3_copy.bat file which you can then execute.
|
|- Franc Zabkar
|
| Excellent solution; I didn't know the "find" window had that property,
| as described by the OP. of copying the structure.

Uh-huh! I even put in a CD-R/W & copied a file off it-- only the file
came! I suspect OP is using something other than Explorer-- maybe
MSBackup, which might copy folder structures! Or -- as Phillipson wants
to know -- is he using XP or Vista? Maybe they do that!

| Confronted with the same problem, I'd consider one of the alternatives
| to Explorer; I have Xtree (but that would lose any long filenames),
| and have come across but not played with "Explorer2" (the 2 is
| raised); if thanatoid is around he'll tell you his favourite.
| --
| J. P. Gilliver. UMRA: 1960/1985
| MB++G.5AL(+++)IS-P--Ch+(p)Ar+T[?]H+Sh0!:`)DNAf **
| http://www.soft255.demon.co.uk/G6JPG-PC/JPGminPC.htm for ludicrously
| outdated thoughts on PCs. **
|
| Santa's elves are just a bunch of subordinate Clauses.
| ** Posted from http://www.teranews.com **

--
Thanks or Good Luck,
There may be humor in this post, and,
Naturally, you will not sue,
Should things get worse after this,
PCR



 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Copying Files Dapper Dan General 21 October 22nd 06 08:43 PM
Copying Files off CD-R Donald Disk Drives 1 May 24th 05 06:54 PM
Copying Music Javad General 16 January 12th 05 07:21 PM
Copying files from 1 PC to another Marty Disk Drives 3 August 17th 04 01:13 AM
copying files Mary General 1 July 22nd 04 07:03 PM


All times are GMT +1. The time now is 02:50 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Win98banter.
The comments are property of their posters.