Viewing post 1 (of 2 total)
Many thanks for the tip, I used the following:
xp_cmdshell 'echo Hello World > c:\Filename1.txt' ----to create file
xp_cmdshell 'echo Hello Again > c:\Filename2.txt' ----to create file
xp_cmdshell 'copy /B c:\Filename1.txt + c:\Filename2.txt...
August 20, 2009 at 4:53 am
#1042020