Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,718
Default Merging or Adding two .csv files

One way:

Shell "command.com /c copy c:\file1.txt + c:\file2.txt, c:\dest.txt"

--
Jim Rech
Excel MVP


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 170
Default Merging or Adding two .csv files


"Joe" wrote in message
...
Can I use wild card in shell command?

Like copy c:\*.txt, c:\dest.txt

Thanks.
Joe


If they are ascii files you can always use type
and pipe the output to a filecat /?


C:\type c:\*.txt fred.txt

Keith


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,718
Default Merging or Adding two .csv files

Can I use wild card in shell command?

Whatever works from the command line should work from Shell.

--
Jim Rech
Excel MVP


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
merging and adding cells John MacFarlane Excel Discussion (Misc queries) 2 December 14th 09 08:33 PM
merging files Maaz New Users to Excel 3 March 1st 07 04:24 PM
merging zip files! via135 Excel Discussion (Misc queries) 2 November 19th 06 05:32 PM
merging two files mcap Excel Discussion (Misc queries) 3 April 9th 06 07:28 PM
Merging two different files justinfisher Excel Discussion (Misc queries) 0 January 21st 05 08:53 PM


All times are GMT +1. The time now is 10:01 PM.

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

About Us

"It's about Microsoft Excel"