Differences between revisions 1 and 2
Revision 1 as of 2014-04-05 22:06:51
Size: 539
Editor: EricPalmer
Comment:
Revision 2 as of 2014-04-05 22:09:20
Size: 861
Editor: EricPalmer
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## page was renamed from bigmap
["Test Files"]
Line 2: Line 4:
= Overview =

5.7 Takes newly processed files (maplets and landmarks) and set them up for export. This is based on the new tile files

Output may be exact (diff)


= Input =

{{{
/usr/local/bin/EXPORT
}}}

= Output =

EXPORT.B
EXPORT.TXT
{{{


}}}

["Test Files"]

= Overview =

5.7 Takes newly processed files (maplets and landmarks) and set them up for export. This is based on the new tile files

Output may be exact (diff)

= Input =

/usr/local/bin/EXPORT

= Output =

EXPORT.B EXPORT.TXT


Bob notes

/Planets/Real/Utilities/EXPORT.e

Makes EXPORT.b and the script 

        EXPORT.TXT:

cp LMRKLIST1.TXT NEW_FILES/LMRKLIST.TXT
cd NEW_FILES/LMKFILES
rm -f *.LMK
cd ../..
cd NEW_FILES/MAPFILES
rm -f *.MAP
cd ../..
chmod +x EXPORT.b
./EXPORT.b
tar -cf NEW_FILES.tar NEW_FILES
rm -f LMRKLIST1.TXT

Copy and paste script into window.

Change name of NEW_FILES.tar to something distinctive like

       NEW_FILES_ZS1000.tar 

and e-mail to me or put in dropbox.

do_export (last edited 2016-01-22 09:39:48 by DianeLambert)