Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
One way:
Shell "command.com /c copy c:\file1.txt + c:\file2.txt, c:\dest.txt" -- Jim Rech Excel MVP |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() "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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
merging and adding cells | Excel Discussion (Misc queries) | |||
merging files | New Users to Excel | |||
merging zip files! | Excel Discussion (Misc queries) | |||
merging two files | Excel Discussion (Misc queries) | |||
Merging two different files | Excel Discussion (Misc queries) |