Flag App Loader

The flag app loader runs on a desktop pc within the VA network. It has a scanner attached and scans the hand written flag applications.  It creates 1 directory and 2 files for each flag app loaded.  They all are in the following format: 
Batch<7 digits><optional .extension>

The 3 file system items are as follows 
Batch1234567.txt   —— a file which contains meta data that points to the scanned images
Batch1234567.job  ——  a marker file
Batch1234567  ——- a folder which contains the scanned images 

The loader itself is a java swing application, which runs on the local desktop.  It requires Java 1.6.x to run correctly, if you are using Java 7 or 8, it will not run properly. Be sure to run only Java 1.6.x (AKA Java 6). 

To run the application, extract the zip file to the C:\ directory, this is a must as the compiled components will look in certain directories for files.  

To run the loader: 
	1. Scan the files, these files will automatically be saved into C:\fnod\source  in the format listed above.
	2. Open a command window and enter the following commands: 
		a. cd c:\fnod\bin
		b. flagAppLoader.cmd
	3. This will start the flag app loader. 
	4. From the Options menu, select Load Scanned Flag Apps
	5. A prompt will appear asking for a user name and password, you can only use an id that has the            		   FlagAppLoader role.
	6. Once you enter the correct credentials, the flag apps will be loaded. 
