Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 09-24-2003, 02:46 PM   #1 (permalink)
 
Newb Techie

Join Date: Sep 2003

Posts: 1

daver676

Default Batch file programming

Hello All! First post here!

I need to write a batch file that will append one comma delimited text file to another. Both text file contain approximately 500 records each. I need to combine the two in order to open them as one in Excel.

Thanks

Dave
daver676 is offline  
Old 10-23-2003, 07:51 AM   #2 (permalink)
 
True Techie

Join Date: Oct 2003

Posts: 204

gruntwerk

Default

you can do that with the copy command

copy file1.txt /a + file2.txt /a newfile.txt /Y
gruntwerk is offline  
 
Closed Thread

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

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