View Single Post
  #9  
Old June 11th 16, 11:07 AM posted to rec.aviation.soaring
Quietpilot
external usenet poster
 
Posts: 18
Default Interruption in Flight Log

On Saturday, May 21, 2016 at 9:23:04 PM UTC-5, Bob Gibbons wrote:
On Sat, 21 May 2016 12:10:50 -0700 (PDT), [someone] 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


Gratifying to know the nearly lost art of command line is not dead yet.

P9