Fclip is a small utility to remove the first X bytes of a file, or group of files, 
then truncate the length to X bytes.  It is released with this sourcecode as freeware.  
You may use the program, modify it, use some of the routines in your own software, as you wish. 
The only exceptions is that you may not claim this software as your own without substantially 
improving it, and you cannot charge to distribute this software.

I have distributed this simple program (my first) to help other beginning programmers learn VB.
I found it extremely difficult to find any working source code to play with.  So now that
I have written my first program, I will release it with source code to others.  I know that
the error checking is not great, and the program could use a little more work, but it does function
correctly now.

After processing files, Fclip will leave 'fclip.log' file in the folder where you worked on the files
with the status of the individual files.  It creates a backup (adds a .bak extension to any
existing extension) of affected files.


