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
  #11  
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



  #12  
Old December 31st 08, 08:55 PM posted to microsoft.public.win98.gen_discussion
MEB[_2_]
External Usenet User
 
Posts: 1,626
Default Copying Music Files


"PCR" wrote in message
...
| 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!

Uh, not a good comparison. The querier copied MULTIPLE files from MULTIPLE
directories/folders *at the same time*.
A single file is copied as a single file with no directory structure;
multiple folders and files are copied as folders WITH the included files.

EXAMPLES:

1. Try copying a directory/folder or multiple folders (and included files)
from the CD.... what do you get??? the folder and files IN that same
folderfiles configuration. That's what was happening with the querier's
usage, only a filter had been *pre-applied* {just WHERE the *.mp3 files
returned by Search/Find were located}. Highlighting/Selecting those files
transferred the COMPLETE LOCATION to the copy command and DUPLICATED that
data structure where directed.

2. You can't highlight individual files in Explorer IN *different
directories/folders*, e.g., when changing to the other folder/directory,
your previous highlighted files are lost [no focus]. You CAN copy multiple
"folders" *within* the *root folder/directory* though [e.g., subfolders of a
main folder]. And you can copy files and directories from ONE folder to
another [pane to pane], but once you delve into a sub folder or move to a
higher folder you lose focus from/in any other folders.

To get ONLY certain files {as the querier wanted} you must use some form of
external filter [Find/Search which defaults to Windows methods of folders
and files [location {and data when clicked or highlighted and
copied/moved/whatever}], or a DOS batch {using external filtering}, or a
script {over-riding defaults and/or assigning functions, variables, and
directing output}]. Or, of course, an application which is not bound by
Windows default methods [such as a third party Explorer replacement].

One additional comment: Seems I vaguely remember some registry hacks [or
was it on the Search/Find command line/box] which allowed additional
filters/functions to be used within Search/Find, but that was LONG ago.
Anyone remember the hacks?

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

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

|
| | 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
|
|
|


  #13  
Old December 31st 08, 08:55 PM posted to microsoft.public.win98.gen_discussion
MEB[_2_]
External Usenet User
 
Posts: 1,626
Default Copying Music Files


"PCR" wrote in message
...
| 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!

Uh, not a good comparison. The querier copied MULTIPLE files from MULTIPLE
directories/folders *at the same time*.
A single file is copied as a single file with no directory structure;
multiple folders and files are copied as folders WITH the included files.

EXAMPLES:

1. Try copying a directory/folder or multiple folders (and included files)
from the CD.... what do you get??? the folder and files IN that same
folderfiles configuration. That's what was happening with the querier's
usage, only a filter had been *pre-applied* {just WHERE the *.mp3 files
returned by Search/Find were located}. Highlighting/Selecting those files
transferred the COMPLETE LOCATION to the copy command and DUPLICATED that
data structure where directed.

2. You can't highlight individual files in Explorer IN *different
directories/folders*, e.g., when changing to the other folder/directory,
your previous highlighted files are lost [no focus]. You CAN copy multiple
"folders" *within* the *root folder/directory* though [e.g., subfolders of a
main folder]. And you can copy files and directories from ONE folder to
another [pane to pane], but once you delve into a sub folder or move to a
higher folder you lose focus from/in any other folders.

To get ONLY certain files {as the querier wanted} you must use some form of
external filter [Find/Search which defaults to Windows methods of folders
and files [location {and data when clicked or highlighted and
copied/moved/whatever}], or a DOS batch {using external filtering}, or a
script {over-riding defaults and/or assigning functions, variables, and
directing output}]. Or, of course, an application which is not bound by
Windows default methods [such as a third party Explorer replacement].

One additional comment: Seems I vaguely remember some registry hacks [or
was it on the Search/Find command line/box] which allowed additional
filters/functions to be used within Search/Find, but that was LONG ago.
Anyone remember the hacks?

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

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

|
| | 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
|
|
|


  #14  
Old January 3rd 09, 12:49 AM posted to microsoft.public.win98.gen_discussion
PCR
External Usenet User
 
Posts: 4,396
Default Copying Music Files

MEB wrote:
| "PCR" wrote in message
| ...
|| 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!
|
| Uh, not a good comparison. The querier copied MULTIPLE files from
| MULTIPLE directories/folders *at the same time*.
| A single file is copied as a single file with no directory structure;
| multiple folders and files are copied as folders WITH the included
| files.

Using Windows's "Find *.*" on a CD, I was able to copy multiple files
from different CD folders to C:\Windows\Temp. Just the files went
without the folder structure. (You know, you hold CTRL while selecting
the files from different folders. Then R-Clk one of them & select
"Copy".) When a folder is included as one of the selections-- yea, the
folder & its contents are copied, right. But the other single files
selected still come without their folder structure.

| EXAMPLES:
|
| 1. Try copying a directory/folder or multiple folders (and included
| files) from the CD.... what do you get??? the folder and files IN
| that same folderfiles configuration. That's what was happening with
| the querier's usage, only a filter had been *pre-applied* {just WHERE
| the *.mp3 files returned by Search/Find were located}.
| Highlighting/Selecting those files transferred the COMPLETE LOCATION
| to the copy command and DUPLICATED that data structure where directed.

For "*.mp3" to cause folders to show up in a FIND box, a folder must
have those characters in its name. THEN -- yea -- selecting it will copy
the folder & its contents. Still, any files found & selected jointly
(holding CTRL) will come without their own folder structure. That's how
it works for me! But I'm not using any irradiated XP/Vista machine!

| 2. You can't highlight individual files in Explorer IN *different
| directories/folders*, e.g., when changing to the other
| folder/directory, your previous highlighted files are lost [no
| focus]. You CAN copy multiple "folders" *within* the *root
| folder/directory* though [e.g., subfolders of a main folder]. And you
| can copy files and directories from ONE folder to another [pane to
| pane], but once you delve into a sub folder or move to a higher
| folder you lose focus from/in any other folders.

I'm willing to take your word for that. It sounds about right. But it
CAN be done as I said in a FIND box.

| To get ONLY certain files {as the querier wanted} you must use some
| form of external filter [Find/Search which defaults to Windows
| methods of folders and files [location {and data when clicked or
| highlighted and copied/moved/whatever}], or a DOS batch {using
| external filtering}, or a script {over-riding defaults and/or
| assigning functions, variables, and directing output}]. Or, of
| course, an application which is not bound by Windows default methods
| [such as a third party Explorer replacement].
|
| One additional comment: Seems I vaguely remember some registry hacks
| [or was it on the Search/Find command line/box] which allowed
| additional filters/functions to be used within Search/Find, but that
| was LONG ago. Anyone remember the hacks?

Not me.

| --
| MEB
| http://peoplescounsel.org
| a Peoples' counsel
|
| Windows diagnostics/Security/Networking:
| http://peoplescounsel.org/ref/windows-main.htm
| _ _
| ~~
|
||
|| | 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
||

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



  #15  
Old January 3rd 09, 12:49 AM posted to microsoft.public.win98.gen_discussion
PCR
External Usenet User
 
Posts: 4,396
Default Copying Music Files

MEB wrote:
| "PCR" wrote in message
| ...
|| 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!
|
| Uh, not a good comparison. The querier copied MULTIPLE files from
| MULTIPLE directories/folders *at the same time*.
| A single file is copied as a single file with no directory structure;
| multiple folders and files are copied as folders WITH the included
| files.

Using Windows's "Find *.*" on a CD, I was able to copy multiple files
from different CD folders to C:\Windows\Temp. Just the files went
without the folder structure. (You know, you hold CTRL while selecting
the files from different folders. Then R-Clk one of them & select
"Copy".) When a folder is included as one of the selections-- yea, the
folder & its contents are copied, right. But the other single files
selected still come without their folder structure.

| EXAMPLES:
|
| 1. Try copying a directory/folder or multiple folders (and included
| files) from the CD.... what do you get??? the folder and files IN
| that same folderfiles configuration. That's what was happening with
| the querier's usage, only a filter had been *pre-applied* {just WHERE
| the *.mp3 files returned by Search/Find were located}.
| Highlighting/Selecting those files transferred the COMPLETE LOCATION
| to the copy command and DUPLICATED that data structure where directed.

For "*.mp3" to cause folders to show up in a FIND box, a folder must
have those characters in its name. THEN -- yea -- selecting it will copy
the folder & its contents. Still, any files found & selected jointly
(holding CTRL) will come without their own folder structure. That's how
it works for me! But I'm not using any irradiated XP/Vista machine!

| 2. You can't highlight individual files in Explorer IN *different
| directories/folders*, e.g., when changing to the other
| folder/directory, your previous highlighted files are lost [no
| focus]. You CAN copy multiple "folders" *within* the *root
| folder/directory* though [e.g., subfolders of a main folder]. And you
| can copy files and directories from ONE folder to another [pane to
| pane], but once you delve into a sub folder or move to a higher
| folder you lose focus from/in any other folders.

I'm willing to take your word for that. It sounds about right. But it
CAN be done as I said in a FIND box.

| To get ONLY certain files {as the querier wanted} you must use some
| form of external filter [Find/Search which defaults to Windows
| methods of folders and files [location {and data when clicked or
| highlighted and copied/moved/whatever}], or a DOS batch {using
| external filtering}, or a script {over-riding defaults and/or
| assigning functions, variables, and directing output}]. Or, of
| course, an application which is not bound by Windows default methods
| [such as a third party Explorer replacement].
|
| One additional comment: Seems I vaguely remember some registry hacks
| [or was it on the Search/Find command line/box] which allowed
| additional filters/functions to be used within Search/Find, but that
| was LONG ago. Anyone remember the hacks?

Not me.

| --
| MEB
| http://peoplescounsel.org
| a Peoples' counsel
|
| Windows diagnostics/Security/Networking:
| http://peoplescounsel.org/ref/windows-main.htm
| _ _
| ~~
|
||
|| | 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
||

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



  #16  
Old January 3rd 09, 08:54 AM posted to microsoft.public.win98.gen_discussion
MEB[_2_]
External Usenet User
 
Posts: 1,626
Default Copying Music Files

"PCR" wrote in message
...
| MEB wrote:
| | "PCR" wrote in message
| | ...
| || 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
cut
| || | .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!
| |
| | Uh, not a good comparison. The querier copied MULTIPLE files from
| | MULTIPLE directories/folders *at the same time*.
| | A single file is copied as a single file with no directory structure;
| | multiple folders and files are copied as folders WITH the included
| | files.
|
| Using Windows's "Find *.*" on a CD, I was able to copy multiple files
| from different CD folders to C:\Windows\Temp. Just the files went
| without the folder structure. (You know, you hold CTRL while selecting
| the files from different folders. Then R-Clk one of them & select
| "Copy".) When a folder is included as one of the selections-- yea, the
| folder & its contents are copied, right. But the other single files
| selected still come without their folder structure.

Yep.

|
| | EXAMPLES:
| |
| | 1. Try copying a directory/folder or multiple folders (and included
| | files) from the CD.... what do you get??? the folder and files IN
| | that same folderfiles configuration. That's what was happening with
| | the querier's usage, only a filter had been *pre-applied* {just WHERE
| | the *.mp3 files returned by Search/Find were located}.
| | Highlighting/Selecting those files transferred the COMPLETE LOCATION
| | to the copy command and DUPLICATED that data structure where directed.
|
| For "*.mp3" to cause folders to show up in a FIND box, a folder must
| have those characters in its name. THEN -- yea -- selecting it will copy
| the folder & its contents. Still, any files found & selected jointly
| (holding CTRL) will come without their own folder structure. That's how
| it works for me! But I'm not using any irradiated XP/Vista machine!

Yep.
Nor am I at the moment.

|
| | 2. You can't highlight individual files in Explorer IN *different
| | directories/folders*, e.g., when changing to the other
| | folder/directory, your previous highlighted files are lost [no
| | focus]. You CAN copy multiple "folders" *within* the *root
| | folder/directory* though [e.g., subfolders of a main folder]. And you
| | can copy files and directories from ONE folder to another [pane to
| | pane], but once you delve into a sub folder or move to a higher
| | folder you lose focus from/in any other folders.
|
| I'm willing to take your word for that. It sounds about right. But it
| CAN be done as I said in a FIND box.

Yep. So what do you think caused the issue the querier encountered? Or was
too little information provided and subsequently extracted....
As you've just demonstrated it should have worked, yet didn't... so if 9X/ME
does work in that fashion [and we're in this 98 newsgroup, sorry for the
slight misdirection in the previous comments, they apply to a different OS],
which OSs don't perform in the same fashion....

|
| | To get ONLY certain files {as the querier wanted} you must use some
| | form of external filter [Find/Search which defaults to Windows
| | methods of folders and files [location {and data when clicked or
| | highlighted and copied/moved/whatever}], or a DOS batch {using
| | external filtering}, or a script {over-riding defaults and/or
| | assigning functions, variables, and directing output}]. Or, of
| | course, an application which is not bound by Windows default methods
| | [such as a third party Explorer replacement].
| |
| | One additional comment: Seems I vaguely remember some registry hacks
| | [or was it on the Search/Find command line/box] which allowed
| | additional filters/functions to be used within Search/Find, but that
| | was LONG ago. Anyone remember the hacks?
|
| Not me.
|
| | --
| | MEB
| | ~~
| |
| ||
| || | 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
| || |
| ||
| || PCR
|
| --
| PCR
--
MEB
http://peoplescounsel.org
a Peoples' counsel

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


  #17  
Old January 3rd 09, 08:54 AM posted to microsoft.public.win98.gen_discussion
MEB[_2_]
External Usenet User
 
Posts: 1,626
Default Copying Music Files

"PCR" wrote in message
...
| MEB wrote:
| | "PCR" wrote in message
| | ...
| || 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
cut
| || | .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!
| |
| | Uh, not a good comparison. The querier copied MULTIPLE files from
| | MULTIPLE directories/folders *at the same time*.
| | A single file is copied as a single file with no directory structure;
| | multiple folders and files are copied as folders WITH the included
| | files.
|
| Using Windows's "Find *.*" on a CD, I was able to copy multiple files
| from different CD folders to C:\Windows\Temp. Just the files went
| without the folder structure. (You know, you hold CTRL while selecting
| the files from different folders. Then R-Clk one of them & select
| "Copy".) When a folder is included as one of the selections-- yea, the
| folder & its contents are copied, right. But the other single files
| selected still come without their folder structure.

Yep.

|
| | EXAMPLES:
| |
| | 1. Try copying a directory/folder or multiple folders (and included
| | files) from the CD.... what do you get??? the folder and files IN
| | that same folderfiles configuration. That's what was happening with
| | the querier's usage, only a filter had been *pre-applied* {just WHERE
| | the *.mp3 files returned by Search/Find were located}.
| | Highlighting/Selecting those files transferred the COMPLETE LOCATION
| | to the copy command and DUPLICATED that data structure where directed.
|
| For "*.mp3" to cause folders to show up in a FIND box, a folder must
| have those characters in its name. THEN -- yea -- selecting it will copy
| the folder & its contents. Still, any files found & selected jointly
| (holding CTRL) will come without their own folder structure. That's how
| it works for me! But I'm not using any irradiated XP/Vista machine!

Yep.
Nor am I at the moment.

|
| | 2. You can't highlight individual files in Explorer IN *different
| | directories/folders*, e.g., when changing to the other
| | folder/directory, your previous highlighted files are lost [no
| | focus]. You CAN copy multiple "folders" *within* the *root
| | folder/directory* though [e.g., subfolders of a main folder]. And you
| | can copy files and directories from ONE folder to another [pane to
| | pane], but once you delve into a sub folder or move to a higher
| | folder you lose focus from/in any other folders.
|
| I'm willing to take your word for that. It sounds about right. But it
| CAN be done as I said in a FIND box.

Yep. So what do you think caused the issue the querier encountered? Or was
too little information provided and subsequently extracted....
As you've just demonstrated it should have worked, yet didn't... so if 9X/ME
does work in that fashion [and we're in this 98 newsgroup, sorry for the
slight misdirection in the previous comments, they apply to a different OS],
which OSs don't perform in the same fashion....

|
| | To get ONLY certain files {as the querier wanted} you must use some
| | form of external filter [Find/Search which defaults to Windows
| | methods of folders and files [location {and data when clicked or
| | highlighted and copied/moved/whatever}], or a DOS batch {using
| | external filtering}, or a script {over-riding defaults and/or
| | assigning functions, variables, and directing output}]. Or, of
| | course, an application which is not bound by Windows default methods
| | [such as a third party Explorer replacement].
| |
| | One additional comment: Seems I vaguely remember some registry hacks
| | [or was it on the Search/Find command line/box] which allowed
| | additional filters/functions to be used within Search/Find, but that
| | was LONG ago. Anyone remember the hacks?
|
| Not me.
|
| | --
| | MEB
| | ~~
| |
| ||
| || | 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
| || |
| ||
| || PCR
|
| --
| PCR
--
MEB
http://peoplescounsel.org
a Peoples' counsel

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


  #18  
Old January 4th 09, 02:04 AM posted to microsoft.public.win98.gen_discussion
PCR
External Usenet User
 
Posts: 4,396
Default Copying Music Files

MEB wrote:
| "PCR" wrote in message
| ...
|| MEB wrote:
|| | "PCR" wrote in message
|| | ...
|| || 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
| cut
|| || | .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!
|| |
|| | Uh, not a good comparison. The querier copied MULTIPLE files from
|| | MULTIPLE directories/folders *at the same time*.
|| | A single file is copied as a single file with no directory
|| | structure; multiple folders and files are copied as folders WITH
|| | the included files.
||
|| Using Windows's "Find *.*" on a CD, I was able to copy multiple files
|| from different CD folders to C:\Windows\Temp. Just the files went
|| without the folder structure. (You know, you hold CTRL while
|| selecting the files from different folders. Then R-Clk one of them &
|| select "Copy".) When a folder is included as one of the selections--
|| yea, the folder & its contents are copied, right. But the other
|| single files selected still come without their folder structure.
|
| Yep.

OK.

||
|| | EXAMPLES:
|| |
|| | 1. Try copying a directory/folder or multiple folders (and included
|| | files) from the CD.... what do you get??? the folder and files IN
|| | that same folderfiles configuration. That's what was happening
|| | with the querier's usage, only a filter had been *pre-applied*
|| | {just WHERE the *.mp3 files returned by Search/Find were located}.
|| | Highlighting/Selecting those files transferred the COMPLETE
|| | LOCATION to the copy command and DUPLICATED that data structure
|| | where directed.
||
|| For "*.mp3" to cause folders to show up in a FIND box, a folder must
|| have those characters in its name. THEN -- yea -- selecting it will
|| copy the folder & its contents. Still, any files found & selected
|| jointly (holding CTRL) will come without their own folder structure.
|| That's how it works for me! But I'm not using any irradiated
|| XP/Vista machine!
|
| Yep.
| Nor am I at the moment.

But was he?

||
|| | 2. You can't highlight individual files in Explorer IN *different
|| | directories/folders*, e.g., when changing to the other
|| | folder/directory, your previous highlighted files are lost [no
|| | focus]. You CAN copy multiple "folders" *within* the *root
|| | folder/directory* though [e.g., subfolders of a main folder]. And
|| | you can copy files and directories from ONE folder to another
|| | [pane to pane], but once you delve into a sub folder or move to a
|| | higher folder you lose focus from/in any other folders.
||
|| I'm willing to take your word for that. It sounds about right. But it
|| CAN be done as I said in a FIND box.
|
| Yep. So what do you think caused the issue the querier encountered?
| Or was too little information provided and subsequently extracted....
| As you've just demonstrated it should have worked, yet didn't... so
| if 9X/ME does work in that fashion [and we're in this 98 newsgroup,
| sorry for the slight misdirection in the previous comments, they
| apply to a different OS], which OSs don't perform in the same
| fashion....

It was too little information. I know MSBackup can be set to take folder
structures. Maybe he was using that or something else that does it. I
wouldn't be suprized if XP/Vista do it. Maybe he did have "mp3" in a
folder name.

||
|| | To get ONLY certain files {as the querier wanted} you must use
|| | some form of external filter [Find/Search which defaults to Windows
|| | methods of folders and files [location {and data when clicked or
|| | highlighted and copied/moved/whatever}], or a DOS batch {using
|| | external filtering}, or a script {over-riding defaults and/or
|| | assigning functions, variables, and directing output}]. Or, of
|| | course, an application which is not bound by Windows default
|| | methods [such as a third party Explorer replacement].
|| |
|| | One additional comment: Seems I vaguely remember some registry
|| | hacks [or was it on the Search/Find command line/box] which allowed
|| | additional filters/functions to be used within Search/Find, but
|| | that was LONG ago. Anyone remember the hacks?
||
|| Not me.
||
|| | --
|| | MEB
|| | ~~
|| |
|| ||
|| || | 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
|| || |
|| ||
|| || PCR
||
|| --
|| PCR
| --
| MEB
| http://peoplescounsel.org
| a Peoples' counsel
|
| Windows diagnostics/Security/Networking:
| http://peoplescounsel.org/ref/windows-main.htm
| _ _
| ~~

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



  #19  
Old January 4th 09, 02:04 AM posted to microsoft.public.win98.gen_discussion
PCR
External Usenet User
 
Posts: 4,396
Default Copying Music Files

MEB wrote:
| "PCR" wrote in message
| ...
|| MEB wrote:
|| | "PCR" wrote in message
|| | ...
|| || 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
| cut
|| || | .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!
|| |
|| | Uh, not a good comparison. The querier copied MULTIPLE files from
|| | MULTIPLE directories/folders *at the same time*.
|| | A single file is copied as a single file with no directory
|| | structure; multiple folders and files are copied as folders WITH
|| | the included files.
||
|| Using Windows's "Find *.*" on a CD, I was able to copy multiple files
|| from different CD folders to C:\Windows\Temp. Just the files went
|| without the folder structure. (You know, you hold CTRL while
|| selecting the files from different folders. Then R-Clk one of them &
|| select "Copy".) When a folder is included as one of the selections--
|| yea, the folder & its contents are copied, right. But the other
|| single files selected still come without their folder structure.
|
| Yep.

OK.

||
|| | EXAMPLES:
|| |
|| | 1. Try copying a directory/folder or multiple folders (and included
|| | files) from the CD.... what do you get??? the folder and files IN
|| | that same folderfiles configuration. That's what was happening
|| | with the querier's usage, only a filter had been *pre-applied*
|| | {just WHERE the *.mp3 files returned by Search/Find were located}.
|| | Highlighting/Selecting those files transferred the COMPLETE
|| | LOCATION to the copy command and DUPLICATED that data structure
|| | where directed.
||
|| For "*.mp3" to cause folders to show up in a FIND box, a folder must
|| have those characters in its name. THEN -- yea -- selecting it will
|| copy the folder & its contents. Still, any files found & selected
|| jointly (holding CTRL) will come without their own folder structure.
|| That's how it works for me! But I'm not using any irradiated
|| XP/Vista machine!
|
| Yep.
| Nor am I at the moment.

But was he?

||
|| | 2. You can't highlight individual files in Explorer IN *different
|| | directories/folders*, e.g., when changing to the other
|| | folder/directory, your previous highlighted files are lost [no
|| | focus]. You CAN copy multiple "folders" *within* the *root
|| | folder/directory* though [e.g., subfolders of a main folder]. And
|| | you can copy files and directories from ONE folder to another
|| | [pane to pane], but once you delve into a sub folder or move to a
|| | higher folder you lose focus from/in any other folders.
||
|| I'm willing to take your word for that. It sounds about right. But it
|| CAN be done as I said in a FIND box.
|
| Yep. So what do you think caused the issue the querier encountered?
| Or was too little information provided and subsequently extracted....
| As you've just demonstrated it should have worked, yet didn't... so
| if 9X/ME does work in that fashion [and we're in this 98 newsgroup,
| sorry for the slight misdirection in the previous comments, they
| apply to a different OS], which OSs don't perform in the same
| fashion....

It was too little information. I know MSBackup can be set to take folder
structures. Maybe he was using that or something else that does it. I
wouldn't be suprized if XP/Vista do it. Maybe he did have "mp3" in a
folder name.

||
|| | To get ONLY certain files {as the querier wanted} you must use
|| | some form of external filter [Find/Search which defaults to Windows
|| | methods of folders and files [location {and data when clicked or
|| | highlighted and copied/moved/whatever}], or a DOS batch {using
|| | external filtering}, or a script {over-riding defaults and/or
|| | assigning functions, variables, and directing output}]. Or, of
|| | course, an application which is not bound by Windows default
|| | methods [such as a third party Explorer replacement].
|| |
|| | One additional comment: Seems I vaguely remember some registry
|| | hacks [or was it on the Search/Find command line/box] which allowed
|| | additional filters/functions to be used within Search/Find, but
|| | that was LONG ago. Anyone remember the hacks?
||
|| Not me.
||
|| | --
|| | MEB
|| | ~~
|| |
|| ||
|| || | 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
|| || |
|| ||
|| || PCR
||
|| --
|| PCR
| --
| MEB
| http://peoplescounsel.org
| a Peoples' counsel
|
| Windows diagnostics/Security/Networking:
| http://peoplescounsel.org/ref/windows-main.htm
| _ _
| ~~

--
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 06:31 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.