A Windows XP help forum. PCbanter

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 » PCbanter forum » Microsoft Windows XP » General XP issues or comments
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Are there any file tricks for windows?



 
 
Thread Tools Display Modes
  #1  
Old June 8th 16, 02:47 AM posted to microsoft.public.windowsxp.general
No_Name
external usenet poster
 
Posts: 627
Default Are there any file tricks for windows?

I have a big directory on my server with many gigs of MP3 files. Since
my local machines all have access, it is simple to create play lists
the selectively pull out the songs I want on the clients. It gets far
more complicated to create a subset of these files on another machine.
(like the MP3 player in my car)
I can manually drag them over one at a time but that takes a while. I
was wondering if there was some kind of windows solution that would
use the play list (basically a text file with all of the file names)
to selectively copy them.
At this point I am using dBase to create a big batch file that is just
a buttload of "copy" commands. It works but it seems like MS should
have invented this wheel already.
I am just happy I didn't have to type out ~45kb of a batch file to
move 4g of music to a stick. dBase does it in a couple seconds.
Running the batch file takes a while but I don't have to do anything.
Ads
  #2  
Old June 8th 16, 09:47 AM posted to microsoft.public.windowsxp.general
R.Wieser
external usenet poster
 
Posts: 1,302
Default Are there any file tricks for windows?

gfretwell,

I was wondering if there was some kind of windows solution
that would use the play list (basically a text file with all of the
file names) to selectively copy them.


You could use XP's build-in VBScript to read the playlist file and copy the
music files mentioned in it to the stick. It would save you the step of
generating the batchfile.

Regards,
Rudy Wieser




-- Origional message:
schreef in berichtnieuws
...
I have a big directory on my server with many gigs of MP3 files. Since
my local machines all have access, it is simple to create play lists
the selectively pull out the songs I want on the clients. It gets far
more complicated to create a subset of these files on another machine.
(like the MP3 player in my car)
I can manually drag them over one at a time but that takes a while. I
was wondering if there was some kind of windows solution that would
use the play list (basically a text file with all of the file names)
to selectively copy them.
At this point I am using dBase to create a big batch file that is just
a buttload of "copy" commands. It works but it seems like MS should
have invented this wheel already.
I am just happy I didn't have to type out ~45kb of a batch file to
move 4g of music to a stick. dBase does it in a couple seconds.
Running the batch file takes a while but I don't have to do anything.



  #3  
Old June 8th 16, 03:36 PM posted to microsoft.public.windowsxp.general
No_Name
external usenet poster
 
Posts: 627
Default Are there any file tricks for windows?

I guess the question is whether a VBS script is easier to do than a
dBase script.

On Wed, 8 Jun 2016 10:47:52 +0200, "R.Wieser"
wrote:

gfretwell,

I was wondering if there was some kind of windows solution
that would use the play list (basically a text file with all of the
file names) to selectively copy them.


You could use XP's build-in VBScript to read the playlist file and copy the
music files mentioned in it to the stick. It would save you the step of
generating the batchfile.


  #4  
Old June 8th 16, 04:12 PM posted to microsoft.public.windowsxp.general
R.Wieser
external usenet poster
 
Posts: 1,302
Default Are there any file tricks for windows?

gfretwell,

I guess the question is whether a VBS script is easier to do
than a dBase script.


If you would be a novice at both it would not make much difference. If you
however are acquainted with DBase scripting but not (yet) with VBScript than
using the latter will, at least for some time, be bit harder. :-)

But Google does have nice examples in regard to using VBScript to read lines
from a textfile as well as to how to copy files, which could be used as a
start.

And if it won't work at all than I guess that the people at
microsoft.public.scripting.vbscript will be more than willing to help.

Regards,
Rudy Wieser


-- Origional message:
schreef in berichtnieuws
...
I guess the question is whether a VBS script is easier to do than a
dBase script.

On Wed, 8 Jun 2016 10:47:52 +0200, "R.Wieser"
wrote:

gfretwell,

I was wondering if there was some kind of windows solution
that would use the play list (basically a text file with all of the
file names) to selectively copy them.


You could use XP's build-in VBScript to read the playlist file and copy

the
music files mentioned in it to the stick. It would save you the step of
generating the batchfile.




  #5  
Old June 8th 16, 05:40 PM posted to microsoft.public.windowsxp.general
Kerr Mudd-John
external usenet poster
 
Posts: 87
Default Are there any file tricks for windows?

On Wed, 08 Jun 2016 09:47:52 +0100, R.Wieser wrote:

gfretwell,

I was wondering if there was some kind of windows solution
that would use the play list (basically a text file with all of the
file names) to selectively copy them.


You could use XP's build-in VBScript to read the playlist file and copy
the
music files mentioned in it to the stick. It would save you the step of
generating the batchfile.

Regards,
Rudy Wieser


or ask in alt.msdos.batch(.nt)
It's the "selective" bit that'd be tricky.
You know about Ctrl-click to unselect, (in File Explorer) right?

-- Origional message:
schreef in berichtnieuws
...
I have a big directory on my server with many gigs of MP3 files. Since
my local machines all have access, it is simple to create play lists
the selectively pull out the songs I want on the clients. It gets far
more complicated to create a subset of these files on another machine.
(like the MP3 player in my car)
I can manually drag them over one at a time but that takes a while. I
was wondering if there was some kind of windows solution that would
use the play list (basically a text file with all of the file names)
to selectively copy them.
At this point I am using dBase to create a big batch file that is just
a buttload of "copy" commands. It works but it seems like MS should
have invented this wheel already.
I am just happy I didn't have to type out ~45kb of a batch file to
move 4g of music to a stick. dBase does it in a couple seconds.
Running the batch file takes a while but I don't have to do anything.





--
Bah, and indeed, Humbug
  #6  
Old June 8th 16, 06:43 PM posted to microsoft.public.windowsxp.general
No_Name
external usenet poster
 
Posts: 627
Default Are there any file tricks for windows?

On Wed, 8 Jun 2016 17:12:28 +0200, "R.Wieser"
wrote:

gfretwell,

I guess the question is whether a VBS script is easier to do
than a dBase script.


If you would be a novice at both it would not make much difference. If you
however are acquainted with DBase scripting but not (yet) with VBScript than
using the latter will, at least for some time, be bit harder. :-)

I was really just asking if there was a tool in windows. I know you
can write a program to do it.

  #7  
Old June 8th 16, 06:45 PM posted to microsoft.public.windowsxp.general
No_Name
external usenet poster
 
Posts: 627
Default Are there any file tricks for windows?

On Wed, 08 Jun 2016 17:40:37 +0100, "Kerr Mudd-John"
wrote:

or ask in alt.msdos.batch(.nt)
It's the "selective" bit that'd be tricky.
You know about Ctrl-click to unselect, (in File Explorer) right?


When you are going through 8000 files to select the few hundred you
want, that takes a long time.
  #9  
Old June 8th 16, 08:07 PM posted to microsoft.public.windowsxp.general
No_Name
external usenet poster
 
Posts: 627
Default Are there any file tricks for windows?

On Wed, 08 Jun 2016 14:01:49 -0400, Paul wrote:

wrote:
On Wed, 08 Jun 2016 17:40:37 +0100, "Kerr Mudd-John"
wrote:

or ask in alt.msdos.batch(.nt)
It's the "selective" bit that'd be tricky.
You know about Ctrl-click to unselect, (in File Explorer) right?


When you are going through 8000 files to select the few hundred you
want, that takes a long time.


Why not try a search on "iTunes alternatives"
and see if there is some software to do it
for you ? (I don't have a music collection,
so have no need of such a software here...)

Paul


So there is nothing in windows, that was what I was asking. Thanks
all.
  #10  
Old June 8th 16, 08:37 PM posted to microsoft.public.windowsxp.general
R.Wieser
external usenet poster
 
Posts: 1,302
Default Are there any file tricks for windows?

gfretwell,

I was really just asking if there was a tool in windows.


If that is what you're out for than the answer will probably be "no".

You see, the task as you described it (read lines from a file, use read line
as a filename that should be copied to a new target) both simply isn't
complex enough to warrant a seperate program, as well as the OS itself being
able to do it for you with a bit of simple build-in scripting. In other
words: I think you're hunting for an unicorn.

But than again, people have been known for creating programs for the
simpelest of tasks, so its possible you could get lucky. :-)

I know you can write a program to do it.


And I know you can, as you mentioned having done so with some DBase
scripting generating a batch file. I just mentioned VBScript as being able
to do the whole thing on its own (not needing to generate an intermediate
batch file), as well as having better capabilities in regard to error
checking.

Regards,
Rudy Wieser


-- Origional message:
schreef in berichtnieuws
...
On Wed, 8 Jun 2016 17:12:28 +0200, "R.Wieser"
wrote:

gfretwell,

I guess the question is whether a VBS script is easier to do
than a dBase script.


If you would be a novice at both it would not make much difference. If

you
however are acquainted with DBase scripting but not (yet) with VBScript

than
using the latter will, at least for some time, be bit harder. :-)

I was really just asking if there was a tool in windows. I know you
can write a program to do it.



  #11  
Old June 8th 16, 11:10 PM posted to microsoft.public.windowsxp.general
Paul
external usenet poster
 
Posts: 18,275
Default Are there any file tricks for windows?

wrote:
On Wed, 08 Jun 2016 14:01:49 -0400, Paul wrote:

wrote:
On Wed, 08 Jun 2016 17:40:37 +0100, "Kerr Mudd-John"
wrote:

or ask in alt.msdos.batch(.nt)
It's the "selective" bit that'd be tricky.
You know about Ctrl-click to unselect, (in File Explorer) right?
When you are going through 8000 files to select the few hundred you
want, that takes a long time.

Why not try a search on "iTunes alternatives"
and see if there is some software to do it
for you ? (I don't have a music collection,
so have no need of such a software here...)

Paul


So there is nothing in windows, that was what I was asking. Thanks
all.


Groove Music Player
Zune related stuff
Windows Media Player
Windows Media Center

Sync just doesn't seem to be a concept.
Playlist is in their vocabulary.
Streaming is a thing.

And Zune was just as inconvenient as iPod.
I don't even know what the application that
worked with Zune, looked like. I get the
impression from this, that at least some
of the content involved here, was purchased
rather than ripped. Groove might well be similar,
as in Windows 10, as soon as it was half-debugged,
it became a "subscription" service.

http://answers.microsoft.com/en-us/m...4-e1e8c448cd2f

I'm sure Microsoft has dabbled in it, but
never got good at it. Or we'd find references
in iTunes threads, about "how you could do
it like Microsoft". I don't think that happens...

Paul
  #13  
Old June 9th 16, 12:37 AM posted to microsoft.public.windowsxp.general
Micky
external usenet poster
 
Posts: 380
Default Are there any file tricks for windows?

[Default] On Tue, 07 Jun 2016 21:47:51 -0400, in
microsoft.public.windowsxp.general wrote:

I have a big directory on my server with many gigs of MP3 files. Since
my local machines all have access, it is simple to create play lists
the selectively pull out the songs I want on the clients. It gets far
more complicated to create a subset of these files on another machine.
(like the MP3 player in my car)
I can manually drag them over one at a time but that takes a while. I
was wondering if there was some kind of windows solution that would
use the play list (basically a text file with all of the file names)
to selectively copy them.
At this point I am using dBase to create a big batch file that is just
a buttload of "copy" commands. It works but it seems like MS should
have invented this wheel already.
I am just happy I didn't have to type out ~45kb of a batch file to
move 4g of music to a stick. dBase does it in a couple seconds.
Running the batch file takes a while but I don't have to do anything.


This might, or might not, appeal to you. I *think* you can use, in
CMD or better yet TCC/LE (free) to run a DIRectory command that will
output ONLY the file name, and I *think* you can pipe the output to be
input to an XXCopy command. XXCopy is a very much enhanced version
of XCopy and I'm 94% sure it accepts variables as input.

And I'm 98% sure it can read a file as input, so you could use DIR to
just write a file, and use XXCopy to read it and copy.

I think this would take 10 minutes to write but maybe hours to read
the XXCopy or TCC/LE manual.

One of the DOS newsgroups might be a help.

I haven't done this except this is simlar: Once I wanted to read every
item in a directory and write their data in sequence to file, but all
I could think was that each write would overlay the previous one.
  #14  
Old July 25th 16, 04:53 AM posted to microsoft.public.windowsxp.general
No_Name
external usenet poster
 
Posts: 2
Default Are there any file tricks for windows?

On Wednesday, 8 June 2016 07:17:58 UTC+5:30, wrote:
I have a big directory on my server with many gigs of MP3 files. Since
my local machines all have access, it is simple to create play lists
the selectively pull out the songs I want on the clients. It gets far
more complicated to create a subset of these files on another machine.
(like the MP3 player in my car)
I can manually drag them over one at a time but that takes a while. I
was wondering if there was some kind of windows solution that would
use the play list (basically a text file with all of the file names)
to selectively copy them.
At this point I am using dBase to create a big batch file that is just
a buttload of "copy" commands. It works but it seems like MS should
have invented this wheel already.
I am just happy I didn't have to type out ~45kb of a batch file to
move 4g of music to a stick. dBase does it in a couple seconds.
Running the batch file takes a while but I don't have to do anything.


  #15  
Old July 25th 16, 04:53 AM posted to microsoft.public.windowsxp.general
No_Name
external usenet poster
 
Posts: 2
Default Are there any file tricks for windows?

On Wednesday, 8 June 2016 07:17:58 UTC+5:30, wrote:
I have a big directory on my server with many gigs of MP3 files. Since
my local machines all have access, it is simple to create play lists
the selectively pull out the songs I want on the clients. It gets far
more complicated to create a subset of these files on another machine.
(like the MP3 player in my car)
I can manually drag them over one at a time but that takes a while. I
was wondering if there was some kind of windows solution that would
use the play list (basically a text file with all of the file names)
to selectively copy them.
At this point I am using dBase to create a big batch file that is just
a buttload of "copy" commands. It works but it seems like MS should
have invented this wheel already.
I am just happy I didn't have to type out ~45kb of a batch file to
move 4g of music to a stick. dBase does it in a couple seconds.
Running the batch file takes a while but I don't have to do anything.


He
 




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 Off
HTML code is Off






All times are GMT +1. The time now is 12:46 AM.


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