PDA

View Full Version : [UTILITY] AppendCompanion - save scanned barcodes to text file


hypest
11th October 2009, 05:41 PM
Hello fellow XDAers,

I've put together a VERY VERY simple companion application for Barcorama (http://forum.xda-developers.com/showthread.php?t=368798), to save scanned barcodes to a text file.

Usage:
place the executable anywhere on your PDA. Alter Barcorama's settings to point to that executable, and for arguments use: <full path to text file to append> <delimiter> !###!

For delimiter, these escaped chars are recognized: \t, \r, \n

For example, to save barcodes in a text file where each code will be on its own line:

"\Storage Card\codes.txt" "\r\n" !###!

have fun,
hypest

tronram666
17th May 2011, 02:38 PM
Hi hypest !


Very cool app!

For me me, there's one missing thing: a way to associate a scanned barcode to the current gps position (barcode,latitude,longitude in a text file).

Any idea on how I can do that?

Thanks anyway, and excuse me for my poor english,

Best regards