My program reads data from a text file. The text file is a file off of the VAX OS, so it contains all sorts of form feed characters etc. My program looks for tokens in each line of the file, however, if there is a form feed character, ascii character 12, it is programed to skip that line. When I run the program from the Visual C++ build menu, it doesn't skip these lines in the file. When I run it from the DOS shell it does skip the lines containing the form feed character. This just seems really strange to me. I wrote a little patch so that it works both places, but I just want to know why for my own good.