View Single Post
  #6  
Old May 22nd 16, 03:22 AM posted to rec.aviation.soaring
Bob Gibbons[_2_]
external usenet poster
 
Posts: 120
Default Interruption in Flight Log

On Sat, 21 May 2016 12:10:50 -0700 (PDT), wrote:

The log on my flight yesterday 05/20/16) is broken into two files as posted on
OLC- can anyone help me stitch them together? Validation issue as well on one
which may be due to this.

Thanks!

Gary Osoba
wosoba at cox dot.net


Gary, if you are comfortable with DOS commands, you can use the DOS
Copy command running under a Command window (use "cmd" in most
versions of Windows).

Just as an example for 2 files;
File 1: 64NG8IP1.IGC
File 2: 64NG8IP2.IGC

The following command will concatente the two files into a 3rd file
with full security. The 3rd file will be 64NG8IP3.IGC

copy 64NG8IP1.IGC+64NG8IP2.IGC 64NG8IP3.IGC

Note the final numeral must be incremented for the concatenated
version.

If this proves unsuccesful or too difficult, just email me the files.

Bob