To get BAD FILE MODE do the following:
*****************
using NOTEPAD type one line (example: Print "HI") then save the file as TEST1.BAS and TEST2.BAS (make sure .TXT is not the extension)
*****************
> open QB and load TEST1.BAS and type Print "Hi yourself" under the existing line.
> then click FILE>SAVE AS.
> when the "SAVE AS" dialog box shows up, look in the section that says 'FORMAT' and make sure there's a DOT in the option that says 'TEXT - READABLE BY OTHER PROGRAMS'.
> then click on the OK.
*****************
> open QB and load TEST[red]2[/red].BAS and type PRINT "Hi yourself" under the existing line.
> then click FILE>SAVE AS.
> when the "SAVE AS" dialog box shows up, look in the section that says 'FORMAT' and make sure there's a DOT in the option that says 'QUICKBASIC - FAST LOAD AND SAVE'.
> then click on the OK.
*****************
Using NOTEPAD, open TEST1.bas and add a space to the PRINT "Hi" so that it looks like: PRINT " Hi". and save it.
Using NOTEPAD, open TEST2.bas and look for "HI yourself" (the other symbols you see are tokens). Once you find the phrase, add a space to it so that it looks like: "Hi your self" and then save it.
*****************
open QB and load in TEST1.bas -- it should load w/o problems. Now try loading TEST2.bas -- you should get "BAD FILE MODE"
--------------------
Hope this helps answer your question -- some program(s) is modifying your 'quick-saved' BAS file. Worst case: drive starting to crash? Did you install some new software? Is the QB you have an OEM?
--MiggyD
--> It's a bird! It's a plane! No, it's an OS update patch! Ahh!! <--