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
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