remove a square
Posted: 23 May 2008 08:03
Hi All,
I'm new to dos batch files and am only using to append files together. My problem is probably very simple to fix but I have no idea. I have tried for the past few days to find an answer but to no avail.
I have three files in a folder which I need to append together. I do this by using the below.
copy Z:\Files\Terminated\*.* Z:\filesoutput\Daily_File_Terminated.txt
The problem with this is it adds a square to the end of the footer. Is there a simple way to remove this square without manually doing this as this file will be generated each day.
I only need to delete the square.
I'm new to dos batch files and am only using to append files together. My problem is probably very simple to fix but I have no idea. I have tried for the past few days to find an answer but to no avail.
I have three files in a folder which I need to append together. I do this by using the below.
copy Z:\Files\Terminated\*.* Z:\filesoutput\Daily_File_Terminated.txt
The problem with this is it adds a square to the end of the footer. Is there a simple way to remove this square without manually doing this as this file will be generated each day.
I only need to delete the square.