Re: File copy

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance




"Marv" <marvwade@xxxxxxxxxxxxxxx> wrote

I have found a means of outputing all of the .cvs into one folder so the
task would appear to be much earier. I need only to find a way to open all
of the .cvs files and read the record contained in each. Ist her some means
of doing this?

If by 'read the record' you mean you use the entire file, thereby creating
a new file by appending all others to one file, then DOS's Copy command
would do that for you. Otherwise you can use VB commands to open
each file, extract what you need, and append it to an output file....

LFS


.



Relevant Pages

  • ON KEY LABEL command within a form
    ... appending the record to do a command like THISFORM.Refresh. ... how do I refresh the screen after running an ON KEY LABEL ...
    (microsoft.public.fox.vfp.forms)
  • Re: Simple(?!) GUI Editbox question.
    ... if you want to use '\n', pls use 'sprintf' or use ascii(\n ... if I run this command again with a different ... Some how appending the next set of results to the next ... single set() operation at the end. ...
    (comp.soft-sys.matlab)
  • Re: pkg_fetch argument syntax question
    ... Francis Litterio writes: ... > The following command line arguments are supported: ... > But it doesn't say what appending a '@' to the package name means. ...
    (freebsd-questions)
  • Re: system() produces error.
    ... Jamie Ruff wrote: ... I am curious to read your syntax for appending from a command line. ...
    (comp.lang.perl)